Class 11 Maths β€” Paper 2 πŸ“Š

SSC Maharashtra Board β€” Chapter-wise Exercise Questions with Solutions

← Back to Class 11 Notes
πŸ“¦
Chapter 1

Partition Values (Measures of Central Tendency) β€” Exercise

πŸ“ Exercise Questions & Answers
Q1. Find Mean, Median and Mode of: 3, 5, 7, 5, 9, 3, 5
Arrange in order: 3, 3, 5, 5, 5, 7, 9
Mean = (3+3+5+5+5+7+9)/7 = 37/7 β‰ˆ 5.28
Median = middle value = 4th value = 5
Mode = most frequent = 5 (appears 3 times)
Q2. What are quartiles? Find Q1 and Q3 for: 2,4,6,8,10,12,14
Quartiles divide arranged data into 4 equal parts.
Q1 = lower quartile (25th percentile)
Q2 = median (50th percentile)
Q3 = upper quartile (75th percentile)

For 2,4,6,8,10,12,14 (n=7):
Q1 = value at (n+1)/4 = 2nd position = 4
Q3 = value at 3(n+1)/4 = 6th position = 12
Q3. What is interquartile range (IQR)?
IQR = Q3 βˆ’ Q1
It measures the spread of the middle 50% of data. It is not affected by extreme values.
For above data: IQR = 12 βˆ’ 4 = 8
🎲
Chapter 2

Probability β€” Exercise

πŸ“ Exercise Questions & Answers
Q1. Define: Sample space, Event, Probability.
Sample space (S): Set of all possible outcomes of an experiment. Example: Tossing a coin β†’ S = {H, T}

Event: Any subset of sample space.

Probability P(E) = n(E)/n(S) = (favourable outcomes)/(total outcomes). Range: 0 ≀ P(E) ≀ 1
Q2. A die is thrown. Find P(even number) and P(number > 4).
S = {1,2,3,4,5,6}, n(S) = 6
Even numbers = {2,4,6} β†’ P(even) = 3/6 = 1/2
Numbers > 4 = {5,6} β†’ P(>4) = 2/6 = 1/3
Q3. Two coins tossed. Find P(at least one head).
S = {HH, HT, TH, TT}, n(S) = 4
At least one head = {HH, HT, TH} β†’ n = 3
P(at least one head) = 3/4 = 0.75
Q4. State addition theorem of probability.
P(AβˆͺB) = P(A) + P(B) βˆ’ P(A∩B)
If A and B are mutually exclusive (P(A∩B)=0):
P(AβˆͺB) = P(A) + P(B)
πŸ”’
Chapter 3

Sequences and Series β€” Exercise

πŸ“ Exercise Questions & Answers
Q1. Find nth term and sum of AP: 2, 5, 8, 11...
a = 2, d = 3
nth term: aβ‚™ = a + (nβˆ’1)d = 2 + (nβˆ’1)3 = 3nβˆ’1
Sum of n terms: Sβ‚™ = n/2[2a+(nβˆ’1)d] = n/2[4+3(nβˆ’1)] = n(3n+1)/2
Q2. Find sum of first 20 terms of AP: 1+3+5+7+...
a=1, d=2, n=20
Sβ‚‚β‚€ = 20/2[2(1)+(20βˆ’1)2] = 10[2+38] = 10Γ—40 = 400
Q3. Find 8th term and sum of 10 terms of GP: 3, 6, 12, 24...
a=3, r=2
8th term: aβ‚ˆ = ar⁷ = 3Γ—2⁷ = 3Γ—128 = 384
S₁₀ = a(rβΏβˆ’1)/(rβˆ’1) = 3(2ΒΉβ°βˆ’1)/(2βˆ’1) = 3Γ—1023 = 3069
Q4. Find sum to infinity of GP: 1 + 1/2 + 1/4 + 1/8 +...
a=1, r=1/2 (|r|<1, so sum exists)
S∞ = a/(1βˆ’r) = 1/(1βˆ’1/2) = 1/(1/2) = 2
πŸ’°
Chapter 4

Financial Mathematics β€” Exercise

πŸ“ Exercise Questions & Answers
Q1. Find simple interest and amount for P=β‚Ή5000, R=8%, T=3 years.
SI = PRT/100 = 5000Γ—8Γ—3/100 = β‚Ή1200
Amount = P + SI = 5000 + 1200 = β‚Ή6200
Q2. Find compound interest for P=β‚Ή10000, R=10% p.a., T=2 years.
A = P(1+R/100)ⁿ = 10000(1+10/100)Β² = 10000Γ—(1.1)Β² = 10000Γ—1.21 = β‚Ή12100
CI = A βˆ’ P = 12100 βˆ’ 10000 = β‚Ή2100
Q3. What is the difference between CI and SI for same principal?
For same P, R, T:
CI > SI (except for T=1 year when they are equal)
Difference = P Γ— (R/100)Β² for 2 years
= 10000 Γ— (10/100)Β² = 10000 Γ— 0.01 = β‚Ή100
πŸ“‰
Chapter 5

Linear Programming β€” Exercise

πŸ“ Exercise Questions & Answers
Q1. What is linear programming? Define objective function and constraints.
Linear Programming (LPP): method to find maximum or minimum value of a linear function subject to linear constraints.

Objective function: The function to be maximized or minimized. Example: Z = 3x + 5y

Constraints: The restrictions in the form of linear inequalities. Example: x+y ≀ 10, xβ‰₯0, yβ‰₯0
Q2. Maximize Z = 3x+4y subject to: x+y≀4, xβ‰₯0, yβ‰₯0
Corner points of feasible region: (0,0), (4,0), (0,4)
Z at (0,0) = 0
Z at (4,0) = 12
Z at (0,4) = 16
Maximum Z = 16 at (0,4)
Q3. What is the feasible region in LPP?
The feasible region is the set of all points satisfying all the constraints simultaneously. It is the common region of all constraint inequalities. The optimal solution (maximum or minimum) always occurs at a corner (vertex) of the feasible region.
πŸ”„
Chapter 6

Permutations and Combinations β€” Exercise

πŸ“ Exercise Questions & Answers
Q1. What is the difference between permutation and combination?
Permutation: arrangement of objects where ORDER matters. ⁿPα΅£ = n!/(nβˆ’r)!

Combination: selection of objects where ORDER does NOT matter. ⁿCα΅£ = n!/r!(nβˆ’r)!

Example: Selecting 2 from {A,B,C}: Combinations = {AB,AC,BC} = 3. Permutations = {AB,BA,AC,CA,BC,CB} = 6.
Q2. Find ⁡P₃ and ⁡C₃.
⁡P₃ = 5!/(5βˆ’3)! = 5!/2! = 120/2 = 60
⁡C₃ = 5!/3!Γ—2! = 120/6Γ—2 = 120/12 = 10
Q3. In how many ways can 5 students be seated in a row?
This is arrangement (order matters) β†’ permutation.
5! = 5Γ—4Γ—3Γ—2Γ—1 = 120 ways
Q4. How many ways to select a committee of 3 from 8 persons?
Order doesn't matter β†’ combination.
⁸C₃ = 8!/3!Γ—5! = (8Γ—7Γ—6)/(3Γ—2Γ—1) = 336/6 = 56 ways
πŸ“Š
Chapter 7

Statistics β€” Exercise

πŸ“ Exercise Questions & Answers
Q1. Find variance and standard deviation of: 2, 4, 4, 4, 5, 5, 7, 9
Mean = (2+4+4+4+5+5+7+9)/8 = 40/8 = 5
Deviations from mean: βˆ’3,βˆ’1,βˆ’1,βˆ’1,0,0,2,4
Squared deviations: 9,1,1,1,0,0,4,16
Variance σ² = (9+1+1+1+0+0+4+16)/8 = 32/8 = 4
SD Οƒ = √4 = 2
Q2. What is coefficient of variation? When is it used?
CV = (Οƒ/mean) Γ— 100
It is used to compare variability of two different data sets with different units or means. Lower CV = more consistent/uniform data. Higher CV = more variable data.
Q3. Find mean deviation about mean for: 6, 7, 10, 12, 13, 4, 8
Mean = (6+7+10+12+13+4+8)/7 = 60/7 β‰ˆ 8.57
|deviations| = 2.57, 1.57, 1.43, 3.43, 4.43, 4.57, 0.57
MD = sum/7 = 18.57/7 β‰ˆ 2.65

Maths 2 doubt? πŸ€”

Send your question or photo to Shashikant sir on WhatsApp

πŸ’¬ Ask Maths Doubt
πŸ’¬ Ask Doubt πŸ“ž Call Now
Ask your doubt!