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)![]() ![]() ![]() 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( " |