document.write( "Question 93996: The solution to the system of equations\r
\n" );
document.write( "\n" );
document.write( "x + 3y = 12
\n" );
document.write( "4x - y = -17 is? \n" );
document.write( "
Algebra.Com's Answer #68439 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! x=12-3y ... 4(12-3y)-y=-17 ... 48-12y-y=-17 ... -13y=-65 ... y=5 ... x=12-3(5) ... x=-3 \n" ); document.write( " |