Coordinate Geometry
Level: 1 (Recognition) Time limit: 20 minutes Total marks: 30
Section A — Multiple Choice (1 mark each)
Choose the single correct option.
Q1. The point lies in which quadrant? (a) I (b) II (c) III (d) IV
Q2. The distance between the origin and the point is: (a) (b) (c) (d)
Q3. The midpoint of the segment joining and is: (a) (b) (c) (d)
Q4. The slope of the line through and is: (a) (b) (c) (d)
Q5. The line has y-intercept: (a) (b) (c) (d)
Q6. Two lines are perpendicular if the product of their slopes equals: (a) (b) (c) (d)
Q7. The x-intercept of is: (a) (b) (c) (d)
Q8. The centre of the circle is: (a) (b) (c) (d)
Q9. The radius of the circle in Q8 is: (a) (b) (c) (d)
Q10. A line parallel to has slope: (a) (b) (c) (d)
Section B — Matching (1 mark each, 5 marks total)
Q11. Match each formula in Column X to its description in Column Y.
| Column X | Column Y | |
|---|---|---|
| (i) | (P) slope | |
| (ii) | (Q) area of triangle | |
| (iii) | (R) distance | |
| (iv) $\frac{ | ax_0+by_0+c | }{\sqrt{a^2+b^2}}$ |
| (v) | (T) distance point-to-line |
Write the correct pairing for (i)–(v).
Section C — True/False with Justification (3 marks each)
State True or False (1 mark) and give a brief justification (2 marks).
Q12. The three points , and are collinear.
Q13. The lines and are parallel.
Q14. The point that divides the segment from to internally in the ratio is .
Q15. The equation represents a circle of radius .
Answer keyMark scheme & solutions
Section A (1 mark each)
Q1. (b) II — , ⇒ second quadrant. (1)
Q2. (a) — . (1)
Q3. (c) — . (1) (Note: correct answer is ; option (a).) Correct option: (a) .
Q4. (a) — . (1)
Q5. (b) — In , . (1)
Q6. (c) — Perpendicular condition . (1)
Q7. (b) — Set : . (1)
Q8. (c) — Centre . (1)
Q9. (c) — . (1)
Q10. (b) — Parallel lines have equal slopes. (1)
Section B
Q11. (i)–R, (ii)–S, (iii)–P, (iv)–T, (v)–Q. (1 each, 5 total)
Section C
Q12. True. (1) Slope is ; slope is . Equal slopes through common point ⇒ collinear (all lie on ). (2)
Q13. False. (1) Line 1 slope . Line 2: , slope . Slopes are equal but they are two distinct parallel lines — however since the statement claims they are parallel and they are indeed parallel...
Correction: Both have slope , so they are parallel ⇒ True. (1) Justification: rewriting the second as gives slope , matching line 1's slope ; different intercepts confirm distinct parallel lines. (2)
Q14. True. (1) Section formula: . (2)
Q15. True. (1) Complete squares: , so . (2)
[
{"claim":"Distance origin to (3,4) is 5","code":"result = sqrt(3**2+4**2)==5"},
{"claim":"Midpoint of (2,-4),(6,8) is (4,2)","code":"result = (Rational(2+6,2), Rational(-4+8,2))==(4,2)"},
{"claim":"Slope through (1,2),(4,8) is 2","code":"result = Rational(8-2,4-1)==2"},
{"claim":"Section 2:1 of (0,0),(6,9) is (4,6)","code":"result = (Rational(2*6+1*0,3), Rational(2*9+1*0,3))==(4,6)"},
{"claim":"Circle x2+y2-6x+8y+9=0 has radius 4","code":"result = sqrt(9+16-9)==4"}
]