document.write( "Question 154933: How do you figure this out when y is isolated on both equations:
\n" );
document.write( "y=3x+1
\n" );
document.write( "y=6x-1\r
\n" );
document.write( "\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #114065 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! you substitute equals for equals\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3x+1=6x-1 __ subtracting 3x __ 1=3x-1 __ adding 1 __ 2=3x __ dividing by 3 __ 2/3=x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "substituting for x __ y=3(2/3)+1 __ y=3 \n" ); document.write( " |