Difficulty: Easy
Correct Answer: 26
Explanation:
Introduction / Context:This is a straightforward two-digit algebra problem involving a ratio between digits and a sum constraint. Setting variables for the tens and units digits allows a quick solution with substitution.
Given Data / Assumptions:
Concept / Approach:Use the sum condition to find t, then construct the number 10t + (3t). Ensure that 3t is a valid single digit (0–9), which it is once we compute t.
Step-by-Step Solution:
t + 3t = 8 ⇒ 4t = 8 ⇒ t = 2Units digit = 3t = 6Number = 10t + 3t = 20 + 6 = 26Verification / Alternative check:Check conditions: units is three times tens (6 = 3*2) and sum 2 + 6 = 8. Both satisfied.
Why Other Options Are Wrong:
Common Pitfalls:Mixing up tens and units or writing the number as 3t*10 + t. Carefully map tens to the 10s place and units to the 1s place.
Final Answer:26
Discussion & Comments