document.write( "Question 1012894: twice a number minus a second number is -1. twice the second number added to three times the first number is 9. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #628978 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the numbers x and y. Then we have \n" ); document.write( "2x - y = -1 and \n" ); document.write( "2y + 3x = 9 \n" ); document.write( "Let's rearrange the first and get \n" ); document.write( "y = 2x + 1 \n" ); document.write( "and substitute that into the second equation...we get \n" ); document.write( "2(2x+1) + 3x = 9 \n" ); document.write( "4x + 2 + 3x = 9 \n" ); document.write( "7x + 2 = 9 \n" ); document.write( "7x = 7 \n" ); document.write( "x = 1 \n" ); document.write( "so that \n" ); document.write( "y = 2(1) + 1 = 3 \n" ); document.write( " |