gokul_nair1984 Wrote:@ Desert Rose:
The function h(n) is defined as 2*4*6*......*n
Therefore, h(100)=2*4*6*.....*100
Taking 2 common, h(100)= 2[1*2*3*.........*50]----(1)
whoa, no. there's no such thing as a "common factor" in multiplication!
if you're going to try to invent and/or verify rules like this one, you should check them first, with very easy numbers; if you've invented "rules" that are actually incorrect, you should be able to find this out fairly quickly by plugging in some numbers.
for instance,
(2x1) x (2x2) x (2x3) is 48.
2 x (1x2x3) is 12, which is not equal to 48.
so this "rule" doesn't work.
--
in this case you are just rearranging a whole bunch of numbers that are all multiplied together, so you need to keep all of the 2's:
(2x1) x (2x2) x (2x3) x ... x (2x50)
= (2x2x2x2x2x...x2) x (1x2x3x...x49x50)
so desert rose is correct.