February 19th, 2004, 10:35 am
Heres a quick stab at it :-)let a,b,c be disticnt members of {1,2,...,62,63}a+b+c<n => -(a+b+c)>-n => (64 - a) + (64 - b) + (64 - c) >192 -n => (x+y+z)>192-n where x,y,z, are distinct members of (1,2,...,62,63} (clearly (a,b,c) --> (x,y,z) is a one to one function).So, clearly, the number of subsets for which (a+b+c)<95 = the number of subsets for which (a+b+c) >192 - 95=97so #{a+b+c<95)=#{a+b+c>97}=#{a+b+c>95}-#{a+b+c=96}-#{(a+b+c=97}<#{a+b+c>95}where the last inequality can be checked by seeing that e.g. (30+30+37)=97, so #{a+b+c=96}+#{(a+b+c=97} >0
Last edited by
Halliron on February 18th, 2004, 11:00 pm, edited 1 time in total.