document.write( "Question 200775: Give an ordered pair (x,y) of numbers that satisfy the equations \r
\n" );
document.write( "\n" );
document.write( "6x + y = 4 \n" );
document.write( "
Algebra.Com's Answer #151014 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Give an ordered pair (x,y) of numbers that satisfy the equations \r \n" ); document.write( "\n" ); document.write( "6x + y = 4 \n" ); document.write( ". \n" ); document.write( "Simply pick a value for 'x' (say 1), substitute it in and solve for y: \n" ); document.write( "If x = 1 \n" ); document.write( "6(1) + y = 4 \n" ); document.write( "6 + y = 4 \n" ); document.write( "y = -2 \n" ); document.write( ". \n" ); document.write( "Therefore, an ordered pair would be: \n" ); document.write( "(1, -2) \n" ); document.write( " \n" ); document.write( " |