document.write( "Question 445324: the sum of the digits of a two digit number is 15. The second digit is 12 less than twice the first digit. What is the number? \n" ); document.write( "
Algebra.Com's Answer #306802 by rwm(914)\"\" \"About 
You can put this solution on YOUR website!
a+b=15
\n" ); document.write( "b=2a-12
\n" ); document.write( "a=9 b=6
\n" ); document.write( "96
\n" ); document.write( "
\n" ); document.write( "
\n" );