document.write( "Question 108520: The sum of two numbers is 42. One number plus 2 times the other number is 57. What are the numbers?\r
\n" );
document.write( "\n" );
document.write( "The sum of two numbers is 45. Their difference is 9. What are the numbers?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #79169 by elima(1433)![]() ![]() ![]() You can put this solution on YOUR website! The sum of two numbers is 42. One number plus 2 times the other number is 57. What are the numbers? \n" ); document.write( "x+y=42 \n" ); document.write( "x+2y=57 \n" ); document.write( "Lets solve by elimination; \n" ); document.write( "so we will multiply the first equation by -1; \n" ); document.write( "(-1)x+y=42 \n" ); document.write( "-x-y=-42 \n" ); document.write( "========== \n" ); document.write( "Now we will add that equation to the second; \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " _________ \n" ); document.write( " y=15 \n" ); document.write( "now plug that into either original equation to find x; \n" ); document.write( "x+15=42 \n" ); document.write( "x=27 \n" ); document.write( "======================================== \n" ); document.write( "The sum of two numbers is 45. Their difference is 9. What are the numbers? \n" ); document.write( "x+y=45 \n" ); document.write( "x-y=9 \n" ); document.write( "Since one variable will already be eliminated we will not need to multiply anything; \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "_____________ \n" ); document.write( "2x=54 \n" ); document.write( "x=27 \n" ); document.write( "plug that into either equation for x; \n" ); document.write( "27+y=45 \n" ); document.write( "y=45-27 \n" ); document.write( "y=18 \n" ); document.write( ":) \n" ); document.write( "_________ \n" ); document.write( " |