document.write( "Question 1053193: what is the solution to each system of equations ? if there is no solution , explain ...
\n" );
document.write( " A. 3x + y = 20
\n" );
document.write( " x = 4 = y
\n" );
document.write( " B. (y+2)=1/2(x-8)
\n" );
document.write( " (y-1)=1/2(x+4) \n" );
document.write( "
Algebra.Com's Answer #668511 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A. 3x + y = 20 \n" ); document.write( " x = 4 = y *** Too many equal signs \n" ); document.write( "---------------------- \n" ); document.write( " B. (y+2)=1/2(x-8) times 2 --> 2y+4 = x-8 \n" ); document.write( " (y-1)=1/2(x+4) times 2 --> 2y-2 = x+4 \n" ); document.write( "======================== \n" ); document.write( "2y+4 = x-8 \n" ); document.write( "2y-2 = x+4 \n" ); document.write( "----------------- Subtract \n" ); document.write( "6 = -12 \n" ); document.write( "Inconsistent, no solution.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |