document.write( "Question 132101: Solve the system of equations using the substitution method.
\n" );
document.write( "If the answer is a unique solution, present it as an ordered pair: (x, y). If not, specify whether the answer is “no solution” or “infinitely many solutions.”\r
\n" );
document.write( "\n" );
document.write( "-3x + y = 1 5x + 2y = -4
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #96510 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! -3X+Y=1 OR Y=3X+1 (RED LINE) \n" ); document.write( "5X+2Y=-4 OR 2Y=-5X-4 or y=-5x/2-4/2 or y=-5x/2-2 (GREEN LINE) \n" ); document.write( " \n" ); document.write( "(X,Y)=(-6/11,-7/11) ANSWER. \n" ); document.write( " |