document.write( "Question 246013: how do you graph the line 5x-2y= 6
\n" );
document.write( "plot 3 points \n" );
document.write( "
Algebra.Com's Answer #179862 by blwinbbbles(106)![]() ![]() You can put this solution on YOUR website! The easiest way to do this is chose a number to be x then solve for y\r \n" ); document.write( "\n" ); document.write( "so if x = 1\r \n" ); document.write( "\n" ); document.write( "5(1) - 2y = 6 \n" ); document.write( "5 - 2y = 6 subtract 5 from both sides \n" ); document.write( "-2y = 1 divide both sides by -2 \n" ); document.write( "y = -1/2 \r \n" ); document.write( "\n" ); document.write( "so your coordinate would be (1, -1/2) you can graph this point.\r \n" ); document.write( "\n" ); document.write( "choose 2 more numbers for x and solve for y..this will give you a total of 3 points to graph..\r \n" ); document.write( "\n" ); document.write( "try using 0 then -1 for x\r \n" ); document.write( "\n" ); document.write( "Hope this helps \n" ); document.write( " |