document.write( "Question 918626: find the intersecting point of 2x+3y=1 and x+y=2 \n" ); document.write( "
Algebra.Com's Answer #557165 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Multiply the second equation by (-2) and add to the first.
\n" ); document.write( "\"2x%2B3y-2x-2y=1-4\"
\n" ); document.write( "\"y=-3\"
\n" ); document.write( "Then,
\n" ); document.write( "\"x-3=2\"
\n" ); document.write( "\"x=5\"
\n" ); document.write( "
\n" );