First of all I apologize if this is a trivial question, I am not sure if my solution is what the question is asking for.
Question :Using an equation in intercepts, obtain an implicit formula f(x,y)=0 for the straight line intersecting the coordinate axes X and Y at the points with coordinates (2, 0) and (0, -1), respectively
My thought process:
- Firstly, I will obtain M by subbing in the necessary values: (-1-0/0-2) = 1/2.
- Next, I will define the formula as y-y1 = M(x-x1), and then subbing in the values :y-0 = 1/2(x-2).
- Finally, I will turn it into implicit form : 2y - x + 2 = 0
May I have any guidance on whether what I did was correct? I am not sure if this was what I was supposed to do, I have also thought about x/a + y /b = 1, but I am not very sure how to get a and b in that instance