document.write( "Question 543980: I have to do this with the substitution method: Help me please\r
\n" );
document.write( "\n" );
document.write( "3x = 4y
\n" );
document.write( "x = (2y+1)/3\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "I know the answer is x=2/3 and y = 1/2 but I don't know the method\r
\n" );
document.write( "\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #354987 by umnikmo(75)![]() ![]() ![]() You can put this solution on YOUR website! from the first we can find x in terms of y: x=4y/3, now we substitute this into second equation, we get: \n" ); document.write( "4y/3=(2y+1)/3 \n" ); document.write( "we can multiply both sides by 3: \n" ); document.write( "4y=2y+1 \n" ); document.write( "2y=1 \n" ); document.write( "y=1/2.\r \n" ); document.write( "\n" ); document.write( "now, as x=4y/3=4*(1/2)/3=2/3\r \n" ); document.write( "\n" ); document.write( "same as your answers. \n" ); document.write( " |