document.write( "Question 277597: Solve by the elimination method
\n" );
document.write( "3x+4y=2
\n" );
document.write( "6x+8y=4\r
\n" );
document.write( "\n" );
document.write( "type an ordered pair \n" );
document.write( "
Algebra.Com's Answer #202103 by nabla(475)![]() ![]() ![]() You can put this solution on YOUR website! If you simplify the second equation by dividing both sides by 2, you have the first equation. Hence, for all x,y that solve the first equation, the system is satisfied.\r \n" ); document.write( "\n" ); document.write( "For an ordered pair, solve: \n" ); document.write( "4y=2-3x \n" ); document.write( "y=(1/2)-(3x/4)\r \n" ); document.write( "\n" ); document.write( "Take x=1. \n" ); document.write( "Then y=(1/2)-(3/4)=-1/4\r \n" ); document.write( "\n" ); document.write( "So (1,-1/4) is an ordered pair.\r \n" ); document.write( "\n" ); document.write( "Check it! \n" ); document.write( "6(1)+8(-1/4)=6-2=4 which is the right hand side of the second equation.\r \n" ); document.write( "\n" ); document.write( "Elimination means to eliminate variables, so you could just subtract two times the first equation from the second to get 0=0, but the above is a better argument. \n" ); document.write( " |