There are three points , , and which are all collinear. Point has coordinates , point has coordinates , and point has coordinates . Find the value of .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
For points A, B and C to be colinear means that there is a linear equation y = m x + c that satisfies all the coordinates.
First we make use of the known points, namely A ( − 4 , − 5 ) and C ( 8 , 1 9 ) . Calculating the gradient m :
m = r u n r i s e
m = 8 − − 4 1 9 − − 5
m = 1 2 2 4
m = 2
Now the equation becomes y = 2 x + c . The next step is to calculate c , which is equal to the y coordinate of the y-intercept. The y-intercept is the point in which our equation crosses the y-axis, namely when x = 0 .
To do so, we plug in one of the points to the current equation:
y = 2 x + c
1 9 = 2 ( 8 ) + c
1 9 = 1 6 + c
c = 1 9 − 1 6
c = 3
Now that we have our linear equation: y = 2 x + 3 , we can substitute in our last point B ( p , 3 p + 1 ) to solve for p :
y = 2 x + 3
3 p + 1 = 2 ( p ) + 3
3 p − 2 p = 3 − 1
p = 2
And thus we arrive at our answer, p = 2 .
PS Mobile formatting is hard