document.write( "Question 184957: The sum of two numbers is 6 less than twice the first number.
\n" );
document.write( "Their difference is 10 less than four times the second number. \n" );
document.write( "
Algebra.Com's Answer #141497 by awang1996(50)![]() ![]() ![]() You can put this solution on YOUR website! The sum of two numbers is 6 less than twice the first number. \n" ); document.write( "Their difference is 10 less than four times the second number. \n" ); document.write( " first number = x \n" ); document.write( "second number = y \n" ); document.write( " x+y=2x-6 this equals \n" ); document.write( "y=x-6 \n" ); document.write( " x-y=4y-10 this equals \n" ); document.write( "x=5y-10 \n" ); document.write( " substitute the second equation into the first equation \n" ); document.write( "x=5y-10 --> y=x-6 \n" ); document.write( "y=5y-10-6 (simplify) \n" ); document.write( "y=5y-16 (subtract 5y) \n" ); document.write( "-4y=-16 (divide by -4) \n" ); document.write( "y=4 \n" ); document.write( " substitute back into second equation \n" ); document.write( "x=5y-10 \n" ); document.write( "x=5(4)-10 \n" ); document.write( "x=20-10 \n" ); document.write( "x=10 \n" ); document.write( " x=10 y=4 \n" ); document.write( " |