If the five digit number 8 X 3 5 7 is divisible by 11, what is the value of X ?
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.
Plzz solve it again
I didn't get this solution
Log in to reply
By Divisibility Rules of 11, if the alternating sum of digits of an integer is divisible by 11, then the integer itself is divisible by 11.
In this case, the number is 8 X 3 5 7 , so the alternating sum of its digits is 8 − X + 3 − 5 + 7 = 1 3 − X . For 1 3 − X to be divisible by 11, then 1 3 − X = 0 , 1 1 , 2 2 , … . But because X is a single digit integer, then X = 2 only.
Log in to reply
But following that rule you would get 2 single-digit integers, i.e. in 13 - x = 11, x = 2 (single-digit integer) but also in 13 - x = 22 (another multiple of 11, and the 3rd one you put in the parenthesis), x = -9 (a single-digit integer, but negative instead of positive).
I didn't get quite clear that method, and correct me if I'm wrong at any step.
Problem Loading...
Note Loading...
Set Loading...
It is a simple problem about divisibility testing by 11. The rule for divisibility by 11 is ADD all ODD position numbers and then SUBTRACT remaining numbers. Then the value you got must be (zero) 0 or divisible by 11. For 8x357; 8+3+7=18; 18-5=13; (13-x) must be divisible by 11 so 13-x=11 , becoz logical nearest recurred number is 11. x=2