Math Problem Statement
The sum of the digits of a three-digit number is 17. If the digits are reversed and the resulting number is added to the original number, the result is 1,474. If the resulting number is subtracted from the original number. The result is 396. Find the original number.
Solution
Let's define the three-digit number as:
where:
- is the hundreds digit,
- is the tens digit,
- is the ones digit.
From the problem, we know:
-
The sum of the digits is 17: a + b + c = 17 \tag{1}
-
When the digits are reversed, the new number becomes , and when this reversed number is added to the original number, the result is 1,474: (100a + 10b + c) + (100c + 10b + a) = 1474 \tag{2} Simplifying the equation: 101a + 20b + 101c = 1474 \tag{3}
-
When the reversed number is subtracted from the original number, the result is 396: (100a + 10b + c) - (100c + 10b + a) = 396 \tag{4} Simplifying the equation: 99a - 99c = 396 \tag{5} Dividing by 99: a - c = 4 \tag{6}
Now, we have the following system of equations:
Step 1: Solve for and
From equation (6), we know:
Step 2: Substitute into equation (1)
Substitute into the sum of digits equation: Simplify: 2c + b = 13 \tag{7}
Step 3: Substitute into equation (3)
Substitute into the equation for the sum of the original and reversed numbers: Simplify: Subtract 404 from both sides: 202c + 20b = 1070 \tag{8}
Step 4: Solve the system of equations
Now we have the system of two equations:
We can solve this system step-by-step:
-
From equation (7), solve for :
-
Substitute this expression for into equation (8): Simplify: Combine like terms: Subtract 260 from both sides: Divide by 162: Since must be an integer, the result doesn't match a valid digit.
Ask a new question for Free
By Image
Drop file here or Click Here to upload
Math Problem Analysis
Mathematical Concepts
Algebra
System of Equations
Linear Equations
Formulas
N = 100a + 10b + c
a + b + c = 17
(100a + 10b + c) + (100c + 10b + a) = 1474
(100a + 10b + c) - (100c + 10b + a) = 396
a - c = 4
Theorems
System of linear equations
Suitable Grade Level
Grades 8-10
Related Recommendation
Three-Digit Number Problem Involving Sum and Exchange of Digits
Solve a Three-Digit Number Problem Using Algebra
Find a Three-Digit Number with Specific Digit Permutations
Finding the Three-Digit Number Based on Mathematical Operations
Find the Original Number ABC Given Digit Reversal and Sum Constraints