Quantitative Aptitude — Coordinate Geometry

6 mins
Time
8
Questions
🎓
1
Per Q

Read the following instructions carefully:

Select Language / भाषा चुनें
You can change language during quiz too / परीक्षा के दौरान भी बदल सकते हैं
Quantitative Aptitude — Coordinate Geometry — Questions with Answers Open after you finish the quiz — all 8 questions, with answers and explanations.
Q1. Find the distance between the points (3, 4) and (6, 8).
  1. sqrt(13) units
  2. 7 units
  3. 5 units
  4. 1 unit
Show answer
Answer: C. 5 units
To find the distance between two points (x1, y1) and (x2, y2), we use the distance formula: Distance = sqrt((x2 - x1)^2 + (y2 - y1)^2) Given points are (3, 4) and (6, 8). Let (x1, y1) = (3, 4) and (x2, y2) = (6, 8). Distance = sqrt((6 - 3)^2 + (8 - 4)^2) Distance = sqrt((3)^2 + (4)^2) Distance = sqrt(9 + 16) Distance = sqrt(25) Distance = 5 units.
Q2. Find the coordinates of the point that divides the line segment joining points A(2, 3) and B(8, 9) internally in the ratio 1:2.
  1. (4, 5)
  2. (6, 7)
  3. (10, 12)
  4. (12, 15)
Show answer
Answer: A. (4, 5)
To find the coordinates of a point P(x, y) that divides the line segment joining A(x1, y1) and B(x2, y2) internally in the ratio m:n, we use the section formula: x = (m*x2 + n*x1) / (m + n) y = (m*y2 + n*y1) / (m + n) Given points are A(2, 3) and B(8, 9), and the ratio m:n = 1:2. x = (1*8 + 2*2) / (1 + 2) = (8 + 4) / 3 = 12 / 3 = 4 y = (1*9 + 2*3) / (1 + 2) = (9 + 6) / 3 = 15 / 3 = 5 So, the coordinates of the point are (4, 5).
Q3. Find the midpoint of the line segment joining points P(-5, 7) and Q(3, -1).
  1. (-2, 6)
  2. (-1, 3)
  3. (1, -3)
  4. (-4, 8)
Show answer
Answer: B. (-1, 3)
To find the midpoint M(x, y) of a line segment joining two points (x1, y1) and (x2, y2), we use the midpoint formula: x = (x1 + x2) / 2 y = (y1 + y2) / 2 Given points are P(-5, 7) and Q(3, -1). Let (x1, y1) = (-5, 7) and (x2, y2) = (3, -1). x = (-5 + 3) / 2 = -2 / 2 = -1 y = (7 + (-1)) / 2 = (7 - 1) / 2 = 6 / 2 = 3 So, the midpoint is (-1, 3).
Q4. The vertices of a triangle are (1, 2), (4, 2) and (3, 5). Find its area.
  1. 9 square units
  2. 3 square units
  3. 6 square units
  4. 4.5 square units
Show answer
Answer: D. 4.5 square units
To find the area of a triangle with vertices (x1, y1), (x2, y2), and (x3, y3), we use the formula: Area = 1/2 * |x1(y2 - y3) + x2(y3 - y1) + x3(y1 - y2)| Given vertices are (1, 2), (4, 2), and (3, 5). Let (x1, y1) = (1, 2) Let (x2, y2) = (4, 2) Let (x3, y3) = (3, 5) Area = 1/2 * |1(2 - 5) + 4(5 - 2) + 3(2 - 2)| Area = 1/2 * |1(-3) + 4(3) + 3(0)| Area = 1/2 * |-3 + 12 + 0| Area = 1/2 * |9| Area = 4.5 square units.
Q5. If the points A(2, 3), B(4, k) and C(6, 7) are collinear, find the value of k.
  1. 4
  2. 5
  3. 6
  4. 7
Show answer
Answer: B. 5
If three points are collinear, the area of the triangle formed by them is 0. Area = 1/2 * |x1(y2 - y3) + x2(y3 - y1) + x3(y1 - y2)| = 0 Given points are A(2, 3), B(4, k), and C(6, 7). Let (x1, y1) = (2, 3) Let (x2, y2) = (4, k) Let (x3, y3) = (6, 7) 1/2 * |2(k - 7) + 4(7 - 3) + 6(3 - k)| = 0 |2k - 14 + 4(4) + 18 - 6k| = 0 |2k - 14 + 16 + 18 - 6k| = 0 |-4k + 20| = 0 -4k + 20 = 0 4k = 20 k = 5.
Q6. Find the slope of the line passing through the points (3, -2) and (-1, 6).
  1. -2
  2. 2
  3. 1/2
  4. -1/2
Show answer
Answer: A. -2
To find the slope (m) of a line passing through two points (x1, y1) and (x2, y2), we use the formula: m = (y2 - y1) / (x2 - x1) Given points are (3, -2) and (-1, 6). Let (x1, y1) = (3, -2) and (x2, y2) = (-1, 6). m = (6 - (-2)) / (-1 - 3) m = (6 + 2) / (-4) m = 8 / (-4) m = -2.
Q7. Find the equation of the line that passes through the point (1, 5) and has a slope of 3.
  1. y = 3x + 2
  2. y = 3x - 2
  3. y = -3x + 2
  4. y = 3x + 8
Show answer
Answer: A. y = 3x + 2
The equation of a line in point-slope form is: y - y1 = m(x - x1) Given point (x1, y1) = (1, 5) and slope m = 3. Substitute the values into the formula: y - 5 = 3(x - 1) y - 5 = 3x - 3 y = 3x - 3 + 5 y = 3x + 2.
Q8. Find the perpendicular distance from the point (2, 3) to the line 3x + 4y - 5 = 0.
  1. 13 units
  2. 1 unit
  3. 13/7 units
  4. 2.6 units
Show answer
Answer: D. 2.6 units
To find the perpendicular distance from a point (x0, y0) to a line Ax + By + C = 0, we use the formula: Distance d = |Ax0 + By0 + C| / sqrt(A^2 + B^2) Given point (x0, y0) = (2, 3) and line 3x + 4y - 5 = 0. Here, A = 3, B = 4, C = -5. d = |3(2) + 4(3) - 5| / sqrt(3^2 + 4^2) d = |6 + 12 - 5| / sqrt(9 + 16) d = |13| / sqrt(25) d = 13 / 5 d = 2.6 units.
More practice: today's quiz · daily current affairs · full mock tests