SOLUTION: The sum of the squares of the digits of a certain two digit positive integer is 20. The integer is seven times the sum of its digits. Find the integer.

Algebra ->  Customizable Word Problem Solvers  -> Numbers -> SOLUTION: The sum of the squares of the digits of a certain two digit positive integer is 20. The integer is seven times the sum of its digits. Find the integer.      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 955037: The sum of the squares of the digits of a certain two digit positive integer is 20. The integer is seven times the sum of its digits. Find the integer.
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
The sum of the squares of the digits of a certain two digit positive integer is 20. The integer is seven times the sum of its digits. Find the integer.
-----
Let the number be 10t+u
------
Equation:
t^2 + u^2 = 20
10t+u = 7(t+u)
-------------------------
Simplify::
t^2 + u^2 = 20
t = 2u
--
Substitute and solve for "u":
4u^2 + u^2 = 20
5u^2 = 20
u = 2 or u = -2
---------------
If u = 2, t = 4 giving you 10t+u = 42
if u = -2, t = -4 giving you 10t+u = -42
---------------------------------
Cheers,
Stan H.
-----------------