First of all sorry for such a late reply to this post ........Almost time to be replying to post 52
Quite a good sum I should say .......I did it this way
To find the min lcm of six numbers which add upto 23 , we need to start from the bottom and find out which number is fit to be the smallest lcm..Clearly 2 ,3 ,4 and 5 can not be the possible choices , as they dont set themselves as an LCM amongst the six numbers adding upto 23 ......6 becomes the obvious choice as we can have the numbers as 2 3 3 3 6 6 .....So MIN(lcm) = 6
For Max lcm take the set of three prime numbers which can be used , we cant have 11 , 13 and 17 ......neither can we have 7 , 11 , 13..... So the choice that remains is we have to use 3 , 5 and 7 which would increase the LCM and the other 3 numbers adding upto 8 should have highest powers of possible numbers , so we can have 4 , 2 and 2 as the choices for them ......remember we cant use the prime numbers ( 3 , 5 and 7 ) as they have already been used and repeating them would not increase our lcm.....So we go with 3 , 5 , 7 , 4 , 2 and 2 ......
so MAX ( lcm) = 420 ....
Diff M = 420 -6 = 414
No of factors of 414 = 12
No of factors of 414^2 = 45 ....
So the total factors that divides 414^2 but not 414 are 45 -12 = 33
Will try to post my answers before leaving for Office for the rest of the post .......