Home

/

School

/

CBSE

/

Class 10

/

Mathematics

/

Coordinate Geometry

CBSE Explorer

Coordinate Geometry

AI Learning Assistant

I can help you understand Coordinate Geometry better. Ask me anything!

Summarize the main points of Coordinate Geometry.
What are the most important terms to remember here?
Explain this concept like I'm five.
Give me a quick 3-question practice quiz.

Summary

Chapter Summary

Key Points

  • Distance Formula: The distance between two points P(x₁, y₁) and Q(x₂, y₂) is given by:
    • d=(x2x1)2+(y2y1)2d = \sqrt{(x₂ - x₁)² + (y₂ - y₁)²}
  • Distance from Origin: The distance of a point P(x, y) from the origin is:
    • d=x2+y2d = \sqrt{x² + y²}
  • Section Formula: The coordinates of the point P(x, y) that divides the line segment joining A(x₁, y₁) and B(x₂, y₂) in the ratio m₁:m₂ are:
    • x=m1x2+m2x1m1+m2,y=m1y2+m2y1m1+m2x = \frac{m₁x₂ + m₂x₁}{m₁ + m₂}, \quad y = \frac{m₁y₂ + m₂y₁}{m₁ + m₂}
  • Mid-point Formula: The mid-point of the line segment joining A(x₁, y₁) and B(x₂, y₂) is:
    • P=(x1+x22,y1+y22)P = \left( \frac{x₁ + x₂}{2}, \frac{y₁ + y₂}{2} \right)

Examples

  • Example of Distance Calculation: To find the distance between points (2, 3) and (4, 1), apply the distance formula.
  • Example of Section Formula: To find the coordinates of the point dividing the segment joining (-1, 7) and (4, -3) in the ratio 2:3, use the section formula.

Applications

  • Coordinate geometry is widely applied in fields such as physics, engineering, navigation, and art.

Learning Objectives

  • Understand the concept of coordinate geometry.
  • Apply the distance formula to find the distance between two points.
  • Use the section formula to find coordinates of points dividing line segments.
  • Identify collinear points using distance calculations.
  • Determine the type of quadrilateral formed by given points.
  • Solve problems involving distances and ratios in coordinate geometry.

Detailed Notes

Chapter 7: Coordinate Geometry

7.1 Introduction

  • To locate a point on a plane, a pair of coordinate axes is required.
  • The x-coordinate (abscissa) is the distance from the y-axis.
  • The y-coordinate (ordinate) is the distance from the x-axis.
  • Points on the x-axis are of the form (x, 0) and on the y-axis are of the form (0, y).

7.2 Distance Formula

  • The distance between two points P(x₁, y₁) and Q(x₂, y₂) is given by:
    PQ=(x2x1)2+(y2y1)2PQ = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}
  • The distance of a point P(x, y) from the origin O(0, 0) is:
    OP=x2+y2OP = \sqrt{x^2 + y^2}

Examples

  1. Example 1: Find the distance between points (2, 3) and (4, 1).
  2. Example 2: Find the distance between points (0, 0) and (36, 15).

7.3 Section Formula

  • The coordinates of the point P(x, y) that divides the line segment joining points A(x₁, y₁) and B(x₂, y₂) internally in the ratio m₁ : m₂ are:
    x=m1x2+m2x1m1+m2,y=m1y2+m2y1m1+m2x = \frac{m_1 x_2 + m_2 x_1}{m_1 + m_2}, \quad y = \frac{m_1 y_2 + m_2 y_1}{m_1 + m_2}

Examples

  1. Example 6: Find the coordinates of the point which divides the line segment joining (4, -3) and (8, 5) in the ratio 3:1.
    • Solution: (7, 3)
  2. Example 7: Find the ratio in which the point (-4, 6) divides the line segment joining A(-6, 10) and B(3, -8).
    • Solution: m₁ : m₂ = 2 : 7

Exercises

  1. Find the distance between the following pairs of points:
    • (2, 3), (4, 1)
    • (-5, 7), (-1, 3)
  2. Find the coordinates of the point which divides the join of (-1, 7) and (4, -3) in the ratio 2:3.
  3. Determine if the points (1, 5), (2, 3), and (-2, -11) are collinear.

Exam Tips & Common Mistakes

Common Mistakes and Exam Tips

Common Pitfalls

  • Misapplication of Distance Formula: Students often forget to square the differences in coordinates when using the distance formula, leading to incorrect calculations.
  • Incorrect Use of Section Formula: Failing to correctly apply the section formula can result in wrong coordinates for points dividing line segments.
  • Assuming Collinearity: Students may incorrectly assume points are collinear without verifying using the distance formula or slope calculations.
  • Ignoring Units: When calculating distances, students sometimes neglect to include units, which can lead to confusion in answers.

Tips for Success

  • Double-Check Calculations: Always recheck your calculations for distance and coordinates, especially when applying formulas.
  • Visualize Problems: Draw diagrams to help visualize the problem, especially for coordinate geometry questions.
  • Practice with Examples: Work through multiple examples of distance and section formula problems to build confidence.
  • Understand Concepts: Make sure to understand the underlying concepts of distance and section formulas rather than just memorizing them.

Practice & Assessment

Multiple Choice Questions

A.

Yes, it is a square.

B.

No, it is not a square.

C.

Yes, it is a rectangle.

D.

No, it is a parallelogram.
Correct Answer: B

Solution:

To determine if ABCD is a square, calculate the distances AB, BC, CD, and DA. If all sides are equal and the diagonals are equal, it is a square. Calculations show that the sides are not equal, so it is not a square.

A.

4 meters

B.

5 meters

C.

6 meters

D.

7 meters
Correct Answer: A

Solution:

The distance between the green flag at the 4th line and the red flag at the 8th line is 84=48 - 4 = 4 meters.

A.

5 units

B.

6 units

C.

7 units

D.

8 units
Correct Answer: A

Solution:

Using the distance formula, the distance between points A and B is (52)2+(84)2=9+16=25=5\sqrt{(5-2)^2 + (8-4)^2} = \sqrt{9 + 16} = \sqrt{25} = 5 units.

A.

(5,7)(5, 7)

B.

(4,6)(4, 6)

C.

(5,6)(5, 6)

D.

(6,7)(6, 7)
Correct Answer: A

Solution:

The midpoint MM of a line segment with endpoints (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) is given by M=(x1+x22,y1+y22)M = \left( \frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2} \right). For P(3,5)P(3, 5) and Q(7,9)Q(7, 9), M=(3+72,5+92)=(5,7)M = \left( \frac{3 + 7}{2}, \frac{5 + 9}{2} \right) = (5, 7).

A.

0.3 M

B.

0.4 M

C.

0.1 M

D.

0.2 M
Correct Answer: B

Solution:

The stoichiometry of the reaction is 2A+BC+D2A + B \rightarrow C + D. At equilibrium, [C]=0.2[C] = 0.2 M, which means 0.20.2 M of AA and 0.10.1 M of BB have reacted (since 2A2A is required for every BB). Therefore, the equilibrium concentration of AA is 0.50.2=0.30.5 - 0.2 = 0.3 M.

A.

39 km

B.

41 km

C.

45 km

D.

51 km
Correct Answer: B

Solution:

Using the Pythagorean theorem, the hypotenuse is calculated as: 362+152=1296+225=1521=39\sqrt{36^2 + 15^2} = \sqrt{1296 + 225} = \sqrt{1521} = 39 km.

A.

7

B.

8

C.

9

D.

10
Correct Answer: B

Solution:

The distance between two points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) is given by the formula (x2x1)2+(y2y1)2\sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}. For points A(2, 4) and C(9, 4), the distance is (92)2+(44)2=72=7\sqrt{(9 - 2)^2 + (4 - 4)^2} = \sqrt{7^2} = 7.

A.

15 km

B.

36 km

C.

51 km

D.

39 km
Correct Answer: B

Solution:

Point B is directly 36 km east of point A, so the distance is 36 km.

A.

3 units

B.

5 units

C.

6 units

D.

7 units
Correct Answer: D

Solution:

The distance between points A and B is calculated using the distance formula: (52)2+(84)2=9+16=25=5\sqrt{(5 - 2)^2 + (8 - 4)^2} = \sqrt{9 + 16} = \sqrt{25} = 5 units.

A.

-7

B.

7

C.

-1

D.

1
Correct Answer: A

Solution:

The slope is calculated as 1865=7\frac{1-8}{6-5} = -7.

A.

Rectangle

B.

Square

C.

Rhombus

D.

Trapezoid
Correct Answer: A

Solution:

To determine the type of quadrilateral, calculate the distances between the points: AB = 5, BC = 5, CD = 5, DA = 5, and diagonals AC = 7, BD = 7. Since opposite sides are equal and diagonals are equal, the quadrilateral is a rectangle.

A.

5 units

B.

7 units

C.

9 units

D.

11 units
Correct Answer: B

Solution:

The distance between points A and C is calculated using the distance formula: (92)2+(44)2=72=7\sqrt{(9 - 2)^2 + (4 - 4)^2} = \sqrt{7^2} = 7 units.

A.

Square

B.

Rectangle

C.

Rhombus

D.

Trapezoid
Correct Answer: D

Solution:

The points form a trapezoid as only one pair of opposite sides are parallel.

A.

15 units

B.

13 units

C.

10 units

D.

18 units
Correct Answer: A

Solution:

According to the Pythagorean theorem, the hypotenuse cc is given by c=a2+b2c = \sqrt{a^2 + b^2}, where aa and bb are the lengths of the legs. Here, c=92+122=81+144=225=15c = \sqrt{9^2 + 12^2} = \sqrt{81 + 144} = \sqrt{225} = 15 units.

A.

1

B.

-1

C.

0.75

D.

-0.75
Correct Answer: D

Solution:

The slope of the line passing through points A and D is 1462=34=0.75\frac{1-4}{6-2} = \frac{-3}{4} = -0.75.

A.

1 mole

B.

2 moles

C.

3 moles

D.

4 moles
Correct Answer: B

Solution:

The balanced chemical equation for the reaction is 2H2+O22H2O2H_2 + O_2 \rightarrow 2H_2O. According to the equation, 2 moles of hydrogen gas react with 1 mole of oxygen gas to produce 2 moles of water.

A.

(5.5,4)(5.5, 4)

B.

(6,4)(6, 4)

C.

(5,4)(5, 4)

D.

(4.5,4)(4.5, 4)
Correct Answer: A

Solution:

The midpoint of a line segment joining (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) is given by (x1+x22,y1+y22)\left(\frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2}\right). Substituting the values, we get (2+92,4+42)=(5.5,4)\left(\frac{2 + 9}{2}, \frac{4 + 4}{2}\right) = (5.5, 4).

A.

7 units

B.

5 units

C.

9 units

D.

6 units
Correct Answer: A

Solution:

The horizontal distance between two points with the same y-coordinate is the difference in their x-coordinates: 92=79 - 2 = 7 units.

A.

(4.5, 2.5)

B.

(4, 2)

C.

(5, 3)

D.

(3, 3)
Correct Answer: A

Solution:

The midpoint of a line segment with endpoints (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) is given by (x1+x22,y1+y22)\left(\frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2}\right). For points P(3, 1) and Q(6, 4), the midpoint is (3+62,1+42)=(4.5,2.5)\left(\frac{3 + 6}{2}, \frac{1 + 4}{2}\right) = (4.5, 2.5).

A.

Rectangle

B.

Square

C.

Rhombus

D.

Trapezoid
Correct Answer: D

Solution:

To determine the type of quadrilateral, calculate the distances: AB = 5, BC = 5, CD = 5, DA = 5, AC = 7, BD = 7. The opposite sides are not equal, hence it's not a rectangle or square. It forms a trapezoid as only one pair of opposite sides are parallel.

A.

5 units

B.

6 units

C.

7 units

D.

8 units
Correct Answer: A

Solution:

Using the distance formula: (62)2+(14)2=16+9=5\sqrt{(6-2)^2 + (1-4)^2} = \sqrt{16 + 9} = 5 units.

A.

29

B.

30

C.

31

D.

32
Correct Answer: C

Solution:

In a full binary tree, the number of total nodes NN is given by N=2L1N = 2L - 1, where LL is the number of leaf nodes. Here, L=15L = 15, so N=2×151=301=31N = 2 \times 15 - 1 = 30 - 1 = 31.

A.

10

B.

14

C.

8

D.

12
Correct Answer: A

Solution:

The distance between two points (x1, y1) and (x2, y2) is given by the formula: (x2x1)2+(y2y1)2\sqrt{(x2 - x1)^2 + (y2 - y1)^2}. Substituting the coordinates, we get: (60)2+(80)2=36+64=100=10\sqrt{(6 - 0)^2 + (8 - 0)^2} = \sqrt{36 + 64} = \sqrt{100} = 10.

A.

1 kcal

B.

10 kcal

C.

100 kcal

D.

1000 kcal
Correct Answer: B

Solution:

Energy transfer efficiency is 10% at each trophic level. Primary producers have 1000 kcal, primary consumers receive 10% of this, which is 100 kcal. Secondary consumers receive 10% of 100 kcal, which is 10 kcal. Tertiary consumers receive 10% of 10 kcal, which is 1 kcal.

A.

3 units

B.

5 units

C.

6 units

D.

7 units
Correct Answer: D

Solution:

Using the distance formula, the distance between points C and D is (96)2+(41)2=9+9=18=32\sqrt{(9-6)^2 + (4-1)^2} = \sqrt{9 + 9} = \sqrt{18} = 3\sqrt{2} units, which is approximately 7 units.

A.

Increased growth rate during the day

B.

Reduced competition for sunlight

C.

Enhanced water conservation

D.

Improved resistance to herbivores
Correct Answer: B

Solution:

Photosynthesizing at night would reduce competition for sunlight, as the plant can utilize light energy at a time when other plants are not. This allows the plant to occupy ecological niches where light is limited during the day.

A.

43\frac{4}{3}

B.

34\frac{3}{4}

C.

11

D.

22
Correct Answer: A

Solution:

The slope of a line passing through two points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) is given by y2y1x2x1\frac{y_2 - y_1}{x_2 - x_1}. Substituting the values, we get 8452=43\frac{8 - 4}{5 - 2} = \frac{4}{3}.

A.

Champa is correct; ABCD is a square.

B.

Chameli is correct; ABCD is not a square.

C.

Both are incorrect; ABCD is a rectangle.

D.

Both are correct; ABCD is a rhombus.
Correct Answer: B

Solution:

The distances between the points do not satisfy the conditions for a square, as the sides and diagonals are not equal.

A.

6

B.

7

C.

8

D.

9
Correct Answer: B

Solution:

The vertical distance between points B and D is the absolute difference in their y-coordinates: 81=7|8 - 1| = 7.

A.

Rectangle

B.

Rhombus

C.

Parallelogram

D.

Trapezoid
Correct Answer: D

Solution:

The quadrilateral is a trapezoid because only one pair of opposite sides (AB and CD) is parallel.

A.

5

B.

6

C.

7

D.

8
Correct Answer: C

Solution:

The horizontal distance between points A and C is the difference in their x-coordinates: 92=79 - 2 = 7.

A.

Rectangle

B.

Square

C.

Rhombus

D.

Trapezoid
Correct Answer: A

Solution:

To determine the type of quadrilateral, calculate the distances: PQ=(41)2+(62)2=25=5PQ = \sqrt{(4-1)^2 + (6-2)^2} = \sqrt{25} = 5, QR=(74)2+(26)2=25=5QR = \sqrt{(7-4)^2 + (2-6)^2} = \sqrt{25} = 5, RS=(74)2+(2+2)2=25=5RS = \sqrt{(7-4)^2 + (2+2)^2} = \sqrt{25} = 5, and SP=(41)2+(22)2=25=5SP = \sqrt{(4-1)^2 + (-2-2)^2} = \sqrt{25} = 5. All sides are equal, and diagonals PR=(71)2+(22)2=6PR = \sqrt{(7-1)^2 + (2-2)^2} = 6 and QS=(44)2+(6+2)2=8QS = \sqrt{(4-4)^2 + (6+2)^2} = 8. Since diagonals are not equal, the quadrilateral is a rectangle.

A.

Square

B.

Rectangle

C.

Rhombus

D.

Trapezoid
Correct Answer: D

Solution:

The points do not form a square or rectangle as the sides are not equal and parallel. They form a trapezoid because only one pair of sides is parallel.

A.

7 units

B.

5 units

C.

9 units

D.

11 units
Correct Answer: A

Solution:

The length of AC is calculated as the difference in x-coordinates: 92=79 - 2 = 7 units.

A.

2 moles

B.

3 moles

C.

4 moles

D.

1 mole
Correct Answer: A

Solution:

The reaction is 2A+BC2A + B \rightarrow C. Starting with 4 moles of AA and 2 moles of BB, the limiting reagent is AA because 44 moles of AA can react with 22 moles of BB to produce 22 moles of CC. Therefore, 2 moles of CC can be produced.

A.

Square

B.

Rectangle

C.

Rhombus

D.

Trapezium
Correct Answer: D

Solution:

Using the distance formula, AB = 5, BC = 5, CD = 5, and DA = 5. However, the diagonals AC and BD are not equal, so ABCD is not a square or rectangle. It is a trapezium.

A.

9 square units

B.

12 square units

C.

15 square units

D.

18 square units
Correct Answer: A

Solution:

Using the formula for the area of a triangle with vertices at (x1, y1), (x2, y2), (x3, y3): 12x1(y2y3)+x2(y3y1)+x3(y1y2)\frac{1}{2} \left| x1(y2-y3) + x2(y3-y1) + x3(y1-y2) \right|, the area is 123(46)+6(61)+9(14)=126+3027=12×9=9\frac{1}{2} \left| 3(4-6) + 6(6-1) + 9(1-4) \right| = \frac{1}{2} \left| -6 + 30 - 27 \right| = \frac{1}{2} \times 9 = 9 square units.

A.

C(9, 4)

B.

D(6, 1)

C.

E(5, 4)

D.

F(3, 8)
Correct Answer: A

Solution:

Point C(9, 4) forms a right triangle with points A(2, 4) and B(5, 8) as the horizontal and vertical distances create perpendicular sides.

A.

7 units

B.

8 units

C.

9 units

D.

10 units
Correct Answer: C

Solution:

The distance between points B and D is calculated using the distance formula: (65)2+(18)2=1+49=50=7.07\sqrt{(6 - 5)^2 + (1 - 8)^2} = \sqrt{1 + 49} = \sqrt{50} = 7.07 units, approximately 9 units.

A.

3 meters from the starting point

B.

5 meters from the starting point

C.

7 meters from the starting point

D.

10 meters from the starting point
Correct Answer: B

Solution:

The midpoint between the green flag at 2 meters and the red flag at 8 meters is given by (2+8)/2=5(2 + 8) / 2 = 5 meters.

A.

36 km

B.

15 km

C.

39 km

D.

51 km
Correct Answer: C

Solution:

The distance between two points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) is given by (x2x1)2+(y2y1)2\sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}. Here, it is (360)2+(150)2=1296+225=1521=39\sqrt{(36 - 0)^2 + (15 - 0)^2} = \sqrt{1296 + 225} = \sqrt{1521} = 39 km.

A.

50 ms

B.

5 ms

C.

500 ms

D.

100 ms
Correct Answer: A

Solution:

The time constant τ\tau of an RC circuit is given by τ=RC\tau = RC. Substituting the given values, τ=10Ω×5×106F=50×103s=50ms\tau = 10 \Omega \times 5 \times 10^{-6} F = 50 \times 10^{-3} s = 50 ms.

A.

5 units

B.

6 units

C.

7 units

D.

8 units
Correct Answer: A

Solution:

The distance is calculated using the distance formula: (73)2+(51)2=16+16=32=425.66\sqrt{(7 - 3)^2 + (5 - 1)^2} = \sqrt{16 + 16} = \sqrt{32} = 4\sqrt{2} \approx 5.66, rounded to 5 units.

A.

55

B.

44

C.

33

D.

66
Correct Answer: A

Solution:

The distance between two points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) is given by the formula (x2x1)2+(y2y1)2\sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}. Substituting the values, we get (52)2+(84)2=32+42=9+16=25=5\sqrt{(5 - 2)^2 + (8 - 4)^2} = \sqrt{3^2 + 4^2} = \sqrt{9 + 16} = \sqrt{25} = 5.

A.

3 units

B.

5 units

C.

8 units

D.

4 units
Correct Answer: A

Solution:

Since point O is at (0,0) and point C is at (0,3), the length of OC is the difference in the y-coordinates, which is 3 units.

A.

55

B.

323\sqrt{2}

C.

18\sqrt{18}

D.

34\sqrt{34}
Correct Answer: D

Solution:

Using the distance formula, the length of line segment CD is (69)2+(14)2=(3)2+(3)2=9+9=18\sqrt{(6 - 9)^2 + (1 - 4)^2} = \sqrt{(-3)^2 + (-3)^2} = \sqrt{9 + 9} = \sqrt{18}.

A.

52\sqrt{52}

B.

68\sqrt{68}

C.

100\sqrt{100}

D.

34\sqrt{34}
Correct Answer: B

Solution:

The length of diagonal AC is calculated using the distance formula: (92)2+(44)2=72+02=49=7\sqrt{(9-2)^2 + (4-4)^2} = \sqrt{7^2 + 0^2} = \sqrt{49} = 7. However, this was incorrect in the options. Correct calculation should be (92)2+(44)2=49=7\sqrt{(9-2)^2 + (4-4)^2} = \sqrt{49} = 7.

A.

Square

B.

Rectangle

C.

Rhombus

D.

Trapezoid
Correct Answer: D

Solution:

Based on the coordinates, the sides are not equal, and the diagonals are not equal, indicating that the quadrilateral is a trapezoid.

A.

Yes, ABCD forms a square.

B.

No, ABCD forms a rectangle.

C.

No, ABCD forms a parallelogram.

D.

No, ABCD does not form any specific quadrilateral.
Correct Answer: D

Solution:

Using the distance formula, the sides and diagonals of the quadrilateral do not satisfy the properties of a square. Therefore, ABCD does not form any specific quadrilateral.

A.

5

B.

6

C.

7

D.

8
Correct Answer: A

Solution:

Using the distance formula, the distance between points A and B is calculated as (52)2+(84)2=32+42=9+16=25=5\sqrt{(5-2)^2 + (8-4)^2} = \sqrt{3^2 + 4^2} = \sqrt{9 + 16} = \sqrt{25} = 5.

A.

3

B.

5

C.

6

D.

4
Correct Answer: B

Solution:

The distance between two points (x1, y1) and (x2, y2) is calculated using the formula: (x2x1)2+(y2y1)2\sqrt{(x2 - x1)^2 + (y2 - y1)^2}. Substituting the given points, the distance is (63)2+(41)2=9+9=18=32\sqrt{(6 - 3)^2 + (4 - 1)^2} = \sqrt{9 + 9} = \sqrt{18} = 3\sqrt{2}, which is approximately 5.

A.

5 m

B.

10 m

C.

15 m

D.

20 m
Correct Answer: B

Solution:

Since both flags are placed at the midpoints of their respective lines, and AD and BC are parallel and equal in length, the distance between the midpoints of AD and BC is equal to the length of the lines, 10 m.

A.

6 meters

B.

8 meters

C.

10 meters

D.

12 meters
Correct Answer: A

Solution:

The distance between the two flags is simply the difference in their positions along the line ADAD. Thus, it is 82=68 - 2 = 6 meters.

A.

It is a rectangle.

B.

It is a square.

C.

It is a parallelogram.

D.

It is a trapezium.
Correct Answer: D

Solution:

To determine the type of quadrilateral, calculate the distances: AB=(52)2+(84)2=5AB = \sqrt{(5-2)^2 + (8-4)^2} = 5, BC=(95)2+(48)2=5BC = \sqrt{(9-5)^2 + (4-8)^2} = 5, CD=(96)2+(41)2=5CD = \sqrt{(9-6)^2 + (4-1)^2} = 5, DA=(62)2+(14)2=5DA = \sqrt{(6-2)^2 + (1-4)^2} = 5. The diagonals AC=(92)2+(44)2=7AC = \sqrt{(9-2)^2 + (4-4)^2} = 7 and BD=(56)2+(81)2=7BD = \sqrt{(5-6)^2 + (8-1)^2} = 7. Since opposite sides are equal but diagonals are not equal, ABCDABCD is a trapezium.

A.

Decrease in urban population

B.

Increase in agricultural employment

C.

Rise of the middle class

D.

Decline in technological innovation
Correct Answer: C

Solution:

The Industrial Revolution led to the rise of the middle class as industries expanded, creating new job opportunities and increasing the wealth of those who owned or managed industrial enterprises. This socio-economic shift was significant in shaping modern society.

A.

6 meters

B.

8 meters

C.

10 meters

D.

12 meters
Correct Answer: A

Solution:

The distance between the two flags is the difference in their line positions, which is 8 - 2 = 6 meters.

A.

Square

B.

Rectangle

C.

Rhombus

D.

Trapezium
Correct Answer: D

Solution:

The quadrilateral formed is a trapezium because only one pair of opposite sides is parallel.

A.

3 units

B.

5 units

C.

8 units

D.

10 units
Correct Answer: A

Solution:

The vertical distance between points O and C is the difference in their y-coordinates, which is 3 units.

A.

5 meters

B.

6 meters

C.

7 meters

D.

8 meters
Correct Answer: B

Solution:

Since the flags are posted on the 2nd and 8th lines, the distance between them is 8 - 2 = 6 meters.

A.

O(n)O(n)

B.

O(logn)O(\log n)

C.

O(n2)O(n^2)

D.

O(1)O(1)
Correct Answer: B

Solution:

In a balanced binary search tree, the average time complexity for searching an element is O(logn)O(\log n), where nn is the number of nodes in the tree. This is because the tree is traversed level by level, reducing the search space by half at each step.

A.

3

B.

4

C.

5

D.

6
Correct Answer: C

Solution:

Using the distance formula, the distance between points C and D is (96)2+(41)2=32+32=9+9=18=32\sqrt{(9-6)^2 + (4-1)^2} = \sqrt{3^2 + 3^2} = \sqrt{9 + 9} = \sqrt{18} = 3\sqrt{2}, which is approximately 4.24. However, the closest integer option is 5.

A.

Square

B.

Rectangle

C.

Trapezoid

D.

None of the above
Correct Answer: D

Solution:

Calculating the distances between the points, the sides do not match any specific quadrilateral properties.

A.

36 km

B.

15 km

C.

39 km

D.

51 km
Correct Answer: C

Solution:

The hypotenuse ACAC can be calculated using the Pythagorean theorem: AC=AB2+BC2=362+152=1296+225=1521=39AC = \sqrt{AB^2 + BC^2} = \sqrt{36^2 + 15^2} = \sqrt{1296 + 225} = \sqrt{1521} = 39 km.

A.

A character dreams of a storm before a major conflict arises.

B.

The protagonist reflects on past events.

C.

A detailed description of the setting.

D.

A dialogue between two characters.
Correct Answer: A

Solution:

Foreshadowing is a literary device used to give an indication or hint of what is to come later in the story. A character dreaming of a storm before a major conflict arises is an example of foreshadowing, as it hints at future turmoil.

A.

5 meters

B.

6 meters

C.

7 meters

D.

8 meters
Correct Answer: B

Solution:

The distance between the two flags is calculated by the difference in their line positions: 82=68 - 2 = 6 meters.

A.

25 km

B.

30 km

C.

35 km

D.

40 km
Correct Answer: A

Solution:

Using the Pythagorean theorem: c=152+202=225+400=625=25c = \sqrt{15^2 + 20^2} = \sqrt{225 + 400} = \sqrt{625} = 25 km.

A.

Square

B.

Rectangle

C.

Rhombus

D.

Trapezoid
Correct Answer: B

Solution:

To determine the type of quadrilateral, we calculate the distances: AB=(52)2+(84)2=5AB = \sqrt{(5-2)^2 + (8-4)^2} = 5, BC=(95)2+(48)2=5BC = \sqrt{(9-5)^2 + (4-8)^2} = 5, CD=(96)2+(41)2=5CD = \sqrt{(9-6)^2 + (4-1)^2} = 5, DA=(62)2+(14)2=5DA = \sqrt{(6-2)^2 + (1-4)^2} = 5. Since opposite sides are equal, it is a rectangle.

A.

Square

B.

Rectangle

C.

Rhombus

D.

Trapezium
Correct Answer: D

Solution:

Using the distance formula, the sides are AB = 25\sqrt{25}, BC = 25\sqrt{25}, CD = 34\sqrt{34}, DA = 34\sqrt{34}. The diagonals are AC = 68\sqrt{68} and BD = 68\sqrt{68}. Since opposite sides are not equal, the quadrilateral is a trapezium.

A.

5 units

B.

6 units

C.

7 units

D.

8 units
Correct Answer: A

Solution:

Using the distance formula, the distance between points A (2, 4) and B (5, 8) is calculated as: (52)2+(84)2=32+42=9+16=25=5\sqrt{(5-2)^2 + (8-4)^2} = \sqrt{3^2 + 4^2} = \sqrt{9 + 16} = \sqrt{25} = 5 units.

A.

5 m

B.

6 m

C.

7 m

D.

8 m
Correct Answer: B

Solution:

The distance between the flags is the difference in their positions: 8 - 2 = 6 m.

A.

(2.5, 4)

B.

(2, 3)

C.

(3, 4)

D.

(3.5, 5)
Correct Answer: A

Solution:

The midpoint is calculated as: (1+42,2+62)=(2.5,4)\left( \frac{1+4}{2}, \frac{2+6}{2} \right) = (2.5, 4).

A.

18 square units

B.

24 square units

C.

30 square units

D.

36 square units
Correct Answer: A

Solution:

To find the area of quadrilateral ABCDABCD, we can divide it into two triangles: ABD\triangle ABD and BCD\triangle BCD. Using the formula for the area of a triangle given vertices (x1,y1)(x_1, y_1), (x2,y2)(x_2, y_2), and (x3,y3)(x_3, y_3): Area=12x1(y2y3)+x2(y3y1)+x3(y1y2)\text{Area} = \frac{1}{2} | x_1(y_2-y_3) + x_2(y_3-y_1) + x_3(y_1-y_2) |. For ABD\triangle ABD: Area=123(46)+6(61)+3(14)=9\text{Area} = \frac{1}{2} | 3(4-6) + 6(6-1) + 3(1-4) | = 9. For BCD\triangle BCD: Area=126(66)+9(64)+3(46)=9\text{Area} = \frac{1}{2} | 6(6-6) + 9(6-4) + 3(4-6) | = 9. Total area = 9+9=189 + 9 = 18 square units.

True or False

Correct Answer: True

Solution:

The grid is described as having horizontal and vertical lines creating a 10x10 matrix, with both axes labeled from 0 to 10.

Correct Answer: True

Solution:

Using the distance formula, both AC and BD are calculated to be equal to 68\sqrt{68}.

Correct Answer: True

Solution:

Point D is indeed located at (0, 8) on the Y-axis as described.

Correct Answer: True

Solution:

The vertical axis is labeled with numbers from 0 to 10 as described in the diagram.

Correct Answer: True

Solution:

Champa initially believes the points form a square, but Chameli disagrees. The problem is to determine which of them is correct using the distance formula.

Correct Answer: True

Solution:

The description of the grid on page 5 confirms that point B is located at column 6, row 4.

Correct Answer: False

Solution:

The points A (2, 4), B (5, 8), C (9, 4), and D (6, 1) do not form a square. The distances between the points do not satisfy the conditions for a square.

Correct Answer: False

Solution:

The distance between the flags is calculated based on their positions along the lines, which is more than 5 meters.

Correct Answer: True

Solution:

The description states that the horizontal axis is labeled with lowercase letters 'A' on the left and 'B' on the right.

Correct Answer: True

Solution:

The excerpt details that the horizontal line AB is labeled as 36 km on the X-axis.

Correct Answer: True

Solution:

The points A (2, 4), B (5, 8), C (9, 4), and D (6, 1) form a rectangle as the opposite sides are equal in length. Using the distance formula, AB = CD and AD = BC, confirming a rectangle.

Correct Answer: False

Solution:

The points A(2, 4), B(5, 8), C(9, 4), and D(6, 1) do not form a rectangle as the sides are not perpendicular and do not have equal opposite sides.

Correct Answer: True

Solution:

The description of Fig. 7.6 confirms that the grid is 10 columns wide and 10 rows high.

Correct Answer: True

Solution:

The grid is described as having horizontal and vertical lines creating a 10x10 matrix.

Correct Answer: False

Solution:

The school ground ABCD is described as rectangular, not a square.

Correct Answer: True

Solution:

The description of Fig. 7.1 indicates that the vertical line from point B is labeled as 15 km on the Y-axis.

Correct Answer: True

Solution:

The excerpt describes the horizontal line AB as measuring 36 km on the X-axis (East).

Correct Answer: False

Solution:

The points A (2, 4), B (5, 8), C (9, 4), and D (6, 1) do not form a rectangle because the opposite sides are not parallel and equal in length.

Correct Answer: False

Solution:

To determine if the points form a rectangle, we need to check the distances between the points and ensure opposite sides are equal and diagonals are equal. The calculations show that the distances do not satisfy these conditions.

Correct Answer: True

Solution:

The excerpt states that flower pots are placed at a distance of 1 meter from each other along AD.

Correct Answer: True

Solution:

The description states that lines have been drawn with chalk powder at a distance of 1m each in the school ground ABCD.

Correct Answer: True

Solution:

The excerpt specifies that point D is at (0, 8) on the Y-axis.

Correct Answer: True

Solution:

According to the excerpt, point B is indeed located at (5, 8).

Correct Answer: True

Solution:

According to the description of Fig. 7.2, point C is indeed located at (0, 3) on the Y-axis.

Correct Answer: True

Solution:

The vertical axis on the grid on page 13 is labeled with 'D' at the top and 'A' at the bottom, both uppercase letters.

Correct Answer: True

Solution:

The description states that lines have been drawn with chalk powder at 1m intervals.

Correct Answer: True

Solution:

The vertical axis in the diagram is labeled with 'D' at the top and 'A' at the bottom.

Correct Answer: True

Solution:

Using the distance formula, the distance between points A (2, 4) and C (9, 4) is calculated as (92)2+(44)2=49=7\sqrt{(9-2)^2 + (4-4)^2} = \sqrt{49} = 7 units.

Correct Answer: True

Solution:

The horizontal axis is indeed labeled with lowercase letters 'a' on the left and 'b' on the right, as described in the diagram.

Correct Answer: True

Solution:

The vertical axis on the grid described on page 5 is labeled with numbers from 1 to 10, as stated in the diagram description.

Correct Answer: False

Solution:

Using the distance formula, the sides and diagonals of the quadrilateral formed by these points do not satisfy the properties of a square.

Correct Answer: True

Solution:

According to the description, Point D is indeed located at (6, 1) on the grid.

Correct Answer: False

Solution:

Using the distance formula, the lengths of the sides formed by these points are not equal, hence they do not form a square.

Correct Answer: False

Solution:

Using the distance formula, the distances between the points are not equal, hence they do not form a square.

Correct Answer: False

Solution:

The distance between points A(2, 4) and C(9, 4) is calculated using the distance formula: (92)2+(44)2=49=7\sqrt{(9-2)^2 + (4-4)^2} = \sqrt{49} = 7. However, the correct distance given in the excerpt is 68 units, indicating a misunderstanding or error in the excerpt.

Correct Answer: True

Solution:

According to the diagram description, point D is indeed located at (6, 1) on the grid.

Correct Answer: True

Solution:

The excerpt describes the grid as having 10 columns and 10 rows, confirming its dimensions.