document.write( "Question 256257: I need to find the point slope form of the line with the following coordinates (5, -3), (0, -11).
\n" );
document.write( "This is what i have so far\r
\n" );
document.write( "\n" );
document.write( "y-(-3)= 8/5(x-5)
\n" );
document.write( "y+3 = 8/5x -8\r
\n" );
document.write( "\n" );
document.write( "is that correct \n" );
document.write( "
Algebra.Com's Answer #188447 by Alan3354(69443) You can put this solution on YOUR website! I need to find the point slope form of the line with the following coordinates (5,-3), (0,-11). \n" ); document.write( "This is what i have so far \n" ); document.write( "y-(-3)= 8/5(x-5) \n" ); document.write( "y+3 = 8/5x -8 \n" ); document.write( "------------- \n" ); document.write( "One more step: \n" ); document.write( "y = (8/5)x - 11 \n" ); document.write( "It's the slope-intercept form, actually. \n" ); document.write( " |