document.write( "Question 92683: A line passes through the point P(-2,3) and has a slope of -1/2. What graph best represents the line? \n" ); document.write( "
Algebra.Com's Answer #67980 by bucky(2189)\"\" \"About 
You can put this solution on YOUR website!
There are several ways you can do this problem. One way is to use the equation that says
\n" ); document.write( "the slope m is equal to:
\n" ); document.write( ".
\n" ); document.write( "\"m+=+%28y+-+y%5B1%5D%29%2F%28x+-+x%5B1%5D%29\"
\n" ); document.write( ".
\n" ); document.write( "where \"y%5B1%5D\" comes from the point P and is +3 and \"x%5B1%5D\" also comes from the point P
\n" ); document.write( "and is -2. The problem also tells you that the slope is \"-1%2F2\".
\n" ); document.write( "Substituting
\n" ); document.write( "these values into the slope equation to get:
\n" ); document.write( ".
\n" ); document.write( "\"-1%2F2+=+%28y+-+%28%2B3%29%29%2F%28x+-+%28-2%29%29\"
\n" ); document.write( ".
\n" ); document.write( "This simplifies to:
\n" ); document.write( ".
\n" ); document.write( "\"-1%2F2+=+%28y+-3%29%2F%28x%2B2%29\"
\n" ); document.write( ".
\n" ); document.write( "and this is an equation that can be used to graphically represent the line that has a slope
\n" ); document.write( "of \"-1%2F2\" and have as one point (-2,3). You can find other points on that will be on
\n" ); document.write( "the graph by assigning values to x and computing the corresponding values of y. For example,
\n" ); document.write( "you can let x = 2. Substitute +2 for x and the equation becomes:
\n" ); document.write( ".
\n" ); document.write( "\"-1%2F2+=+%28y+-3%29%2F%282%2B2%29\"
\n" ); document.write( ".
\n" ); document.write( "When you combine the 2+2 to get 4 in the denominator of the right side the equation
\n" ); document.write( "becomes:
\n" ); document.write( ".
\n" ); document.write( "\"-1%2F2+=+%28y-3%29%2F4\"
\n" ); document.write( ".
\n" ); document.write( "If you multiply both sides by 4 the equation becomes:
\n" ); document.write( ".
\n" ); document.write( "\"4%2A%28-1%2F2%29+=+%284%2A%28y-3%29%29%2F4\"
\n" ); document.write( ".
\n" ); document.write( "On the left side the produce of 4*(-1/2) = -2 and on the right side the 4 in the numerator
\n" ); document.write( "cancels with the 4 in the denominator and you are left with just y-3. So the equation now
\n" ); document.write( "is:
\n" ); document.write( ".
\n" ); document.write( "\"-2+=+y+-+3\"
\n" ); document.write( ".
\n" ); document.write( "You can solve for y by adding +3 to both sides to get:
\n" ); document.write( ".
\n" ); document.write( "\"%2B1+=+y\"
\n" ); document.write( ".
\n" ); document.write( "So now you know that the point in which x equals 2 and y equals 1 is also on the graph.
\n" ); document.write( ".
\n" ); document.write( "So now you know two points on the line ... (-2,3) which was given in the problem and (2, 1)
\n" ); document.write( "which you just calculated. You can plot these two points and get the graph by drawing a
\n" ); document.write( "straight line that goes through these two points.
\n" ); document.write( ".
\n" ); document.write( "Another way that you could get an equation for that line is to use the slope intercept form
\n" ); document.write( "of an equation. The slope intercept form is:
\n" ); document.write( ".
\n" ); document.write( "\"y+=+m%2Ax+%2B+b\"
\n" ); document.write( ".
\n" ); document.write( "in which m is the slope and is given as \"-1%2F2\". b is the value of y where the graph
\n" ); document.write( "crosses the y-axis. Substituting the value of the slope into this slope
\n" ); document.write( "intercept form
\n" ); document.write( "results in:
\n" ); document.write( ".
\n" ); document.write( "\"y+=+%28-1%2F2%29x+%2B+b\"
\n" ); document.write( ".
\n" ); document.write( "You are given that the point (-2,3) is on the line. So you can substitute 3 for y and -2 for
\n" ); document.write( "x into the equation to get:
\n" ); document.write( ".
\n" ); document.write( "\"3+=+%28-1%2F2%29%28-2%29+%2B+b\"
\n" ); document.write( ".
\n" ); document.write( "Doing the multiplication on the right side transforms the equation to:
\n" ); document.write( ".
\n" ); document.write( "\"3+=+1++%2B+b\"
\n" ); document.write( ".
\n" ); document.write( "You can now solve for b by subtracting 1 from both sides to get:
\n" ); document.write( ".
\n" ); document.write( "\"2+=+b\"
\n" ); document.write( ".
\n" ); document.write( "Now you can substitute this value for b and the slope value of \"-1%2F2\" into the slope
\n" ); document.write( "intercept form to get another equation for the graph:
\n" ); document.write( ".
\n" ); document.write( "\"y+=+%28-1%2F2%29x+%2B+2\"
\n" ); document.write( ".
\n" ); document.write( "This is the same equation as \"%28-1%2F2%29+=+%28y+-3%29%2F%28x%2B2%29\" that we got before. It's just in
\n" ); document.write( "a little different form. You can also get more points on the graph from the slope intercept
\n" ); document.write( "form by assigning values to x and computing the corresponding value of y. Each time you do
\n" ); document.write( "this you get another point on the graph. You can plot these points and connect them with
\n" ); document.write( "a line that is then the graph you are looking for.
\n" ); document.write( ".
\n" ); document.write( "When you get done you should have a graph that looks like this:
\n" ); document.write( ".
\n" ); document.write( "\"graph%28300%2C300%2C-15%2C15%2C-15%2C15%2C%28-1%2F2%29x%2B2%29\"
\n" ); document.write( ".
\n" ); document.write( "Note that the graph crosses the y axis at +2, which is the value we found for b above.
\n" ); document.write( "Also notice that the point (-2,3) is on the graph. Also notice that the slope of the graph
\n" ); document.write( "is negative because it slopes down as you move to the right.
\n" ); document.write( ".
\n" ); document.write( "Hope this helps you to understand the problem a little better.
\n" ); document.write( "
\n" );