document.write( "Question 1059196: Draw a line through the given point having the given slope
\n" );
document.write( "(-1,3)
\n" );
document.write( "Slope=1 \n" );
document.write( "
Algebra.Com's Answer #674283 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! point slope formula \n" ); document.write( "y-y1=m(x-x1), where (x1,y1) is the point and m the slope \n" ); document.write( "y-3=1(x+1), noting that x-(-1) is x+1 \n" ); document.write( "y-3=x+1 \n" ); document.write( "y=x+4 \n" ); document.write( " |