document.write( "Question 276320: how do i do -2x+4y=0
\n" );
document.write( " -8x+y=15 \n" );
document.write( "
Algebra.Com's Answer #203483 by nabla(475)![]() ![]() ![]() You can put this solution on YOUR website! Multiply the first equation by -4. You get\r \n" ); document.write( "\n" ); document.write( "8x-16y=0 \n" ); document.write( "You leave the second equation intact: \n" ); document.write( "-8x+y=15\r \n" ); document.write( "\n" ); document.write( "Now, add the equations:\r \n" ); document.write( "\n" ); document.write( "-15y=15 \n" ); document.write( "This implies y=-1.\r \n" ); document.write( "\n" ); document.write( "Put y=-1 into the first equation to get -2x-4=0 this implies x=-2. \n" ); document.write( "You can verify that (-2,-1) works by substituting into the second equation:\r \n" ); document.write( "\n" ); document.write( "16-1=15; 15=15. \n" ); document.write( " |