document.write( "Question 722929: Is (8, -1) a solution of the system, 2x + 3y = 13 and x - y = 9? \n" ); document.write( "
Algebra.Com's Answer #442940 by DrBeeee(684)\"\" \"About 
You can put this solution on YOUR website!
Put (x,y) = (8,-1) into the two equations and check.
\n" ); document.write( "Is (2*8+3*(-1) = 13)?
\n" ); document.write( "Is (16 - 3 = 13)?
\n" ); document.write( "Is (13 = 13)? Yes
\n" ); document.write( "Is (8 -(-1) = 9)?
\n" ); document.write( "Is (9 = 9)? Yes
\n" ); document.write( "Answer: Yes, (8,-1) is the solution (and only solution) to the given system of equations.
\n" ); document.write( "
\n" );