document.write( "Question 623270: I have no idea how to do these, but its solving linear systems.\r
\n" );
document.write( "\n" );
document.write( "1) 35x+y=20
\n" );
document.write( " 1.5x-0.1y=18\r
\n" );
document.write( "\n" );
document.write( "2) x+(1/3y)=-2
\n" );
document.write( " -8x-(2/3y)=4\r
\n" );
document.write( "\n" );
document.write( "Would you mind showing the work? as stated before, I have no idea how to do these, so anything to help me understand would be much appreciated. Thank you!\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #392014 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! I have no idea how to do these, but its solving linear systems. \n" ); document.write( "1) 35x+y=20 \n" ); document.write( "1.5x-0.1y=18 \n" ); document.write( "multiply 2nd equation by 10 so the coefficient of y=that of the first equation \n" ); document.write( "35x+y=20 \n" ); document.write( "15x-y=180 \n" ); document.write( "add \n" ); document.write( "50x=200 \n" ); document.write( "x=4 \n" ); document.write( "plug in x=4 into first equation to solve for y \n" ); document.write( "35*4+y=20 \n" ); document.write( "140+y=20 \n" ); document.write( "y=-120 \n" ); document.write( "check answers using 2nd equation \n" ); document.write( "15*4-(-120)=60+120=180 (ok) \n" ); document.write( ".. \n" ); document.write( "2) x+(1/3y)=-2 \n" ); document.write( "-8x-(2/3y)=4 \n" ); document.write( "multiply 1st equation by 2 so the coefficient of y=that of the 2nd equation \n" ); document.write( "2x+(2/3y)=-4 \n" ); document.write( "-8x-(2/3y)=4 \n" ); document.write( "add \n" ); document.write( "-6x=0 \n" ); document.write( "x=0 \n" ); document.write( "use 2nd equation to solve for y \n" ); document.write( "0-2y/3=4 \n" ); document.write( "-2y=12 \n" ); document.write( "y=-6 \n" ); document.write( "check answers using 1st equation \n" ); document.write( "0+2*-6/3=-4 (ok) \n" ); document.write( " |