document.write( "Question 27181: 17. Which of the ordered pairs
\n" );
document.write( " (–3, 1), (1, 0), (–11, –3), (–27, 7)
\n" );
document.write( "are solutions for the equation x + 4y = 1? \n" );
document.write( "
Algebra.Com's Answer #14774 by josmiceli(19441)![]() ![]() You can put this solution on YOUR website! I know it can't be (-11, -3). That would mean the sum of two negative numbers is a positive- not true. \n" ); document.write( "Test the others \n" ); document.write( "(-3) + 4(1) = 1 \n" ); document.write( "TRUE \n" ); document.write( "(1) + 4(0) = 1 \n" ); document.write( "TRUE \n" ); document.write( "(-27) + 4(7) = 1 \n" ); document.write( "-27 + 28 = 1 \n" ); document.write( "TRUE \n" ); document.write( " |