kevincan
Suppose that x and y are positive three-digit integers and that the sum of their tens digits is t. Which of the following cannot be the tens digit of x+y ?
A. t - 10
B. t - 9
C. t - 1
D. t
E. t + 1
Let the three digit number be abc = x , def =y.
Sum of digits = x+y = abc + def
We are given that tens digit of the sum = t
Case 1:
CARRY - with respect to units digit addition.
If we get a carry, the max digits for c and f is 9+9=18. With 1 as carry.
So, the tens digit can be either t ( without any carry ) or (t+1) from carry.
So options D and E are out.
Case 2:
Can the sum of tens digits give us a carry or not ?? 8+9 in the tens digit gives us 17 = t , with 7 being tens place and 1 moves out, which is 10 going out.
17 -10 = 7
That’s t-10, which is possible.
Case 3:
Carry from units digit and a carry going out to hundreds.
Carry from units can lead to t+1.
While a carry moving out of tens is t-10.
So, cumulative we get (t-10+1) = (t-9).
So, options A and B possible.
So, answer is
Option C