There is a 5 digit number, A . One of its digits is removed, giving the number B . If A + B = 5 2 7 1 3 , then find the sum of the digits of A .
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.
But how did you find the sum of the original no.?
Log in to reply
From above, we know that B = ⌊ 1 0 A ⌋ , so 1 0 B ≤ A < 1 0 B + 1 0 . Combined with A + B = 5 2 7 1 3 , we get that B ≈ 1 1 5 2 7 1 3 ≈ 4 7 9 2 . Testing some values, we see that B = 4 7 9 2 , A = 4 7 9 2 1 will work.
Log in to reply
B = [A/10] if one removed is last digit, but why do you know it is last digit?
Log in to reply
@Bình Bình – because if we remove any other digit, the total will be an even number
We know that the last digit was the one removed. We start with the first digit and work backwards to the last digit. The first digit cant be 5 because theres no number that when added to 5 the sum is 2. So the first digit is 4. Then to get the second digit you subtract (4 + 1) from 12 (2 + 10), the result is 7. Next, to get the third digit, you subtract 7 + 1 from 17 (7+10), the result is 9. To get the fourth digit, you subtract 9 from 11 (1+10), the result is 2. And for the last number you subtract 2 from 3 and the result is 1. So the number is 47921. Adding the digits gives 23.
Only do this: 52712/2 = 26356 -> B and (52712/2)+1 = 26357 added 0 for the 5th digit = 2+6+3+5+7 = 23 -> A question.
Problem Loading...
Note Loading...
Set Loading...
Let us say that the original 5 digit number is (abcde).Now the last digit needs to be removed because if any other digit is removed and the two numbers are added the units digit can't be 3 because that is an odd number.That implies the last digit has been removed.