ax1+bx2+cx3= n
where x1 x2 x3 are integers
ai <= xi <=bi (i= 1 , 2 , 3)
coeff of xn in [ (xa)a1 + (xa )a1+1.....upto x power a power b1 )] [ .....] [ ....]
in the second bracket instead of a put b ...that is coeff of x2 and instead of a1 ...put a2 to b2
similarly third bracket u put c instead of a and change substcripts to 3 from 2
according to given sum
a=2 0<=x1<= 10
b=1 0<=x2<=20
c=1 0<=x3<=20
so second and third bracket become [ 1+ x + x2+ ....x20] each
first bracket
[1+x2+x4+ ...x20 ]
so question nothing but finding coeff of x power 20
in [1+x2+x4+ ...x20 ] [ 1+ x + x2+ ....x20][ 1+ x + x2+ ....x20]
this is the method