document.write( "Question 747280: The product of the digits of a positive two-digit number exceeds the sum of the digits by 39. If the order of the digits is reversed, the number is increased by 27. Find the number. \n" ); document.write( "
Algebra.Com's Answer #454796 by josgarithmetic(39630)\"\" \"About 
You can put this solution on YOUR website!
Two digit number, x for the tens, y for the units. This number is like 10*x+y.\r
\n" ); document.write( "\n" ); document.write( "product: xy
\n" ); document.write( "sum of the digits: x+y
\n" ); document.write( "the reversal of the digits: 10y+x is the number.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "product of the digits of a positive two-digit number exceeds the sum of the digits by 39, means:
\n" ); document.write( "\"xy=x%2By%2B39\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the order of the digits is reversed, the number is increased by 27, means:
\n" ); document.write( "\"10y%2Bx=10x%2By%2B27\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "System of Equations is:
\n" ); document.write( "\"highlight%28xy=x%2By%2B39%29\"
\n" ); document.write( "\"highlight%2810y%2Bx=10x%2By%2B27%29\"\r
\n" ); document.write( "\n" ); document.write( "The second equation simplifies to ....
\n" ); document.write( "\"9y=9x%2B27\" further becomes--------
\n" ); document.write( "\"y=x%2B3\", so solve this equation for either x or y, and substitute this into the first equation, and solve for the other variable. Now use either equation to solve for the first variable.
\n" ); document.write( "
\n" );