document.write( "Question 964497: The sum of two numbers is 121. The sum of twice one of the numbers and three times the other number is 17. What are the two numbers? \n" ); document.write( "
Algebra.Com's Answer #589362 by t0hierry(194)![]() ![]() You can put this solution on YOUR website! a + b = 121 \n" ); document.write( "2*a + 3*b = 17\r \n" ); document.write( "\n" ); document.write( "so \n" ); document.write( "a = 121 - b \n" ); document.write( " = 121 - (17 - 2a)/3 \n" ); document.write( " = 121 - 17/3 + 2a/3 \n" ); document.write( "a/3 = 121 - 17/3 \n" ); document.write( "a = 363 - 17 = 346 \n" ); document.write( "b = -225 \n" ); document.write( " |