document.write( "Question 59066: Solve each of the following systems by substitution.\r
\n" );
document.write( "\n" );
document.write( "5x - 2y=-5
\n" );
document.write( " y - 5x = 3 \n" );
document.write( "
Algebra.Com's Answer #40510 by funmath(2933)![]() ![]() ![]() You can put this solution on YOUR website! Solve each of the following systems by substitution.\r \n" ); document.write( "\n" ); document.write( "L1) 5x - 2y=-5 \n" ); document.write( "L2) y - 5x = 3 \n" ); document.write( "Solve L2 for y (because y doesn't have a coefficient to worry about dividing) and substitute that in for y in L1 and solve L1 for x: \n" ); document.write( "L2) y-5x+5x=5x+3 ----->>> y=5x+3 \n" ); document.write( "L1) 5x-2(5x+3)=-5 \n" ); document.write( "5x-10x-6=-5 \n" ); document.write( "-5x-6=-5 \n" ); document.write( "-5x-6+6=-5+6 \n" ); document.write( "-5x=1 \n" ); document.write( "-5x/-5=1/-5 \n" ); document.write( "x=-1/5 \n" ); document.write( "Plug this value into L2 and solve for y: \n" ); document.write( "L2) y-5(-1/5)=3 \n" ); document.write( "y+1=3 \n" ); document.write( "y+1-1=3-1 \n" ); document.write( "y=2 \n" ); document.write( "The solution is (x,y)=(-1/5,2) \n" ); document.write( "Happy Calculating!!! \n" ); document.write( " |