document.write( "Question 152468: Solve the system of linera equations by the substitution method.
\n" );
document.write( " y = -4/3x
\n" );
document.write( "
\n" );
document.write( " 4x +2y = 5/4 \n" );
document.write( "
Algebra.Com's Answer #112112 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! y=-4/3x \n" ); document.write( "4x+2y=5/4 \n" ); document.write( "4x+2(-4x/3)=5/4 \n" ); document.write( "4x-8x/3=5/4 \n" ); document.write( "(3*4x-8x)/3=5/4 \n" ); document.write( "4(12x-8x)=3*5 \n" ); document.write( "4*4x=15 \n" ); document.write( "16x=15 \n" ); document.write( "x=15/16 answer. \n" ); document.write( "y=-4/3*15/16 \n" ); document.write( "y=-4*5/16 \n" ); document.write( "y=-20/16=-5/4 answer. \n" ); document.write( "proof: \n" ); document.write( "4*15/16+2*-5/4=5/4 \n" ); document.write( "60/16-10/4=5/4 \n" ); document.write( "15/4-10/4=5/4 \n" ); document.write( "5/4=5/4 \n" ); document.write( " \n" ); document.write( " |