Question 1146572
the tens digits of a certain number is 7 less than the units digit.
<pre>
                  t = u - 7</pre>the sum of the squares of the two digits is 85.<pre>

            t² + u² = 85

Substitute (u - 7) for t:

      (u - 7)² + u² = 85

(u - 7)(u - 7) + u² = 85

 u² - 14u + 49 + u² = 85

     2u² - 14u + 49 = 85

     2u² - 14u - 36 = 0

Divide through by 2

       u² - 7u - 18 = 0 

Factor:

     (u + 2)(u - 9) = 0

 u + 2 = 0;   u - 9 = 0
     u = -2;      u = 9

discard negative answer.

u = 9, substitute in

                 t = u - 7

                 t = 9 - 7

                 t = 2

            NUMBER = 29

Edwin</pre>