This is an interesting problem, and I haven't solved it either as I am still learning this stuff. so far I've gotten about 3 different wrong answers.
I re wrote the equation of the line M: to Y=-4x + k
Given that N is perpendicular I believe the slope should be the opposite of M's, and it says it passes through the origin so I believe its intercept is 0 so i re wrote line N: to Y=4x + 0
the only point where these two lines share is there intersection where line M=N
-4x+k = 4x+0
k = 8x
x= k/8
plug into either equation to solve for Y = K/2
intersection point is K/8, K/2
since this is equal to P, k/8= R and K/2 = r+1
I think I must have made a mistake because after this point I get various answers that are wrong.
K/8 = K/2 + 1
I solve for K = - 8/3
then I plug back in to solve for R given R= k/8 thus
-8/3 divided by 8
and I get -1/3 = r
an exact difference of positive one... what did i do wrong?