document.write( "Question 962421: Is ( 3, -1) a solution to the following system of equations? Be sure
\n" );
document.write( "to show why or why not. There is only one answer to this question.
\n" );
document.write( "x + 9y = -6
\n" );
document.write( "4x - 2y = 10 \n" );
document.write( "
Algebra.Com's Answer #588021 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! x + 9y = -6 \n" ); document.write( "4x - 2y = 10 \n" ); document.write( "In order for (3, -1) to be the solution, it must satisfy both equations \n" ); document.write( "***************** \n" ); document.write( "x + 9y = -6 \n" ); document.write( "3 + 9(-1) = -6 \n" ); document.write( "3 -9 = -6 \n" ); document.write( "-6 = -6 \n" ); document.write( "***************** \n" ); document.write( "4x - 2y = 10 \n" ); document.write( "4(3) - 2(-1) = 10 \n" ); document.write( "12 +2 = 10 \n" ); document.write( "14 does not = 10 \n" ); document.write( "****************** \n" ); document.write( "therefore (3, -1) is not a solution since it does not satisfy the second equation \n" ); document.write( " \n" ); document.write( " |