document.write( "Question 258104: HI WORKING ON ORDERED PAIRS HERE. THE PROBLEM IT:
\n" );
document.write( "Y=7-4X AND I NEED TO FIND 3 DIFFERENT ORDERED PAIRS THAT ARE SOLUTIONS OF THE EQUATION. \n" );
document.write( "
Algebra.Com's Answer #189959 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! Let x = -1, 0, and then 1. \n" ); document.write( "If x = -1, we get y = 7 - 4*(-1) = 11 \n" ); document.write( "(-1,11) \n" ); document.write( "If x = 0, we get y = 7 - 4*(0) = 7 \n" ); document.write( "(0,7) \n" ); document.write( "If x = 1, we get y = 7 - 4*(1) = 3 \n" ); document.write( "(1,3) \n" ); document.write( " |