Above shows the value of where are non-negative single digits. Find the value of .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Though its looks very hard, it's quite easy and interesting. It is completely based on divisibility rules.
First, find out the number of trailing zeros in 3 4 ! . There are actually 7 trailing zeroes in 3 4 ! . So, B = 0 .
Since Highest power of 2 in 3 4 ! is 3 2 . It implies that 2 3 2 − 7 divides the number obtained after removing the 7 zeroes including B . It implies that 2 4 ∣ 4 3 5 A ( divisibilty rule for 16 ). It implies that A = 2 (Because 2 is the only number which satisfies this.)
Since, 9 ∣ 3 4 ! . It implies sum of the digits of 3 4 ! is divisible by 9 .
So, 9 ∣ A + B + C + D + 1 3 9 , it implies that 9 ∣ C + D + 6 .
Also, 1 1 ∣ 3 4 ! . It implies that difference of the sums of even and odd digits is divisible by 11.
So, 1 1 ∣ 2 1 + D − A − C , It implies that 1 1 ∣ 1 9 + D − C .
But, 0 < C + D + 6 ≤ 2 4 and 0 < 1 9 + D − C ≤ 2 8 .
So figuring out the possibilities
{ C + D + 6 = 9 ( o r ) C + D + 6 = 1 8 { 1 9 + D − C = 1 1 ( o r ) 1 9 + D − C = 2 2
Solving the equations by taking the different combination of equations we get ( C , D ) = { ( 1 0 , 2 ) , ( 0 , 3 ) } as integral solutions as C , D are digits. But observe that ( C , D ) = ( 1 0 , 0 ) is not a valid solution because C ≤ 9 . So, C = 0 and D = 3 .
Therefore, A + B + C + D = 5 .
To know how to find the highest power of prime in a factorial, click here
To know how to find the number of trailing, it is actually finding the highest powers of 2 and 5 in that factorial.