document.write( "Question 5402: How would you graph this equation?
\n" );
document.write( "y = 2x\r
\n" );
document.write( "\n" );
document.write( "TSJ \n" );
document.write( "
Algebra.Com's Answer #2756 by Abbey(339)![]() ![]() ![]() You can put this solution on YOUR website! The easiest way is to pick 3 values for x and then solve for y:\r \n" ); document.write( "\n" ); document.write( "(any three value will work)\r \n" ); document.write( "\n" ); document.write( "If x = -1 then y = -2 because \n" ); document.write( " y=2*(x) \n" ); document.write( "y=2*(-1) \n" ); document.write( "y=-2 \n" ); document.write( "Plot the point (-1,-2)\r \n" ); document.write( "\n" ); document.write( "If x=0, then y=0 because \n" ); document.write( "y=2*x \n" ); document.write( "y=2(0) \n" ); document.write( "y=0 \n" ); document.write( "Plot the point (0,0)\r \n" ); document.write( "\n" ); document.write( "Draw a line that extends through these two points\r \n" ); document.write( "\n" ); document.write( "Verify it with a third point: \n" ); document.write( "If x=1, then y=2 because \n" ); document.write( "y=2(x) \n" ); document.write( "y=2(1) \n" ); document.write( "y=2\r \n" ); document.write( "\n" ); document.write( "The point (1,2) should also be on the line you drew. \n" ); document.write( " |