document.write( "Question 696881: A number consists of two digits. The sum of the digit is 10. On reversing the digits of the number, the number decreases by 36. What is the product of the two digits ? \n" ); document.write( "
Algebra.Com's Answer #429437 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
A number consists of two digits.
\n" ); document.write( "let a = the tens digit
\n" ); document.write( "let b = the units
\n" ); document.write( "then
\n" ); document.write( "10a+b = the \"number\"
\n" ); document.write( ":
\n" ); document.write( " The sum of the digit is 10.
\n" ); document.write( "a + b = 10
\n" ); document.write( ":
\n" ); document.write( " On reversing the digits of the number, the number decreases by 36.
\n" ); document.write( "10b + a = 10a + b - 36
\n" ); document.write( "Combine like terms
\n" ); document.write( "10b - b = 10a - a - 36
\n" ); document.write( "9b = 9a - 36
\n" ); document.write( "simplify, divide by 9
\n" ); document.write( "b = a - 4
\n" ); document.write( "-a + b = -4
\n" ); document.write( ":
\n" ); document.write( "use elimination on the two equation
\n" ); document.write( " a + b = 10
\n" ); document.write( "-a + b = -4
\n" ); document.write( "------------------addition eliminates a, find b
\n" ); document.write( "2b = 6
\n" ); document.write( "b = 3
\n" ); document.write( "You should be able to find a, and check that it satisfies the the statement
\n" ); document.write( "\"On reversing the digits of the number, the number decreases by 36. \"
\n" ); document.write( "then answer the question
\n" ); document.write( "\" What is the product of the two digits ?\"
\n" ); document.write( "
\n" );