document.write( "Question 5477: i'm not quite sure how to solve this using substitution.
\n" );
document.write( "3x-2y=11
\n" );
document.write( "x-y=4\r
\n" );
document.write( "\n" );
document.write( "Also, does the system have exactly one solution, or more?
\n" );
document.write( "Thanks for helping me! \n" );
document.write( "
Algebra.Com's Answer #2876 by Abbey(339) ![]() You can put this solution on YOUR website! 3x-2y=11 \n" ); document.write( "x-y=4 \n" ); document.write( "add y to both sides of the second equation to get \n" ); document.write( "x=y+4 \n" ); document.write( "then use Y+4 in the first equation instead of x \n" ); document.write( "3(y+4)-2y=11 \n" ); document.write( "3y+12-2y=11 \n" ); document.write( "y+12=11 \n" ); document.write( "y=-1 \n" ); document.write( "then put -1 back into your equation and solve for x: \n" ); document.write( "x-y=4 \n" ); document.write( "x-(-1)=4 \n" ); document.write( "x+1=4 \n" ); document.write( "x=3 \n" ); document.write( "the solution is (3,-1)\r \n" ); document.write( "\n" ); document.write( "This will have only one solution because these are two straight lines, and the solution is where these two lines cross. (straight lines can only cross once). \n" ); document.write( " |