NO. SYS QN1??
FIND REMAINDER OF (4*4!+5*5!+....+20*20!)/64???
Solution
Question: Find the remainder of (4*4!+ 5*5! + ... + 20*20!)/64??? Solution: Note that 64 = 2^6 and all numbers from 8! onwards are divisible by (2)^6, that is, by 64. Since (2)^6 is a factor of N! for all values of N greater than or equal to 8. So basically we have to find the remainder when (4*4! + 5*5! + 6*6! + 7*7!) is divided by 64. 4*4! = 4*24 = 96 This when divided by 64, the remainder is 32. 5*5! = 5*120 = 600 This when divided by 64, the remainder is 24. 6*6! = 6*720 = 4320 This when divided by 64, the remainder is 32. 7*7! = 7*5040 = 35280 This when divided by 64, the remainder is 18. So the sum of the remainders is: 32 + 24 + 32 + 18 Now we can remove the sum of 32 + 32 as that is perfectly divisible by 64. Hence the remainder is 24 + 18 = 42. That is, the remainder when (4*4!+5*5!+....+20*20!) is divided by 64 is 42. Thank You. Ravi Raja