document.write( "Question 975567: how do I draw lines passing through the origin with slopes -1,-1/2,0,1/3,2 on the same set of axes? \n" ); document.write( "
Algebra.Com's Answer #597291 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
all the lines go through (0,0)
\n" ); document.write( "the first goes left 1 and up 1
\n" ); document.write( "the second goes left 2 and up 1
\n" ); document.write( "The third is horizontal
\n" ); document.write( "the fourth goes right 3 and up 1
\n" ); document.write( "the fifth goes over 1 and up 2\r
\n" ); document.write( "\n" ); document.write( "\"graph%28300%2C200%2C-10%2C10%2C-10%2C10%2C-x%2C-x%2F2%2C0%2Cx%2F3%2C2x%29\"
\n" ); document.write( "
\n" );