Two-Digit Number Problem: Sum & Reversal Clues
What This Problem Teaches
- Expressing multi-digit numbers using place value notation (10a + b)
- Setting up systems of equations from word problem constraints
- Recognizing that digit reversal creates predictable mathematical patterns
- Solving two-variable linear systems using substitution or elimination
- Connecting algebraic solutions back to their real-world context
Solution: Method 1 — Place Value Algebraic Setup
The key insight is to express Linda's number using its place value structure. This transforms the word problem into a clean system of equations.
Step 1 — Express the number using place value
Let Linda's original two-digit number have tens digit a and ones digit b. Then:
Step 2 — Set up the digit sum equation
The problem states "the sum of the digits is 8", which gives us:
Step 3 — Set up the reversal difference equation
The problem states "the new number is 36 greater than her original number", so:
Step 4 — Simplify the reversal equation
Let's expand and collect like terms:
Step 5 — Solve the system of equations
Now we have two simple equations:
Adding these equations eliminates a:
Substituting back: a + 6 = 8, so a = 2
Step 6 — Form the original number
Linda's original number is 10a + b = 10(2) + 6 = 26
Solution: Method 2 — Pattern Recognition Approach
There's a beautiful pattern hidden in digit reversal problems that makes them easier once you see it.
Step 1 — Recognize the reversal pattern
When you reverse the digits of any two-digit number, the change is always a multiple of 9. Here's why:
Since the change is 36, we know 9(b - a) = 36, so b - a = 4
Step 2 — List possibilities systematically
We need two single digits where b - a = 4 and a + b = 8:
If a = 1, then b = 5 → sum is 6 ≠ 8
If a = 2, then b = 6 → sum is 8 ✓
If a = 3, then b = 7 → sum is 10 ≠ 8
If a = 4, then b = 8 → sum is 12 ≠ 8
Step 3 — Verify the pattern
Only a = 2, b = 6 works, giving us the number 26. Let's check: 62 - 26 = 36 ✓
Verification
Let's verify our answer satisfies both original conditions:
Check the digit sum
The digits of 26 are 2 and 6. Their sum is 2 + 6 = 8 ✓
Check the reversal difference
The reversed number is 62. The difference is 62 - 26 = 36 ✓
Both conditions are satisfied, confirming our answer is correct.
Watch Out For These
Setting up the difference equation backwards
Writing (10a + b) - (10b + a) = 36 instead of (10b + a) - (10a + b) = 36. The problem says "the new number is 36 greater," so the reversed number minus the original equals 36, not the other way around.
Confusing which digit is which
If you let a be the ones digit and b be the tens digit, your place value expressions flip to 10b + a for the original. Stay consistent with your variable definitions throughout the problem.
Forgetting the factor of 9
Some students notice that b - a = 4 and a + b = 8, then guess that since 4 and 8 are given, the answer might be 48. But 48 doesn't satisfy the digit sum condition (4 + 8 = 12 ≠ 8).
The Pattern Behind This
This problem reveals a fundamental pattern about digit reversal in two-digit numbers:
This means the difference is always a multiple of 9, and the coefficient tells you how much larger the ones digit is than the tens digit. In our problem, a difference of 36 means b - a = 4.
More generally, if you know the digit sum is S and the reversal difference is 9D, then:
This only works when S and D have the same parity (both even or both odd), ensuring the digits are integers.
What If?
Let the number be 10a + b. We have a + b = 12 and (10b + a) - (10a + b) = 18
9(b - a) = 18, so b - a = 2
From a + b = 12 and b - a = 2: Adding gives 2b = 14, so b = 7
a = 12 - 7 = 5
The original number is 10(5) + 7 = 57
Digits sum: 5 + 7 = 12 ✓ Reversal: 75 - 57 = 18 ✓
Answer: 57
Let the number be 10a + b. We have a + b = 7 and (10b + a) - (10a + b) = 63
9(b - a) = 63, so b - a = 7
From a + b = 7 and b - a = 7: Adding gives 2b = 14, so b = 7
a = 7 - 7 = 0. But this gives a one-digit number, which contradicts "two-digit number."
For a valid two-digit number, we need a ≥ 1. But our system gives a = 0.
No two-digit number exists satisfying these conditions.
Answer: No solution exists
Let the number be 100a + 10b + a = 101a + 10b since hundreds and units digits are equal
Digit sum: a + b + a = 2a + b = 14. Reversal: (101a + 10b) - (101a + 10b) = 99
Reversed number is 100a + 10b + a = 101a + 10b. Wait - this is the same! The constraint means the middle digit differs.
Let me reconsider. If number is aba, reversed is aba - no change. The problem must have different constraints.
Let's say the number is 100a + 10b + c, reversed to 100c + 10b + a, with some digits equal.
This problem needs clearer constraints to have a unique solution.
Answer: Problem needs clarification
Let the number be 10a + b. We have a + b = 9 and (10a + b) - (10b + a) = 27
9a - 9b = 27, so a - b = 3
From a + b = 9 and a - b = 3: Adding gives 2a = 12, so a = 6
b = 9 - 6 = 3
The original number is 10(6) + 3 = 63
Digits sum: 6 + 3 = 9 ✓ Original - Reversed: 63 - 36 = 27 ✓
Answer: 63
Frequently Asked Questions
2026-07-07