document.write( "Question 259531: This is supposed to be review, so I feel kind of stupid, but i forgot how to do point-slope form. Well... here's my problem:\r
\n" );
document.write( "\n" );
document.write( "Write the point-slope form of the equation of the line through the given points.\r
\n" );
document.write( "\n" );
document.write( "Through: (0,-1) and (3,1)\r
\n" );
document.write( "\n" );
document.write( "I have more of these, so I only want one answer so i can know how to do the rest... Thank You!! \n" );
document.write( "
Algebra.Com's Answer #191014 by mathbath(13)![]() ![]() ![]() You can put this solution on YOUR website! If (x1,y1) and (x2,y2) are any two co-ordinates on the line the slope \"m\" of the line is calculated by, \n" ); document.write( "m=(y2-y1)/(x2-x1)\r \n" ); document.write( "\n" ); document.write( "Substituting the values from the given problem..\r \n" ); document.write( "\n" ); document.write( "(x1,y1) = (0,-1) \n" ); document.write( "(x2,y2) = (3,1)\r \n" ); document.write( "\n" ); document.write( "So, \n" ); document.write( "m = (1 - (-1))/(3 - 0) \n" ); document.write( "m = (1 + 1)/(3) \n" ); document.write( "m = 2/3\r \n" ); document.write( "\n" ); document.write( "Now the standard equation for a straight line is.. \n" ); document.write( "y=mx+c --> (1)\r \n" ); document.write( "\n" ); document.write( "where m is the slope \n" ); document.write( "and c is the y-intercept of the line i.e., when the line hits the y-axis and x = 0\r \n" ); document.write( "\n" ); document.write( "If you notice the co-ordinate (0,-1) .. \n" ); document.write( "x = 0, y = -1 \n" ); document.write( "This is the co-ordinate where the line intersects the y-axis. So our y intercept is -1 \n" ); document.write( "So, \n" ); document.write( "c = -1 \n" ); document.write( "Substituting the values in (1)\r \n" ); document.write( "\n" ); document.write( "y = 2/3x - 1 which is the point slope form of the equation \n" ); document.write( " |