0% found this document useful (0 votes)
6 views16 pages

Class XI Math: Sequences & Series Guide

Uploaded by

phshinde3august
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views16 pages

Class XI Math: Sequences & Series Guide

Uploaded by

phshinde3august
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

High-Yield Exam Preparation Guide: Class XI Mathematics

1. Chapter: Sequences and Series

1.1. Introduction to Sequences and Series

A sequence is a collection of numbers arranged in a definite order according to some rule, while a
series is the sum of the terms of a sequence. This chapter is a cornerstone of algebra, and a key topic
within it is the Geometric Progression (G.P.). A G.P. is a sequence where each term after the first is
found by multiplying the previous one by a fixed, non-zero number called the common ratio.
Understanding G.P. is strategically important for exams, as it provides the mathematical tools to
model patterns of exponential growth and decay relevant to compound interest, population
dynamics, and more.

1.2. Core Formulas for Geometric Progressions (G.P.)

Mastering the following formulas is the first step toward solving problems related to Geometric
Progressions efficiently.

Concept Formula

The nth Term of a G.P. an = arn–1

The Sum of the first n Terms Sn = a(1 – rⁿ) / (1 – r) (when `

Process for Inserting n To insert n means between a and b, first find the common ratio r using
Geometric Means b = a * r^(n+1). The means are ar, ar², ..., arn.

With these formulas committed to memory, you're ready to move from static theory to dynamic
application. Let's break down how to deploy them under exam pressure.

1.3. Guide to Formula Implementation

To apply these formulas flawlessly under exam conditions, you must follow a disciplined, step-by-step
process. The following examples deconstruct common problem scenarios.

1. Finding a Specific Term

o Problem: Find the 10th term of the G.P. 5, 25, 125,...

o Analysis: The goal is to find a₁₀.

 Step 1: Identify a and r. The first term, a, is 5. The common ratio, r, is found
by dividing any term by its preceding term: 25 / 5 = 5.

 Step 2: Apply the formula an = arn–1. Substitute the values: a₁₀ = 5 * (5)¹⁰⁻¹
= 5 * 5⁹ = 5¹⁰. This systematic approach prevents errors.

2. Calculating the Sum of a Series

o Problem: Find the sum of the first n terms of the series 1 + 2/3 + 4/9 + ...

o Analysis: We need to find Sn.

 Step 1: Identify a and r. The first term a is 1. The common ratio r is (2/3) / 1
= 2/3.
 Step 2: Apply the formula Sn = a(1 – rⁿ) / (1 – r). Since |r| < 1, this form is
convenient. Sn = 1 * (1 – (2/3)ⁿ) / (1 – 2/3) = (1 – (2/3)ⁿ) / (1/3) = 3[1 –
(2/3)ⁿ].

3. Solving for the Number of Terms (n)

o Problem: How many terms of the G.P. 3, 3/2, 3/4,... are needed to give a sum of
3069/512?

o Analysis: Here, Sn is given, and we must solve for n.

 Step 1: Identify a, r, and Sn. a = 3, r = (3/2) / 3 = 1/2, and Sn = 3069/512.

 Step 2: Substitute into the Sn formula. 3069/512 = 3(1 - (1/2)ⁿ) / (1 - 1/2) =


3(1 - (1/2)ⁿ) / (1/2) = 6(1 - (1/2)ⁿ).

 Step 3: Isolate and solve for n. 3069 / (512 * 6) = 1 - (1/2)ⁿ → 3069 / 3072 =
1 - (1/2)ⁿ → (1/2)ⁿ = 1 - 3069/3072 = 3/3072 = 1/1024. Since 1024 = 2¹⁰, we
have (1/2)ⁿ = (1/2)¹⁰, which gives n = 10.

4. Handling Non-Standard Series

o Problem: Find the sum of the sequence 7, 77, 777, ... to n terms.

o Analysis: This is not a G.P., but it can be transformed into one with a clever trick.

 Step 1: Factor out the common digit. Sn = 7(1 + 11 + 111 + ...)

 Step 2: Multiply and divide by 9. Sn = (7/9)(9 + 99 + 999 + ...)

 Expert Tip: The 'multiply and divide by 9' technique is a powerful tool for
converting repeating-digit series into a difference of a G.P. and a simple
constant series (e.g., 99 = 10²-1), making them solvable.

 Step 3: Rewrite each term. Express each term as (10ⁿ - 1). Sn = (7/9)[(10 - 1)
+ (10² - 1) + (10³ - 1) + ...]

 Step 4: Separate into two series. One will be a G.P. Sn = (7/9)[(10 + 10² + 10³
+ ...) – (1 + 1 + 1 + ...)]

 Step 5: Apply the G.P. sum formula. For the G.P., a=10, r=10. The second
part is simply n. Sn = (7/9)[(10(10ⁿ - 1) / (10 - 1)) - n] = (7/9)[(10/9)(10ⁿ - 1) -
n].

Mastering these patterns is the difference between knowing the formulas and knowing how to win
with them. Now, let's elevate our strategy to handle specific high-yield exam questions.

1.4. Strategic Approaches to Key Problem Types

Beyond direct formula application, certain problem types appear frequently in exams and require
specific strategies.

 Problems with Unknown First Term and Common Ratio When two different terms of a G.P.
are given (e.g., the 3rd term is 24 and the 6th is 192), the strategy is to create and solve a
system of equations.

1. Set up two equations using the an = arn–1 formula:


 a₃ = ar² = 24

 a₆ = ar⁵ = 192

2. Solve for r by dividing the second equation by the first:

 (ar⁵) / (ar²) = 192 / 24

 r³ = 8, so r = 2.

3. Substitute r back into either equation to find a. Using the first equation:

 a(2)² = 24 → 4a = 24, so a = 6.

 Problems Involving Both Sum and Product When the sum and product of the first three
terms are given (e.g., sum = 13/12, product = -1), the most efficient strategy is to represent
the terms as a/r, a, ar. This choice is strategic because when you calculate the product, the
common ratio r immediately cancels out ((a/r) * a * ar = a³), giving you a direct path to
solving for a before tackling the more complex sum equation.

1. Simplify the product first: a³ = -1. This immediately gives a = -1.

2. Substitute a into the sum equation and solve for r: (-1/r) + (-1) + (-r) = 13/12, which
simplifies to a solvable quadratic equation in r.

 Real-World Application Problems For word problems, like calculating the number of
ancestors over ten generations, the key is to translate the scenario into a G.P.

1. Identify the first term (a): A person has 2 parents, so a = 2.

2. Identify the common ratio (r): The number of ancestors doubles each generation (4
grandparents, 8 great-grandparents), so r = 2.

3. Identify the number of terms (n): The problem asks for ancestors over ten
generations, so n = 10.

4. Apply the appropriate formula. To find the total, use the sum formula Sn.

These strategies are your blueprint for success. Now, test your mastery with these high-yield
questions.

1.5. Top 10 Most Important Questions

1. Find the 20th and nth terms of the G.P. 5/2, 5/4, 5/8, ... (Exercise 8.2, Q1)

2. Find the 12th term of a G.P. whose 8th term is 192 and the common ratio is 2. (Exercise 8.2,
Q2)

3. The 5th, 8th and 11th terms of a G.P. are p, q and s, respectively. Show that q² = ps. (Exercise
8.2, Q3)

4. The 4th term of a G.P. is the square of its second term, and the first term is – 3. Determine its
7th term. (Exercise 8.2, Q4)

5. How many terms of G.P. 3, 3², 3³, ... are needed to give the sum 120? (Exercise 8.2, Q13)

6. The sum of first three terms of a G.P. is 39/10 and their product is 1. Find the common ratio
and the terms. (Exercise 8.2, Q12)
7. Find the sum to n terms of the sequence, 8, 88, 888, 8888… . (Exercise 8.2, Q18)

8. Insert two numbers between 3 and 81 so that the resulting sequence is G.P. (Exercise 8.2,
Q26)

9. The sum of some terms of G.P. is 315 whose first term and the common ratio are 5 and 2,
respectively. Find the last term and the number of terms. (Miscellaneous Exercise, Q2)

10. The first term of a G.P. is 1. The sum of the third term and fifth term is 90. Find the common
ratio of G.P. (Miscellaneous Exercise, Q3)

--------------------------------------------------------------------------------

2. Chapter: Binomial Theorem

Binomial Theorem: Comprehensive Exam Guide

The Binomial Theorem provides a systematic method for expanding expressions of the form $(a +
b)^n$, where $n$ is a positive integer. Mastery of this chapter is essential for simplifying complex
algebraic calculations and solving high-level mathematical problems.

1. Formula Sheet

 Standard Binomial Expansion: $(a + b)^n = \binom{n}{0} a^n + \binom{n}{1} a^{n-1}b + \


binom{n}{2} a^{n-2}b^2 + \dots + \binom{n}{n} b^n$.

o Alternatively expressed as: $\sum_{r=0}^n \binom{n}{r} a^{n-r} b^r$.

 General Term ($T_{r+1}$): The $(r+1)$th term in the expansion of $(a + b)^n$ is given by
$T_{r+1} = \binom{n}{r} a^{n-r} b^r$.

 Number of Terms: The total number of terms in the expansion of $(a + b)^n$ is $n + 1$.

 Middle Term(s):

o If $n$ is even, there is one middle term: the $(\frac{n}{2} + 1)$th term.

o If $n$ is odd, there are two middle terms: the $(\frac{n+1}{2})$th and $(\frac{n+3}
{2})$th terms.

 Binomial Coefficients:

o Calculation: $\binom{n}{r} = \frac{n!}{r!(n-r)!}$.

o Symmetry: $\binom{n}{r} = \binom{n}{n-r}$.

o Pascal’s Identity: $\binom{n}{r} = \binom{n-1}{r-1} + \binom{n-1}{r}$.

o Sum of Coefficients: $\sum_{r=0}^n \binom{n}{r} = \mathbf{2^n}$.

2. How to Implement the Formulas


 Expanding Expressions: Identify the values of $a$, $b$, and $n$. Substitute them into the
standard expansion formula. If the sign is negative, such as $(x - y)^n$, treat it as $(x + (-
y))^n$, which results in alternating signs in the expanded terms.

 Finding Specific Terms: To find a specific term (e.g., the 5th term), set $r = \text{position} -
1$ (so $r=4$ for the 5th term) and substitute it into the General Term formula.

 Finding Coefficients of $x^k$:

1. Write the General Term $T_{r+1}$ using the specific expression.

2. Isolate the variable $x$ and combine its exponents.

3. Set the combined exponent equal to $k$ to solve for $r$.

4. Substitute $r$ back into the coefficient part of the General Term.

 Calculating Middle Terms: First check if $n$ is even or odd to select the correct position
formula, then use the General Term formula to calculate that specific term.

3. Guide to Solving Key Problems

 Proving Divisibility: To prove that $a^n - bn$ is divisible by $k$, rewrite $a$ as $(b + k)$ or a
similar binomial that involves $k$, and then expand using the Binomial Theorem. All terms in
the expansion will contain $k$ except perhaps the last one, allowing you to isolate the
remainder.

 Trinomial Expansions: For expressions like $(a + b + c)^n$, group two terms together to treat
it as a binomial: $((a + b) + c)^n$. Expand this first, and then expand the resulting binomial
terms within that expansion.

 Large Number Comparisons: To determine if $(1 + x)^n$ is larger than a number $K$, expand
the first two terms: $1 + nx$. If $1 + nx > K$, then the whole expansion (provided $x > 0$) is
definitely larger.

 Finding "Term Independent of $x$": This is equivalent to finding the coefficient of $x^0$.
Use the General Term formula, solve for $r$ when the exponent of $x$ is zero, and calculate
the resulting constant value.

4. 10 Most Important Questions

1. General Term: Write the general term in the expansion of $(x^2 - \frac{1}{x})^n$.

2. Specific Coefficient: Find the coefficient of $x^5$ in the expansion of $(2 + x)^6$.

3. Middle Term Calculation: Determine the middle term of $(\frac{x}{3} + 9y)^{10}$.

4. Trinomial Expansion: Use the Binomial Theorem to expand $(1 + \frac{x}{2} - \frac{2}{x})^4$.

5. Binomial Identity Proof: Prove that $\binom{n}{r} + \binom{n}{r-1} = \binom{n+1}{r}$


(Pascal's Identity).
6. Independent Term: Find the term independent of $x$ in the expansion of $(\frac{3}{2}x^2 - \
frac{1}{3x})^6$.

7. Comparison Problems: Which is larger: $(1.01)^{1,000,000}$ or $10,000$?.

8. Divisibility Proof: Show that $6^n - 5n$ always leaves a remainder of $1$ when divided by
$25$.

9. Symmetry in Coefficients: In the expansion of $(1 + p)^{q+r}$, prove that the coefficients of
$p^q$ and $p^r$ are equal.

10. Difference of Expansions: Simplify $(a + b)^4 - (a - b)^4$ and use the result to evaluate $(\
sqrt{3} + \sqrt{2})^4 - (\sqrt{3} - \sqrt{2})^4$.

Analogy for Expansion: Think of the Binomial Theorem as a recipe for a tiered cake. The index $n$
tells you how many tiers (terms) you have. As you go from the bottom to the top, the amount of the
first ingredient ($a$) decreases tier by tier, while the second ingredient ($b$) increases, but the total
"weight" (sum of exponents) of each tier remains exactly the same.

--------------------------------------------------------------------------------

3. Chapter: Conic Sections

3.1. Introduction to Conic Sections

Conic sections are the curves formed by the intersection of a plane and a double-napped cone. These
curves—the circle, parabola, ellipse, and hyperbola—were first discovered by the ancient Greek
mathematician Menaechmus. This chapter is essential for understanding the geometric
underpinnings of many real-world phenomena. From the circular path of a Ferris wheel to the
elliptical orbits of planets and the parabolic trajectory of a projectile, conic sections provide the
language to describe the world around us.

3.2. Core Formulas for Conic Sections

This section provides a quick-reference formula sheet for the standard forms of each conic section.

Essential Ellipse Formulas

Property Formula / Equation

Standard Equation x²/a² + y²/b² = 1 (for a > b)

Relationship of Constants c² = a² – b²

Foci (±c, 0)

Vertices (±a, 0)

Length of Major Axis 2a

Length of Minor Axis 2b

Eccentricity e = c/a
Length of Latus Rectum 2b²/a

Essential Hyperbola Formulas

Property Formula / Equation

Standard Equation x²/a² – y²/b² = 1

Relationship of Constants c² = a² + b²

Foci (±c, 0)

Vertices (±a, 0)

Length of Transverse Axis 2a

Length of Conjugate Axis 2b

Eccentricity e = c/a

Length of Latus Rectum 2b²/a

Essential Parabola Formulas (Example: x² = –16y)

Property Formula / Value

Standard Equation Example x² = –16y (opens downward)

Focus (0, -a) where 4a = 16, so (0, -4)

Vertex (0, 0)

Equation of Directrix y = a, so y = 4

Length of Latus Rectum 4a = 16

Essential Circle Formulas

Property Formula / Equation

Center at (h, k), Radius r (x – h)² + (y – k)² = r²

Touching both axes in Q1, Radius a x² + y² – 2ax – 2ay + a² = 0

Committing these tables to memory is non-negotiable. Now let's focus on the methodology for
applying them.

3.3. Guide to Formula Implementation

Understanding how to extract information from an equation or use given properties to build one is a
critical skill.

1. Analyzing a Hyperbola
o Problem: For the hyperbola x²/36 – y²/64 = 1, find its axes, vertices, foci, eccentricity,
and latus rectum.

o Analysis:

 Step 1: Compare to the standard form x²/a² – y²/b² = 1. We see that a² = 36


and b² = 64, which gives a = 6 and b = 8.

 Step 2: Calculate c. For a hyperbola, c² = a² + b². So, c² = 36 + 64 = 100, which


means c = 10.

 Step 3: Substitute a, b, and c into the property formulas:

 Axes: Transverse axis = 2a = 12; Conjugate axis = 2b = 16.

 Vertices: (±a, 0) → (±6, 0).

 Foci: (±c, 0) → (±10, 0).

 Eccentricity: e = c/a = 10/6 = 5/3.

 Latus Rectum: 2b²/a = 2(64)/6 = 64/3.

2. Deriving an Ellipse's Equation

o Problem: Find the equation of the ellipse with foci at (±4, 0) and eccentricity 1/3.

o Analysis:

 Step 1: Use given information to find a and c. The foci (±c, 0) are (±4, 0), so c
= 4. The eccentricity e is 1/3.

 Step 2: Calculate a using e = c/a. 1/3 = 4/a, which gives a = 12.

 Step 3: Calculate b² using c² = a² – b². 4² = 12² – b² → 16 = 144 – b² → b² =


128.

 Step 4: Substitute a² and b² into the standard equation. The equation is


x²/144 + y²/128 = 1.

3. Deriving a Parabola's Equation from First Principles

o Problem: Find the equation of the parabola with focus at (–1, –2) and directrix x – 2y
+ 3 = 0.

o Analysis:

 Step 1: Recall the definition of a parabola. A parabola is the set of all points
(x, y) that are equidistant from the focus and the directrix.

 Step 2: Set up the distance equation. Distance from (x, y) to focus (–1, –2)
must equal the perpendicular distance from (x, y) to the line x – 2y + 3 = 0.

 Step 3: Equate the distances and simplify. √((x+1)² + (y+2)²) = |x – 2y + 3| /


√(1² + (–2)²). Square both sides and expand the terms to arrive at the final
equation.
With this analytical framework, you are prepared to deconstruct equations and derive them from
given properties. Let's now apply this to more complex scenarios.

3.4. Strategic Approaches to Key Problem Types

Many exam questions involve applying the properties of conics to solve geometric or real-world
problems.

 Locus Problems A common problem is to find the equation of the path (locus) of a moving
point. For example, consider a rod of length 12 cm moving with its ends touching the
coordinate axes. To find the locus of a point P on the rod, 3 cm from the end touching the x-
axis:

1. Establish a coordinate system. Let the ends of the rod be A(p, 0) on the x-axis and
B(0, q) on the y-axis. Let the point P have coordinates (x, y).

2. Use geometric relationships. Using similar triangles or the section formula, relate x
and y to p and q.

3. Use the given constraint. The length of the rod is constant: p² + q² = 12² = 144.

4. Eliminate the parameters (p and q) to get an equation solely in terms of x and y. This
resulting equation, often an ellipse, is the required locus.

 Real-World Architectural Problems Problems involving arches or reflectors require you to


model a physical shape with a conic equation. For a semi-elliptical arch 8m wide and 2m high
at the center:

1. Set up a coordinate system. Place the center of the arch at the origin (0, 0). The
width corresponds to the major axis (2a = 8) and the height to the semi-minor axis (b
= 2).

2. Derive the equation. From the setup, a = 4 and b = 2. The equation is x²/16 + y²/4 = 1.

3. Use the equation to solve the problem. To find the height (y) at a point 1.5m from
one end (which is at x = 4 - 1.5 = 2.5), substitute x = 2.5 into the equation and solve
for y.

 Geometric Properties within Conics These problems combine the properties of a conic with
those of another geometric figure. For an equilateral triangle inscribed in the parabola y² =
4ax with one vertex at the parabola's vertex (0,0):

1. Use symmetry. The other two vertices of the triangle will be symmetric with respect
to the x-axis, at coordinates (x, y) and (x, -y).

2. Use properties of the shapes. The distance from the vertex (0,0) to (x,y) must equal
the distance between (x,y) and (x,-y). Set up this equality using the distance formula.

3. Incorporate the conic's equation. Since the point (x,y) lies on the parabola, its
coordinates must satisfy y² = 4ax. Use this relationship to solve for the unknown side
length of the triangle.

You now have a strategic toolkit for the most common application problems. Put it to the test with
the following questions.
3.5. Top 10 Most Important Questions

1. Find the equation of the circle with center (–3, 2) and radius 4. (Exercise 10.1, Q2)

2. Find the equation for the ellipse that satisfies the given conditions: Vertices (±5, 0), foci (±4,
0). (Exercise 10.3, Q10)

3. Find the equation for the hyperbola that satisfies the given conditions: Vertices (±7, 0), e =
4/3. (Exercise 10.4, Q7)

4. Find the coordinates of the focus, axis of the parabola, the equation of the directrix and the
length of the latus rectum for y² = -8x. (Exercise 10.2, Q2)

5. Find the equation of the circle passing through the points (4,1) and (6,5) and whose centre is
on the line 4x + y = 16. (Exercise 10.1, Q12)

6. If a parabolic reflector is 20 cm in diameter and 5 cm deep, find the focus. (Miscellaneous


Exercise, Q1)

7. An arch is in the form of a semi-ellipse. It is 8 m wide and 2 m high at the centre. Find the
height of the arch at a point 1.5 m from one end. (Miscellaneous Exercise, Q4)

8. A rod of length 12 cm moves with its ends always touching the coordinate axes. Determine
the equation of the locus of a point P on the rod, which is 3 cm from the end in contact with
the x-axis. (Miscellaneous Exercise, Q5)

9. A man running a racecourse notes that the sum of the distances from two flag posts from
him is always 10 m and the distance between the flag posts is 8 m. Find the equation of the
path traced by the man. (Miscellaneous Exercise, Q7)

10. An equilateral triangle is inscribed in the parabola y² = 4ax, where one vertex is at the vertex
of the parabola. Find the length of the side of the triangle. (Miscellaneous Exercise, Q8)

--------------------------------------------------------------------------------

4. Chapter: Probability

4.1. Introduction to Probability

Probability is the mathematical measure of the likelihood that an event will occur. This chapter
introduces the foundational concepts needed to analyze random phenomena, including the sample
space (the set of all possible outcomes), events (subsets of the sample space), and the modern
axiomatic approach to defining probability. Key types of events, such as simple, compound, mutually
exclusive, and exhaustive events, provide the framework for breaking down complex problems.
Mastery of probability is crucial for exams as it equips you to solve a wide variety of problems
involving chance, risk, and uncertainty.

4.2. Core Formulas and Concepts in Probability

The following rules form the basis of all probability calculations.

Concept Formula / Definition

Probability of an Event E P(E) = n(E) / n(S) (for equally likely outcomes)


Range of Probability 0 ≤ P(ωi) ≤ 1 for any outcome ωi

Sum of Probabilities Σ P(ωi) = 1 for all outcomes ωi in the sample space

Probability of 'A or B' P(A ∪ B) = P(A) + P(B) – P(A ∩ B)

For Mutually Exclusive Events P(A ∪ B) = P(A) + P(B) (since P(A ∩ B) = 0)

Probability of 'not A' P(A′) = 1 – P(A)

With these rules as your foundation, you're equipped to implement them in a structured way to
solve exam problems.

4.3. Guide to Formula Implementation

Applying these rules correctly involves identifying the sample space, defining the events, and
choosing the right formula.

1. Calculating Basic Probabilities

o Problem: One card is drawn from a well-shuffled deck of 52 cards. Calculate the
probability of drawing (a) a diamond, (b) not an ace, (c) a black card.

o Analysis: The sample space S has 52 outcomes.

 (a) Drawing a diamond: Let A be the event. There are 13 diamonds, so n(A)
= 13. The probability is P(A) = n(A) / n(S) = 13 / 52 = 1/4.

 (b) Not an ace: Let B be the event 'drawing an ace'. n(B) = 4, so P(B) = 4/52 =
1/13. The probability of 'not an ace' is P(B′) = 1 – P(B) = 1 – 1/13 = 12/13.

 (c) A black card: Let C be the event. There are 26 black cards, so n(C) = 26.
The probability is P(C) = 26 / 52 = 1/2.

2. Using the 'A or B' Rule

o Problem: The probability that Anil will qualify for an exam is 0.05, and that Ashima
will qualify is 0.10. The probability that both will qualify is 0.02. Find the probability
that at least one of them will qualify.

o Analysis: Let A = "Anil qualifies" and B = "Ashima qualifies". We are given P(A) = 0.05,
P(B) = 0.10, and P(A ∩ B) = 0.02.

 "At least one of them will qualify" corresponds to the event A ∪ B.

 Apply the addition rule: P(A ∪ B) = P(A) + P(B) – P(A ∩ B).

 P(A ∪ B) = 0.05 + 0.10 – 0.02 = 0.13.

3. Problems with 'At Least' or 'At Most'

o Problem: When a hand of 7 cards is drawn from a deck of 52, find the probability
that it contains "at least 3 Kings".

o Analysis: "At least 3 Kings" means the hand can have either "exactly 3 Kings" or
"exactly 4 Kings". These two events are mutually exclusive.
 Step 1: Define the events. Let A = "exactly 3 Kings" and B = "exactly 4 Kings".

 Step 2: Calculate the probability of each event using combinations.

 P(A) = (⁴C₃ * ⁴⁸C₄) / ⁵²C₇

 P(B) = (⁴C₄ * ⁴⁸C₃) / ⁵²C₇

 Step 3: Add the probabilities. P(at least 3 Kings) = P(A) + P(B). This strategy of
breaking down an "at least" problem into a sum of mutually exclusive
"exactly" scenarios is highly effective.

Executing these core calculations flawlessly is the first step. Now, let's build on this with higher-level
problem-solving strategies.

4.4. Strategic Approaches to Key Problem Types

Beyond calculations, it's vital to correctly interpret the structure of a probability problem.

 Identifying Mutually Exclusive and Exhaustive Events To determine if events are mutually
exclusive, check if they can occur simultaneously. For events A, B, and C from tossing a coin
three times (A: No heads, B: Exactly one head, C: At least two heads):

1. List the outcomes for each event:

 A = {TTT}

 B = {HTT, THT, TTH}

 C = {HHT, HTH, THH, HHH}

2. Check for mutual exclusivity: Find the intersection of each pair. A ∩ B = φ, A ∩ C = φ,


and B ∩ C = φ. Since all intersections are empty, the events are mutually exclusive.

3. Check if they are exhaustive: Find the union of all events. A ∪ B ∪ C = S (the entire
sample space). Therefore, they are also exhaustive.

 Combinatorics in Probability For problems involving selections, such as forming a


committee, combinations are essential. To find the probability that a committee of two
selected from two men and two women has no men:

1. Calculate the total number of outcomes n(S): The total number of ways to choose 2
people from 4 is ⁴C₂ = 6.

2. Calculate the number of favorable outcomes n(E): "No men" means choosing 0 men
from 2 AND 2 women from 2. This is calculated as ²C₀ * ²C₂ = 1 * 1 = 1.

3. Calculate the probability: P(E) = n(E) / n(S) = 1/6. This structured approach ensures
all possibilities are accounted for.

 Conditional Wording ("A but not B") Word problems often use phrases that translate
directly into set operations. For an experiment of rolling a die where A is the event 'getting a
prime number' and B is 'getting an odd number':

1. List the outcomes: A = {2, 3, 5} and B = {1, 3, 5}.


2. Translate the phrase: The event "A but not B" corresponds to the set difference A –
B.

3. Calculate the resulting set: A – B contains elements that are in A but not in B. Here,
A – B = {2}. The probability would be 1/6.

With these strategic approaches, you're ready to tackle a broader range of exam questions. Let's test
your skills.

4.5. Top 10 Most Important Questions

1. A die is rolled. Let E be the event “die shows 4” and F be the event “die shows even number”.
Are E and F mutually exclusive? (Exercise 14.1, Q1)

2. A die is thrown. Describe the following events: (i) A: a number less than 7 (ii) B: a number

greater than 4 (vi) F: a number not less than 3. Also find A ∪ B, A ∩ B, B ∪ C, E ∩ F, D ∩ E, A –


greater than 7 (iii) C: a multiple of 3 (iv) D: a number less than 4 (v) E: an even number

C, D – E, E ∩ F′, F′. (Exercise 14.1, Q2)

3. Three coins are tossed once. Let A denote the event ‘three heads show”, B denote the event
“two heads and one tail show”, C denote the event ”three tails show” and D denote the
event ‘a head shows on the first coin”. Which events are (i) mutually exclusive? (ii) simple?
(iii) compound? (Exercise 14.1, Q4)

4. A die is thrown, find the probability of following events: (i) A prime number will appear, (ii) A
number greater than or equal to 3 will appear, (iii) A number less than or equal to one will
appear, (iv) A number more than 6 will appear, (v) A number less than 6 will appear. (Exercise
14.2, Q3)

5. There are four men and six women on the city council. If one council member is selected for
a committee at random, how likely is it that it is a woman? (Exercise 14.2, Q6)

6. If 2/11 is the probability of an event A, what is the probability of the event ‘not A’? (Exercise
14.2, Q9)

P(B) = 0.4, P(A ∪ B) = 0.8. (Exercise 14.2, Q12)


7. Check whether the following probabilities P(A) and P(B) are consistently defined: P(A) = 0.5,

8. Given P(A) = 3/5 and P(B) = 1/5. Find P(A or B), if A and B are mutually exclusive events.
(Exercise 14.2, Q14)

9. In Class XI of a school, 40% of the students study Mathematics and 30% study Biology. 10%
of the class study both. If a student is selected at random, find the probability that they will
be studying Mathematics or Biology. (Exercise 14.2, Q18)

10. A box contains 10 red marbles, 20 blue marbles and 30 green marbles. 5 marbles are drawn
from the box. What is the probability that (i) all will be blue? (ii) atleast one will be green?
(Miscellaneous Exercise, Q1)

--------------------------------------------------------------------------------

5. Chapter: Introduction to 3D Geometry

5.1. Introduction to Three-Dimensional Geometry


This chapter extends the familiar concepts of coordinate geometry from a two-dimensional plane
into three-dimensional space. By introducing a third mutually perpendicular axis, the z-axis, we can
locate any point in space with an ordered triplet of coordinates (x, y, z). This framework is
fundamental to describing and analyzing objects in the world we inhabit. Understanding 3D
geometry is not only critical for your exams but also serves as an essential foundation for more
advanced topics in mathematics and physics, including vectors, mechanics, and calculus in multiple
dimensions.

5.2. Core Formulas for 3D Geometry

The following formulas adapt key 2D concepts for three-dimensional space and are essential for
solving problems in this chapter.

Concept Formula

Coordinates on the x-axis (x, 0, 0)

Coordinates on the yz-


(0, y, z)
plane

Distance Formula PQ = √((x₂ - x₁)² + (y₂ - y₁)² + (z₂ - z₁)²)

x = (mx₂ + nx₁) / (m + n) <br> y = (my₂ + ny₁) / (m + n) <br> z = (mz₂ + nz₁) /


Section Formula (Internal)
(m + n)

Midpoint Formula ((x₁ + x₂) / 2, (y₁ + y₂) / 2, (z₁ + z₂) / 2)

Centroid of a Triangle ((x₁ + x₂ + x₃) / 3, (y₁ + y₂ + y₃) / 3, (z₁ + z₂ + z₃) / 3)

These formulas are your primary tools for determining lengths, positions, and relationships between
points in 3D space. Let's see how to apply them with precision.

5.3. Guide to Formula Implementation

Knowing when and how to apply these formulas is key to success. The following examples
demonstrate their practical use.

1. Applying the Distance Formula to Prove Geometric Properties

o Problem: Show that the points (0, 7, 10), (–1, 6, 6), and (–4, 9, 6) are the vertices of a
right-angled triangle.

o Analysis: To prove this, we must calculate the lengths of all three sides and check if
they satisfy the Pythagorean theorem (a² + b² = c²).

 Step 1: Label the points. Let P = (0, 7, 10), Q = (–1, 6, 6), and R = (–4, 9, 6).

 Step 2: Calculate the square of the distance for each side.

 PQ² = (–1-0)² + (6-7)² + (6-10)² = 1 + 1 + 16 = 18

 QR² = (–4-(–1))² + (9-6)² + (6-6)² = (–3)² + 3² + 0² = 9 + 9 = 18

 PR² = (–4-0)² + (9-7)² + (6-10)² = (–4)² + 2² + (–4)² = 16 + 4 + 16 = 36


 Step 3: Check the Pythagorean theorem. We observe that PQ² + QR² = 18 +
18 = 36, which is equal to PR².

 Conclusion: Since the sides satisfy the theorem, the points form a right-
angled triangle. Furthermore, since PQ² = QR², it is also an isosceles right-
angled triangle.

2. Applying the Section Formula

o Problem: Find the coordinates of the point that divides the line segment joining A(2,
–1, 4) and B(4, 3, 2) internally in the ratio 2:5.

o Analysis: This is a direct application of the section formula with m=2 and n=5.

 Step 1: Identify the coordinates and the ratio. (x₁, y₁, z₁) = (2, -1, 4), (x₂, y₂,
z₂) = (4, 3, 2), m=2, n=5.

 Step 2: Substitute into the formula for each coordinate.

 x = (2*4 + 5*2) / (2+5) = (8 + 10) / 7 = 18/7

 y = (2*3 + 5*(-1)) / (2+5) = (6 - 5) / 7 = 1/7

 z = (2*2 + 5*4) / (2+5) = (4 + 20) / 7 = 24/7

 Conclusion: The coordinates of the point are (18/7, 1/7, 24/7).

These methodical approaches are crucial for moving from direct formula use to solving more
intricate problems that require strategic thinking.

5.4. Strategic Approaches to Key Problem Types

Certain complex problem types require a combination of formulas and logical reasoning.

 Proving Collinearity of Three Points To show that three points (X, Y, Z) are collinear, your
strategy should be to use the distance formula.

1. Calculate the distance between all three pairs of points: |XY|, |YZ|, and |XZ|.

2. Verify the condition: If the sum of the two shorter distances equals the length of the
longest distance (e.g., |XY| + |XZ| = |YZ|), the points lie on the same straight line.

 Finding the Locus of a Point To find the equation representing the set of all points that
satisfy a geometric condition (e.g., equidistant from two fixed points A and B):

1. Assume a general point: Let the moving point have coordinates Q(x, y, z).

2. Set up the geometric condition as an equation: The condition "equidistant from A


and B" translates to QA = QB.

3. Use the distance formula: It is strategically better to work with squared distances:
QA² = QB². This eliminates the square roots from the start.

4. Simplify the algebraic expression: Expand the terms and cancel like terms on both
sides. The resulting linear equation in x, y, and z is the equation of the locus, which
represents a plane.
 Finding Coordinates from Midpoints When the midpoints of the sides of a triangle are given,
the coordinates of the vertices (A, B, C) can be found by solving a system of linear equations.

1. Label the vertices and midpoints: Let A = (x₁, y₁, z₁), B = (x₂, y₂, z₂), C = (x₃, y₃, z₃). Let
the given midpoints of BC, CA, and AB be D, E, and F.

2. Set up equations using the midpoint formula for each side: This will create a system
of three equations for each coordinate. For example, for the x-coordinates: x₂ + x₃ =
2x_D, x₁ + x₃ = 2x_E, x₁ + x₂ = 2x_F.

3. Solve the system: A common trick is to add the three equations (e.g., 2(x₁ + x₂ + x₃) =
2(x_D + x_E + x_F)) and then substitute back to find each coordinate individually.

Now, you are ready to apply these strategies to a final set of practice questions for this chapter.

5.5. Top 10 Most Important Questions

1. A point is on the XZ-plane. What can you say about its y-coordinate? (Exercise 11.1, Q2)

2. Name the octants in which the following points lie: (1, 2, 3), (4, –2, 3), (4, –2, –5), (4, 2, –5),
(–4, 2, –5), (–4, 2, 5), (–3, –1, 6), (2, –4, –7). (Exercise 11.1, Q3)

3. Find the distance between the points (–1, 3, –4) and (1, –3, 4). (Exercise 11.2, Q1)

4. Show that the points P(–2, 3, 5), Q(1, 2, 3) and R(7, 0, –1) are collinear. (Exercise 11.2, Q2)

5. Show that the points (–1, 2, 1), (1, –2, 5), (4, –7, 8) and (2, –3, 4) are the vertices of a
parallelogram. (Exercise 11.2, Q3)

6. Find the equation of the set of points which are equidistant from the points (1, 2, 3) and (3,
2, –1). (Exercise 11.2, Q4)

7. Find the coordinates of the point which divides the line segment joining the points (–2, 3, 5)
and (1, –4, 6) in the ratio (i) 2:3 internally, (ii) 2:3 externally. (Exercise 11.3, Q1)

8. Using section formula, show that the points A(2, –3, 4), B(–1, 2, 1) and C(0, 1/3, 2) are
collinear. (Exercise 11.3, Q4)

9. Find the coordinates of the centroid of the triangle with vertices P(2a, 2, 6), Q(–4, 3b, –10)
and R(8, 14, 2c). (Miscellaneous Exercise, Q2)

10. Find the equation of the set of points P, the sum of whose distances from A(4, 0, 0) and B(–4,
0, 0) is equal to 10. (Exercise 11.2, Q5)

You might also like