document.write( "Question 618523: the smaller of 2 numbers is three less than the larger. twice the larger plus four times the smaller is 36. find both numbers \n" ); document.write( "
Algebra.Com's Answer #389121 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! x = y - 3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "4x + 2y = 36 ___ 2x + y = 18\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "substituting ___ 2(y - 3) + y = 18 ___ 3y = 24\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solve for y, then substitute back to find x \n" ); document.write( " |