document.write( "Question 151364: how do I graph the linear equation y = 100x - 3000 ? \n" ); document.write( "
Algebra.Com's Answer #111262 by oscargut(2103)\"\" \"About 
You can put this solution on YOUR website!
y = 100x - 3000 \r
\n" ); document.write( "\n" ); document.write( "if x=0 then y=-3000
\n" ); document.write( "if y=0 then 100x-3000=0 then x=30\r
\n" ); document.write( "\n" ); document.write( "so the line is defined by the following points:\r
\n" ); document.write( "\n" ); document.write( "A=(0,-3000) and B=(30,0)
\n" ); document.write( "
\n" );