document.write( "Question 468403: I am having problems with solving by elimination...problem example:
\n" );
document.write( "-3a+2b=0
\n" );
document.write( "3a-4b=-1
\n" );
document.write( "Then I do not understand how this gives me an ordered pair. \n" );
document.write( "
Algebra.Com's Answer #321396 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! Add the two together: \n" ); document.write( "-3a+2b=0 \n" ); document.write( "3a-4b=-1 \n" ); document.write( "-2b=-1 \n" ); document.write( "b=1/2 \n" ); document.write( "a=1/3 \n" ); document.write( "Your ordered pair is (1/3,1/2).. \n" ); document.write( " |