document.write( "Question 827595: This my system of linear equation problem.\r
\n" );
document.write( "\n" );
document.write( "3x+2y = -1
\n" );
document.write( "5x+4y = 0\r
\n" );
document.write( "\n" );
document.write( "I get this step right.
\n" );
document.write( "Expressing x as a function of y (from the first equation) x = (-1 -2y)/3\r
\n" );
document.write( "\n" );
document.write( "How do I get my answer from this cause this is where Im getting confused
\n" );
document.write( "5(-1+2y)/3+4y = 0 \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #498772 by josgarithmetic(39617)![]() ![]() ![]() You can put this solution on YOUR website! Try Elimination Method.\r \n" ); document.write( "\n" ); document.write( "Multiply the first equation by 2, and then subtract one equation from the other equation. \n" ); document.write( " |