document.write( "Question 23653: I am trying to solve a system by substitution. Can you please show me how to solve this?\r
\n" );
document.write( "\n" );
document.write( "27y = 3x + 3
\n" );
document.write( "5y - 4x = 8\r
\n" );
document.write( "\n" );
document.write( "Thank you,
\n" );
document.write( "Brandon \n" );
document.write( "
Algebra.Com's Answer #12501 by rapaljer(4671)![]() ![]() You can put this solution on YOUR website! The substitution method always involves solving one of the equations for one of the variables in terms of the other one. It will help if you divide both sides of the first equation by 3:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "9y = x+1\r \n" ); document.write( "\n" ); document.write( "Next subtract 1 from each side in order to solve for x: \n" ); document.write( "9y-1 = x \n" ); document.write( "x= 9y-1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Substitute this into the second equation: \n" ); document.write( "5y -4x = 8 \n" ); document.write( "5y - 4(_____) = 8 \n" ); document.write( "5y - 4(9y -1) = 8 \n" ); document.write( "5y -36 y + 4 = 8 \n" ); document.write( "-31y = 4 \n" ); document.write( "y = -4/31 (That's pretty ugly!)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x= 9y-1 \n" ); document.write( "x=9*(-4/31) -1 \n" ); document.write( "x= -36/31 - 31/31 \n" ); document.write( "x= -67/31 (That's ugly too!!)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Check in the second equation, especially since the answer is so ugly! \n" ); document.write( "5y - 4x = 8 \n" ); document.write( "5(-4/31) -4(-67/31) = 8 \n" ); document.write( "-20/31 + 268/31=8 \n" ); document.write( "248/31 =8 \n" ); document.write( "8=8 \r \n" ); document.write( "\n" ); document.write( "It checks after all!!\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "R^2 at SCC\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Substitute this value of y into the x= equation: \n" ); document.write( " |