document.write( "Question 246732: How do I draw the graph of the line y=3x - 5 \n" ); document.write( "
Algebra.Com's Answer #180095 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
The easiest way to draw a line is to find the X & Y intercepts.
\n" ); document.write( "y=3x-5
\n" ); document.write( "0=3x-5
\n" ); document.write( "3x=5
\n" ); document.write( "x=5/3 ans. for the X intercept.
\n" ); document.write( "y=3*0-5
\n" ); document.write( "y=-5 ans for the Y intercept.
\n" ); document.write( "\"+graph%28+300%2C+200%2C+-6%2C+5%2C+-10%2C+10%2C+3x+-5%29+\" (graph 300x200 pixels, x from -6 to 5, y from -10 to 10, 3x -5).
\n" ); document.write( "
\n" );