document.write( "Question 136435: Find an equation of the line containing the given pair of points.
\n" );
document.write( "(-3, -2) and (-7, -1)
\n" );
document.write( "The equation of line y is?
\n" );
document.write( "Help please. \n" );
document.write( "
Algebra.Com's Answer #99964 by algebrapro18(249)![]() ![]() ![]() You can put this solution on YOUR website! First you need to fine the slope of this line. You do this using the formula for slope which is: \r \n" ); document.write( "\n" ); document.write( "m = (y2-y1)/(x2-x1)where \n" ); document.write( "x1 = -3 \n" ); document.write( "y1 = -2 \n" ); document.write( "x2 = -7 \n" ); document.write( "y2 = -1 \r \n" ); document.write( "\n" ); document.write( "now plugging in you get \r \n" ); document.write( "\n" ); document.write( "m = (-1-(-2))/(-7-(-3)) \n" ); document.write( "m = (-1+2)/(-7+3) \n" ); document.write( "m = 1/-4 \n" ); document.write( "m = -1/4 \r \n" ); document.write( "\n" ); document.write( "now that we know the slope we can find the equation of the line in two ways. \r \n" ); document.write( "\n" ); document.write( "Method 1: solving y=mx+b for b \r \n" ); document.write( "\n" ); document.write( "Now that we have numbers for y,m, and x we can plug those into the slope-intercept formula and solve for b. \r \n" ); document.write( "\n" ); document.write( "y = mx + b \n" ); document.write( "-1 = -1/4(-7) + b \n" ); document.write( "-1 = 7/4 + b \n" ); document.write( "-11/4 = b \r \n" ); document.write( "\n" ); document.write( "y = -1/4x - 11/4 \r \n" ); document.write( "\n" ); document.write( "Method 2: use the point slope formula and solve for y \r \n" ); document.write( "\n" ); document.write( "There is another formula you may not have used yet, its call the point slope formula. It looks like this: \r \n" ); document.write( "\n" ); document.write( "y-y1=m(x-x1)where \n" ); document.write( "x1 = -3 \n" ); document.write( "y1 = -2 \r \n" ); document.write( "\n" ); document.write( "now plugging in you get \r \n" ); document.write( "\n" ); document.write( "y-(-2)=-1/4(x-(-3)) \n" ); document.write( "y+2 = -1/4(x+3) \n" ); document.write( "y = -1/4x - 3/4 -2 \n" ); document.write( "y = -1/4x - 11/4 \r \n" ); document.write( "\n" ); document.write( "Either method you use will give you the same line so really its personal preference(or what ever way your teacher specifies). \n" ); document.write( " |