document.write( "Question 206064: a line that passes through (3,5) and (6,11) \n" ); document.write( "
Algebra.Com's Answer #155658 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
Y=mX+b is the line equation where m=slope & b=the Y intercept.
\n" ); document.write( "(3,5) and (6,11)
\n" ); document.write( "m=(11-5)/(6-3)=6/3=2 is this slope.
\n" ); document.write( "Now replace the X & Y terms with one set of values (3,5) & solve for b.
\n" ); document.write( "5=2*3+b
\n" ); document.write( "5=6+b
\n" ); document.write( "b=5-6
\n" ); document.write( "b=-1 is the Y intercept.
\n" ); document.write( "y=2x-1
\n" ); document.write( "\"+graph%28+300%2C+200%2C+-6%2C+5%2C+-10%2C+10%2C+2x+-1%29+\" (graph 300x200 pixels, x from -6 to 5, y from -10 to 10, 2x -1).
\n" ); document.write( "
\n" );