document.write( "Question 439706: the sum of two numbers is 64 the smaller number is 12 less than the larger number. What are the two numbers? \n" ); document.write( "
Algebra.Com's Answer #303893 by robertb(5830)![]() ![]() You can put this solution on YOUR website! Larger number = s + 12 \n" ); document.write( "==> smaller number = s\r \n" ); document.write( "\n" ); document.write( "s+s+12 = 64 \n" ); document.write( "==> 2s = 52 ==> s = 26, the smaller number \n" ); document.write( "==> s + 12 = 38, the larger number. \n" ); document.write( " |