document.write( "Question 976582: the sum of two numbers is 24. twice the smaller number plus three times the larger number is 62. find the numbers \n" ); document.write( "
Algebra.Com's Answer #598141 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! x+y=24 \n" ); document.write( "2x+3y=62 ;;let x be smaller number\r \n" ); document.write( "\n" ); document.write( "-2x-2y=-48 multiply first by (-2) \n" ); document.write( "2x+3y=62 \n" ); document.write( "y=14 \n" ); document.write( "x=10\r \n" ); document.write( "\n" ); document.write( "twice x is 20 \n" ); document.write( "3 times y =42 They sum to 62, and the two themselves sum to 24. \n" ); document.write( " |