document.write( "Question 163865: Graph each equation plot at least 5 points\r
\n" );
document.write( "\n" );
document.write( "x-2y=6
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #120747 by orca(409)![]() ![]() ![]() You can put this solution on YOUR website! Solving for x, we have \n" ); document.write( "x = 2y + 6 \n" ); document.write( "To find 5 points on the line, let y = -2, -1, 0, 1, 2, calculate their corresponding x values. \n" ); document.write( "Substituting y = -2 into x = 2y + 6 to find the x value: x = 2*(-2) + 6 = 2. \n" ); document.write( "Substituting y = -1 into x = 2y + 6 to find the x value: x = 2*(-1) + 6 = 4. \n" ); document.write( "Substituting y = 0 into x = 2y + 6 to find the x value: x = 2*0 + 6 = 6. \n" ); document.write( "Substituting y = 1 into x = 2y + 6 to find the x value: x = 2*1 + 6 = 8. \n" ); document.write( "Substituting y = 2 into x = 2y + 6 to find the x value: x = 2*2 + 6 = 10. \n" ); document.write( "So the five points are: \n" ); document.write( "(2, -2) \n" ); document.write( "(4, -1) \n" ); document.write( "(6, 0) \n" ); document.write( "(8, 1) \n" ); document.write( "(10, 2)\r \n" ); document.write( "\n" ); document.write( "Plot the points and draw a line passing through the points, we have: \n" ); document.write( " |