document.write( "Question 35865: 7x-20= 6y\r
\n" );
document.write( "\n" );
document.write( "-4x-2y= -44\r
\n" );
document.write( "\n" );
document.write( "solve the system \n" );
document.write( "
Algebra.Com's Answer #21959 by ilana(307)![]() ![]() ![]() You can put this solution on YOUR website! First, we can rewrite -4x-2y=-44 as 2x+y=22 by dividing by -2. So y=22-2x. Substituting this y into 7x-20=6y gives 7x-20=6(22-2x). Distributing, \n" ); document.write( "7x-20=132-12x. So 19x=152, so x=152/19=8. \n" ); document.write( "Plugging this into y=22-2x gives y=6. \n" ); document.write( " |