Given that and are both positive integers, the sum of the digits of is 34 and the sum of the digits of is 32.
If involves exactly 4 carries, what is the sum of the digits 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.
When a carry is generated, the sum is decreased by 9. For eg, 5+6 is 11. The sum of sum of digits in 5,6 is 11 but the sum of digits of the result is 2,so sum is reduced by 9. In the given problem, 4 carries are generated, so subtract the sum by 4x9
32+34-4x9=30