document.write( "Question 998061: Given the system of equations, what is the x-coordinate of the solution?\r
\n" );
document.write( "\n" );
document.write( "y = 3 - x
\n" );
document.write( "3x + 4y = 1 \n" );
document.write( "
Algebra.Com's Answer #615954 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Given \n" ); document.write( "y = 3 - x \n" ); document.write( "3x + 4y = 1 \n" ); document.write( "Since we need x, we can substitute for y in the second equation and get \n" ); document.write( "3x + 4(3 - x) = 1 \n" ); document.write( "3x + 12 - 4x = 1 \n" ); document.write( "-x + 12 = 1 \n" ); document.write( "-x = -11 \n" ); document.write( "x = 11 \n" ); document.write( " |