document.write( "Question 150087: The sum of the coordinates of the solution to the system
\n" );
document.write( "2x-y=7
\n" );
document.write( "3x-2y=11
\n" );
document.write( "is? \n" );
document.write( "
Algebra.Com's Answer #110205 by Alan3354(69443) You can put this solution on YOUR website! \n" ); document.write( "The sum of the coordinates of the solution to the system \n" ); document.write( "2x-y=7 \n" ); document.write( "3x-2y=11 \n" ); document.write( "is? \n" ); document.write( "------------ \n" ); document.write( "What can that mean? Sum of coordinates? \n" ); document.write( "So solve for x and y by substition: \n" ); document.write( "From eqn 1, y = 2x-7 \n" ); document.write( "Sub into eqn 2: \n" ); document.write( "3x - 2*(2x-7) = 11 \n" ); document.write( "3x -4x +14 = 11 \n" ); document.write( "-x = -3 \n" ); document.write( "x = 3 \n" ); document.write( "Sub into either eqn \n" ); document.write( "2*(3) - y = 7 \n" ); document.write( "6 -y = 7 \n" ); document.write( "y = -1\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |