10 practice questions

Class 10 Maths: Distance Formula — Practice Questions with Answers

Exam-style CBSE practice questions on Distance Formula (COORDINATE GEOMETRY). Try each one first, then reveal the correct answer and a step-by-step explanation. Free, from EduLevel — the AI teacher for CBSE.

Q1medium1 markCBSE 2024

Three vertices of a rectangle AOBC are given as A(0, 2), O(0, 0), and B(4, 0). Calculate the square of the length of its diagonal.

  1. 36
  2. 20
  3. 16
  4. 4
Need a hint?

Remember that a rectangle has four right angles and opposite sides are equal. Also, think about how to find the distance between two points.

Show answer & explanation
Answer: 20

Explanation: With vertices A(0, 2), O(0, 0), and B(4, 0), the fourth vertex of the rectangle is C(4, 2). The length of the diagonal OC is found using the distance formula: √((4-0)² + (2-0)²) = √(16 + 4) = √20. The square of the diagonal's length is 20.

Q2easy1 markCBSE 2023

What is the distance of the point (-1, 7) from the x-axis?

  1. -1
  2. 7
  3. 6
  4. √50
Need a hint?

Remember the definition of coordinates in a Cartesian plane; the first value represents the horizontal position and the second represents the vertical position.

Show answer & explanation
Answer: 7

Explanation: The distance of any point (x, y) from the x-axis is the absolute value of its y-coordinate. For the point (-1, 7), this distance is |7| = 7.

Q3medium1 markCBSE 2023

Consider the following statements: Assertion (A): The point P(0, 2) is the point of intersection of the y-axis with the line 3x + 2y = 4. Reason (R): The distance of point P(0, 2) from the x-axis is 2 units. Which of the following options is correct?

  1. Both Assertion (A) and Reason (R) are true and Reason (R) is the correct explanation of Assertion (A).
  2. Both Assertion (A) and Reason (R) are true, but Reason (R) is not the correct explanation of the Assertion (A).
  3. Assertion (A) is true, but Reason (R) is false.
  4. Assertion (A) is false, but Reason (R) is true.
Need a hint?

To verify the assertion, check if the point P(0, 2) satisfies the equation of the line. For the reason, recall the definition of the distance of a point from an axis.

Show answer & explanation
Answer: Both Assertion (A) and Reason (R) are true, but Reason (R) is not the correct explanation of the Assertion (A).

Explanation: Assertion (A) is true because substituting x=0 (for y-axis intersection) into 3x + 2y = 4 gives 2y=4, so y=2. Reason (R) is also true as the distance of (0, 2) from the x-axis is |2|=2. However, the reason about distance does not explain why the point lies on the given line, making them independent true statements.

Q4easy1 markCBSE 2023

Determine the distance between the point (-6, 8) and the origin.

  1. 6
  2. -6
  3. 8
  4. 10
Need a hint?

To find the distance between a point and the origin (0,0), you can use the distance formula, which is derived from the Pythagorean theorem.

Show answer & explanation
Answer: 10

Explanation: The distance from the origin (0,0) to a point (x,y) is calculated using the distance formula as sqrt(x2 + y2). For the point (-6, 8), this is sqrt((-6)2 + 82) = sqrt(36 + 64) = sqrt(100) = 10.

Q5easy1 markCBSE 2023

Identify the type of triangle formed by the vertices (-4, 0), (4, 0), and (0, 3).

  1. right triangle
  2. isosceles triangle
  3. equilateral triangle
  4. scalene triangle
Need a hint?

To determine the type of triangle, you should calculate the lengths of all three sides using the distance formula.

Show answer & explanation
Answer: isosceles triangle

Explanation: By calculating the lengths of the sides using the distance formula, we find two sides are equal (5 units each), while the third side is different (8 units). A triangle with two equal sides is an isosceles triangle.

Q6easy1 markCBSE 2022

Find the coordinates of the point on the x-axis that is equidistant from point P(5, 0) and point Q(-1, 0).

  1. (2, 0)
  2. (-2, 0)
  3. (3, 0)
  4. (2, 2)
Need a hint?

Remember the distance formula, which helps calculate the distance between two points in a coordinate plane.

Show answer & explanation
Answer: (2, 0)

Explanation: Let the point on the x-axis be R(x, 0). The distance PR must equal QR. Using the distance formula, (x-5)2 = (x+1)2, which simplifies to x2 - 10x + 25 = x2 + 2x + 1. Solving for x gives -12x = -24, so x = 2. The point is (2, 0).

Q7medium1 markCBSE 2022

A point P has an x-coordinate that is double its y-coordinate. If this point P is equally distant from point Q(2, -5) and point R(-3, 6), what are the coordinates of P?

  1. (8, 16)
  2. (10, 20)
  3. (20, 10)
  4. (16, 8)
Need a hint?

Remember the Distance Formula, which helps calculate the distance between two points in a coordinate plane.

Show answer & explanation
Answer: (16, 8)

Explanation: Let the coordinates of P be (2y, y). Since P is equidistant from Q(2, -5) and R(-3, 6), PQ2 = PR2. Using the distance formula, (2y-2)2 + (y+5)2 = (2y+3)2 + (y-6)2. Expanding and simplifying this equation leads to y=8. Therefore, the coordinates of P are (2*8, 8), which is (16, 8).

Q8easy1 markCBSE 2020

Calculate the distance between the origin (0, 0) and the point with coordinates (a - b, a + b).

  1. 2√ab
  2. √(2a² + ab)
  3. 2√(a² + b²)
  4. √(2a² + 2b²)
Need a hint?

Remember the distance formula, which helps calculate the distance between two points in a coordinate plane.

Show answer & explanation
Answer: √(2a² + 2b²)

Explanation: The distance from the origin to (x,y) is √(x²+y²). Here, it is √((a-b)² + (a+b)²) = √(a²-2ab+b² + a²+2ab+b²) = √(2a² + 2b²).

Q9easy1 markCBSE 2020

What is the distance between the points (m, -n) and (-m, n)?

  1. √(m² + n²)
  2. m + n
  3. 2√(m² + n²)
  4. √(2m² + 2n²)
Need a hint?

To find the distance between two points in a coordinate plane, you should recall the distance formula, which is derived from the Pythagorean theorem.

Show answer & explanation
Answer: 2√(m² + n²)

Explanation: Applying the distance formula, d = √((-m-m)² + (n-(-n))²) = √((-2m)² + (2n)²) = √(4m² + 4n²) = 2√(m² + n²).

Q10easy1 markCBSE 2020

Find the coordinates of the point on the x-axis that is equidistant from the points (-4, 0) and (10, 0).

  1. (7, 0)
  2. (5, 0)
  3. (0, 0)
  4. (3, 0)
Need a hint?

Remember that points on the x-axis have a y-coordinate of 0. You'll need to use the distance formula to represent the distances.

Show answer & explanation
Answer: (3, 0)

Explanation: A point on the x-axis equidistant from two points with the same y-coordinate is their midpoint. The midpoint of (-4, 0) and (10, 0) is ((-4+10)/2, 0) = (3, 0).

Stuck on a doubt in Distance Formula? Vidya ma'am — EduLevel's AI teacher — explains it to you live, by voice, till it clicks.

Try EduLevel free

₹1 trial for 3 days · then ₹499/month · Get the Android app

Start learning free — ₹1