document.write( "Question 742867: How can I find an ordered pair if the equation is x + y = 6?\r
\n" );
document.write( "\n" );
document.write( "(4, ), (6, ), (0, ) \n" );
document.write( "
Algebra.Com's Answer #452680 by rfer(16322) ![]() You can put this solution on YOUR website! (4,?) \n" ); document.write( "x+y=6 \n" ); document.write( "4+y=6 \n" ); document.write( "y=6-4 \n" ); document.write( "y=2 \n" ); document.write( "(4,2) \n" ); document.write( " |