document.write( "Question 1004705: twice a first number decreased by a second number is -2. The first number increased by four times the second number is 35. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #622124 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 = -2 and \n" ); document.write( "x + 4y = 35 \n" ); document.write( "Solve the second one for x and substitute it into the first equation and get \n" ); document.write( "x = -4y + 35 and then \n" ); document.write( "2(-4y + 35) - y = -2 \n" ); document.write( "-8y + 70 - y = -2 \n" ); document.write( "-9y + 70 = -2 \n" ); document.write( "-9y = -72 \n" ); document.write( "y = 8 \n" ); document.write( "and then \n" ); document.write( "x = -4(8) + 35 = 3 \n" ); document.write( " |