|
|
4n+2= 2*(2n+1) so the power of 2 is only 1.. (since 2n+1 is odd)
240= 2^4 * 5* 3 every divisor is of the form 2^a *5^b*3^c .. ( 0<=a<=4, 0<=b<= 1, 0<=c<=1..) we have to keep the power of 2 as 1. i.e a=1. therefore the no of divisors . total no of ways in which we can choose b and c = 2*2=4 :)
|