document.write( "Question 333013: Find three ordered pairs that satisfy the equation.
\n" );
document.write( "y = 2x - 1
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #238621 by AAfter.Com(18)![]() ![]() ![]() You can put this solution on YOUR website! y = 2x - 1 \n" ); document.write( "For x = -1, 0 and 1, \n" ); document.write( "y = 2(-1) - 1 = -3 \n" ); document.write( "y = 2(0) - 1 = -1 \n" ); document.write( "y = 2(1) - 1 = 1 \n" ); document.write( "Hence, the ordered pairs that satisfy the given equation are (-1,-3), (0,-1), (1,1). \n" ); document.write( " |