document.write( "Question 606724: For the system of linear equation
\n" );
document.write( "-Determine how many solutions exist
\n" );
document.write( "-Use either elimination or substitution to find the solutions (if any)
\n" );
document.write( "-Graph the two lines, labeling the x-intercepts, y-intercepts, and points of intersection \r
\n" );
document.write( "\n" );
document.write( "x + y = 3, y = x + 3 \r
\n" );
document.write( "\n" );
document.write( "Here is what I have done so far using substitution:\r
\n" );
document.write( "\n" );
document.write( "x + y = 3, y = x + 3 \r
\n" );
document.write( "\n" );
document.write( "x + y = 3
\n" );
document.write( "x + y – y = 3 – y
\n" );
document.write( "x = 3 – y\r
\n" );
document.write( "\n" );
document.write( "3 – y + y = 3 – y
\n" );
document.write( "3 = 3 – y
\n" );
document.write( "3 – 3 = 3 – 3 – y
\n" );
document.write( "y = 0\r
\n" );
document.write( "\n" );
document.write( "x + 0 = 3
\n" );
document.write( "x = 3\r
\n" );
document.write( "\n" );
document.write( "check\r
\n" );
document.write( "\n" );
document.write( "x + y = 3
\n" );
document.write( "3 + 0 = 3
\n" );
document.write( "3 = 3 (It checks here but not in the second equation)\r
\n" );
document.write( "\n" );
document.write( "It seems I am getting the reverse of what the answer should be. I have done it many times and I get the same answer. Please help! \n" );
document.write( "
Algebra.Com's Answer #382188 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! x + y = 3, y = x + 3 \n" ); document.write( "--------- \n" ); document.write( "x + y = 3 \n" ); document.write( "x - y = -3 \n" ); document.write( "------------- Add \n" ); document.write( "2x = 0 \n" ); document.write( "x = 0 \n" ); document.write( "---- \n" ); document.write( "y = 3\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |