SOLUTION: The tens digit of a certain number is 3 more than the units digit. The sum of the squares of the two digits is 117. Find the number.

Algebra ->  Customizable Word Problem Solvers  -> Numbers -> SOLUTION: The tens digit of a certain number is 3 more than the units digit. The sum of the squares of the two digits is 117. Find the number.      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 102727: The tens digit of a certain number is 3 more than the units digit. The sum of the squares of the two digits is 117. Find the number.
Answer by bucky(2189) About Me  (Show Source):
You can put this solution on YOUR website!
Let T represent the tens digit. Let U represent the units digit.
.
The problem first tells you that the tens digit is 3 more than the units digit. Write this
in equation form as:
.
T = U + 3
.
Next the problem tells you that if you square each of these digits and add the squares the
result is 117. The tens digit squared is T^2 and the units digit squared is U^2. Add these
two together and set this sum equal to 117. In equation form this is:
.
T^2 + U^2 = 117
.
But earlier we found that T = U + 3. So in the "squared" equation we can substitute
U + 3 for T to get:
.
(U + 3)^2 + U^2 = 117
.
Square the U + 3 term and the equation becomes:
.
U^2 + 6U + 9 + U^2 = 117
.
On the left side the two U^2 terms combine and the equation becomes:
.
2U^2 + 6U + 9 = 117
.
To get this equation into a form that can be solved, get rid of the 117 on the right side
by subtracting 117 from both sides to change the equation to:
.
2U^2 + 6U - 108 = 0
.
Simplify this a little by dividing both sides (all terms) by 2 to reduce the equation to:
.
U^2 + 3U - 54 = 0
.
Notice that this can be factored to:
.
(U + 9)(U - 6) = 0
.
This equation will be true if either of the factors is zero, because a multiplication
by zero on the left side will cause the entire left side to become zero and therefore equal
to the right side.
.
Setting each of the factors equal to zero results in the possible solutions being U = -9
and U = +6. The minus solution makes no sense ... a minus digit in a number????
.
So the solution is that the units digit is 6. And the tens digit is 3 more than that, so
the tens digit is 9. The number is 96.
.
Check ... square the 9 to get 81 and square the 6 to get 36. The sum of 81 and 36 is 117.
.
Everything works out, so our answer is correct.
.
Hope this helps you to understand the problem.
.