chetan.sharma wrote:OsMaker wrote:How do i prove that 52563744 is divisible by 24 ?
Hi,
for being div by 24, the numbershould be div by 3 and 8..
for 8 or 2^3, we check for div of last three digits of number..
so if 744 is div by 8, the entire number will be div by 8..
744/8 = 93.. so YES
now 3..
for a number to be div by 3, the sum of its digits must be div by 3..
so 52563744 = 5+2+5+6+3+7+4+4 = 36..
36 is div by 3, so the number is also div by 3..
since 52563744 is div by both 3 and 8, the number is div by 24..
hope it helps
There is one more thing you didn't mention:
24 should be broken down such that the number should be co-primes (in this case 3 and 8 are co-primes)
Consider the following problem:
Show that whether 537804 is divisible by 24.
Ans: Now 24 can be broken as 6 x 4, but since the 6 and 4 are not co-primes this won't work.
Let's test whether 537804 is divisible by 24 or not.
537804 is divisible by 6 because it obeys following conditions:
1. 537804 is even
2. Sum of digits of 537804 ( 5 + 3 + 7 + 8 + 0 + 4 ) is divisible by 3.
537804 is divisible by 4 because the last two digits is divisible by 4.
Therefore 537804 must be divisible by 24. But it is not.
This contradiction arises because 6 and 4 are not co-primes. Lets again break down 24 so that it's factors are co-primes
24 = 8 x 3, here 8 and 3 are co-primes.
537804 is not divisible by 8 so it is not divisible by 24.