P and Q are the points of intersection of the line y/2 + x/3 = 1 with the x and y axes respectively. The gradient of QR is 1 and the point R has x-coordinate 2a, a > 0
a Find the y coordinate of R in terms of a.
b Find the value of a if the gradient of PR is −2
The answer is probably right in front of me but i can't seem to figure it out. Help would be much appreciated... thanks
a)
y/2+x/3=1 is y=-2x/3+1/2
Q is the y intercept so x=0, sub that into the above equation and you get 1/2 for the y-value so the y-int is (0,1/2) which is on the line QR
QR has a gradient of 1 so if you take into consideration that the equation is y=x+(1/2)
R is x=2a, sub that into the equation for your y-coordinate which is 2a+(1/2)
b) P's y-coordinate is 0 since it intersects with x, so it is (x,0) and sub that into original equation y=-2x/3+1/2
0=-2x/3+1/2, 1/2=2x/3, 3/2=2x, x=3/4 so P is (3/4,0)
R's coordinate is (2a,2a+(1/2))
They are both on the line y=-2x+c as gradient for PR is -2
sub P in for c, 0=-2(3/4)+c, c is 3/2
equation is y=-2x+3/2
sub R, 2a+1/2=-2(2a)+3/2
equating coefficients, 6a=1
a=1/6
First helping post in this thread so correct me if there's a problem.