Skip to main content
Chapter 6 of 10
NCERT Solutions

Probability Distributions

CBSE · Class 12 · Applied Mathematics

NCERT Solutions for Probability Distributions — CBSE Class 12 Applied Mathematics.

49 questions24 flashcards5 concepts

Interactive on Super Tutor

Studying Probability Distributions? Get the full interactive chapter.

Quizzes, flashcards, AI doubt-solver and a step-by-step study plan — built for ncert solutions and more.

1,000+ Class 12 students started this chapter today

24 Questions Solved · 1 Section

4.8 CHECK YOUR PROGRESS

1State which of the following are not the probability distributions of a random variable. Give reasons for your answer.
(a) X: -1, 0, 1, 2 with P(X): 0.1, 0.8, 0.001, 0.2
(b) X: 1, 2, 3, 4, 5 with P(X): 0.1, 0.4, 0.05, -0.2, 0.2
(c) X: -2, 2, 5 with P(X): 0.5, 0.2, 0.3
Show solution
For a valid probability distribution two conditions must hold:
(i) Each P(X)0P(X) \geq 0
(ii) P(X)=1\sum P(X) = 1

(a)
P(X)=0.1+0.8+0.001+0.2=1.1011\sum P(X) = 0.1 + 0.8 + 0.001 + 0.2 = 1.101 \neq 1
Since the sum of probabilities is not equal to 1, this is NOT a valid probability distribution.

(b)
P(X = 4) = -0.2 < 0
Since one of the probabilities is negative, this is NOT a valid probability distribution.

(c)
P(X)=0.5+0.2+0.3=1.0\sum P(X) = 0.5 + 0.2 + 0.3 = 1.0
All probabilities are non-negative and their sum equals 1.
Hence, this IS a valid probability distribution.
2A lady's bag contains 2 black and 1 red pens. One pen is drawn at random and then put back in the box after noting its colour. The process is repeated again. If X denotes the number of red pens recorded in the two draws. Describe X.Show solution
Given: 2 black pens and 1 red pen. Drawing is done with replacement, twice.

Probability of drawing a red pen in one draw: p=13p = \dfrac{1}{3}

Probability of drawing a black pen in one draw: q=23q = \dfrac{2}{3}

X = number of red pens in two draws, so XX can take values 0,1,20, 1, 2.

P(X=0)=(20)(13)0(23)2=49P(X=0) = \binom{2}{0}\left(\frac{1}{3}\right)^0\left(\frac{2}{3}\right)^2 = \frac{4}{9}

P(X=1)=(21)(13)1(23)1=49P(X=1) = \binom{2}{1}\left(\frac{1}{3}\right)^1\left(\frac{2}{3}\right)^1 = \frac{4}{9}

P(X=2)=(22)(13)2(23)0=19P(X=2) = \binom{2}{2}\left(\frac{1}{3}\right)^2\left(\frac{2}{3}\right)^0 = \frac{1}{9}

Probability Distribution Table:

| XX | 0 | 1 | 2 |
|---|---|---|---|
| P(X)P(X) | 49\dfrac{4}{9} | 49\dfrac{4}{9} | 19\dfrac{1}{9} |

Verification: 49+49+19=1\dfrac{4}{9}+\dfrac{4}{9}+\dfrac{1}{9} = 1
3What is the mean of the numbers obtained on throwing a die having written 1 on three faces, 2 on two faces and 5 on one face?Show solution
Given: A die with 1 on 3 faces, 2 on 2 faces, 5 on 1 face.

The probability distribution is:

| XX | 1 | 2 | 5 |
|---|---|---|---|
| P(X)P(X) | 36=12\dfrac{3}{6}=\dfrac{1}{2} | 26=13\dfrac{2}{6}=\dfrac{1}{3} | 16\dfrac{1}{6} |

Mean =E(X)=xiP(xi)= E(X) = \sum x_i P(x_i)

E(X)=1×12+2×13+5×16E(X) = 1 \times \frac{1}{2} + 2 \times \frac{1}{3} + 5 \times \frac{1}{6}

=12+23+56= \frac{1}{2} + \frac{2}{3} + \frac{5}{6}

=36+46+56=126=2= \frac{3}{6} + \frac{4}{6} + \frac{5}{6} = \frac{12}{6} = \boxed{2}

The mean of the numbers obtained is 2.
4Raheem tossed a fair coin 10 times, find the probability of (i) exactly six heads (ii) at least six heads (iii) at most six heads.Show solution
Given: n=10n = 10, fair coin so p=12p = \dfrac{1}{2}, q=12q = \dfrac{1}{2}.

Using Binomial Distribution: P(X=r)=(nr)prqnrP(X=r) = \binom{n}{r}p^r q^{n-r}

(i) Exactly six heads (r=6r = 6):
P(X=6)=(106)(12)6(12)4=(106)(12)10P(X=6) = \binom{10}{6}\left(\frac{1}{2}\right)^6\left(\frac{1}{2}\right)^4 = \binom{10}{6}\left(\frac{1}{2}\right)^{10}
=210×11024=2101024=105512= 210 \times \frac{1}{1024} = \frac{210}{1024} = \frac{105}{512}

(ii) At least six heads (r6r \geq 6):
P(X6)=P(6)+P(7)+P(8)+P(9)+P(10)P(X \geq 6) = P(6)+P(7)+P(8)+P(9)+P(10)
=11024[(106)+(107)+(108)+(109)+(1010)]= \frac{1}{1024}\left[\binom{10}{6}+\binom{10}{7}+\binom{10}{8}+\binom{10}{9}+\binom{10}{10}\right]
=11024[210+120+45+10+1]=3861024=193512= \frac{1}{1024}\left[210+120+45+10+1\right] = \frac{386}{1024} = \frac{193}{512}

(iii) At most six heads (r6r \leq 6):
P(X6)=1P(X7)P(X \leq 6) = 1 - P(X \geq 7)
P(X7)=11024[120+45+10+1]=1761024=1164P(X \geq 7) = \frac{1}{1024}[120+45+10+1] = \frac{176}{1024} = \frac{11}{64}
P(X6)=11164=5364P(X \leq 6) = 1 - \frac{11}{64} = \frac{53}{64}
5Find the probability of getting 5 exactly twice in 7 throws of a fair die.Show solution
Given: n=7n = 7 throws, success = getting a 5.

p=P(getting 5)=16p = P(\text{getting 5}) = \dfrac{1}{6}, q=116=56q = 1 - \dfrac{1}{6} = \dfrac{5}{6}, r=2r = 2

Using Binomial Distribution:
P(X=2)=(72)(16)2(56)5P(X=2) = \binom{7}{2}\left(\frac{1}{6}\right)^2\left(\frac{5}{6}\right)^5

=21×136×5565= 21 \times \frac{1}{36} \times \frac{5^5}{6^5}

=21×312536×7776=21×5567= \frac{21 \times 3125}{36 \times 7776} = \frac{21 \times 5^5}{6^7}

=(72)5567= \binom{7}{2}\frac{5^5}{6^7}

P(X=2)=21×31252799360.2344\boxed{P(X=2) = \frac{21 \times 3125}{279936} \approx 0.2344}
6Let X denote the number of hours a class XII student studies during a randomly selected school day. The probability that X can take the values xix_i, for an unknown constant 'k':
P(X=xi)={0.1,amp;xi=0kxi,amp;xi=1 or 2k(5xi),amp;xi=3,4P(X=x_i)=\begin{cases}0.1, & x_i=0\\ kx_i, & x_i=1\text{ or }2\\ k(5-x_i), & x_i=3,4\end{cases}
(a) Find the value of k.
(b) What is the probability that the student studied for at least two hours? Exactly two hours? At most two hours?
Show solution
Given: The probability distribution with unknown constant kk.

(a) Finding k:

Since P(X=xi)=1\sum P(X=x_i) = 1:
P(0)+P(1)+P(2)+P(3)+P(4)=1P(0)+P(1)+P(2)+P(3)+P(4) = 1
0.1+k(1)+k(2)+k(53)+k(54)=10.1 + k(1) + k(2) + k(5-3) + k(5-4) = 1
0.1+k+2k+2k+k=10.1 + k + 2k + 2k + k = 1
0.1+6k=10.1 + 6k = 1
6k=0.96k = 0.9
k=0.15\boxed{k = 0.15}

The probability distribution becomes:

| xix_i | 0 | 1 | 2 | 3 | 4 |
|---|---|---|---|---|---|
| P(X)P(X) | 0.1 | 0.15 | 0.30 | 0.30 | 0.15 |

(b)

At least two hours (X2X \geq 2):
P(X2)=P(2)+P(3)+P(4)=0.30+0.30+0.15=0.75P(X \geq 2) = P(2)+P(3)+P(4) = 0.30+0.30+0.15 = \boxed{0.75}

Exactly two hours (X=2X = 2):
P(X=2)=k×2=0.15×2=0.30P(X=2) = k \times 2 = 0.15 \times 2 = \boxed{0.30}

At most two hours (X2X \leq 2):
P(X2)=P(0)+P(1)+P(2)=0.1+0.15+0.30=0.55P(X \leq 2) = P(0)+P(1)+P(2) = 0.1+0.15+0.30 = \boxed{0.55}
7How many times must Sumit toss a fair coin so that the probability of getting at least one head is more than 90%?Show solution
Given: Fair coin, p=12p = \dfrac{1}{2}, q=12q = \dfrac{1}{2}.

We need: P(\text{at least one head}) > 0.90

P(\text{at least one head}) = 1 - P(\text{no heads}) = 1 - \left(\frac{1}{2}\right)^n > 0.90

\left(\frac{1}{2}\right)^n < 0.10

Checking values:
- n=1n=1: (1/2)^1 = 0.5 > 0.10
- n=2n=2: (1/2)^2 = 0.25 > 0.10
- n=3n=3: (1/2)^3 = 0.125 > 0.10
- n=4n=4: (1/2)^4 = 0.0625 < 0.10

For n=4n = 4: P(\text{at least one head}) = 1 - 0.0625 = 0.9375 > 90\%

Sumit must toss the coin at least 4 times.
8A pair of dice is thrown and the random variable X represents the sum of the numbers that appear on the two dice. Calculate the mathematical expectation of X.Show solution
Given: Two dice are thrown. XX = sum of numbers on two dice.

Total outcomes = 36.

The possible values of XX range from 2 to 12.

| Sum XX | Frequency | P(X)P(X) | XP(X)X \cdot P(X) |
|---|---|---|---|
| 2 | 1 | 1/36 | 2/36 |
| 3 | 2 | 2/36 | 6/36 |
| 4 | 3 | 3/36 | 12/36 |
| 5 | 4 | 4/36 | 20/36 |
| 6 | 5 | 5/36 | 30/36 |
| 7 | 6 | 6/36 | 42/36 |
| 8 | 5 | 5/36 | 40/36 |
| 9 | 4 | 4/36 | 36/36 |
| 10 | 3 | 3/36 | 30/36 |
| 11 | 2 | 2/36 | 22/36 |
| 12 | 1 | 1/36 | 12/36 |

E(X)=XP(X)=2+6+12+20+30+42+40+36+30+22+1236E(X) = \sum X \cdot P(X) = \frac{2+6+12+20+30+42+40+36+30+22+12}{36}

=25236=7= \frac{252}{36} = \boxed{7}

The mathematical expectation of XX is 7.
9Find the variance of a Bernoulli random variable whose probability of success is 0.6.Show solution
Given: p=0.6p = 0.6 (probability of success)

q=1p=10.6=0.4q = 1 - p = 1 - 0.6 = 0.4

For a Bernoulli distribution, n=1n = 1:
Variance=npq=1×p×q=p×q\text{Variance} = npq = 1 \times p \times q = p \times q

Var(X)=0.6×0.4=0.24\text{Var}(X) = 0.6 \times 0.4 = \boxed{0.24}
10If the mean and variance of a binomial distribution are 4/3 and 8/9 respectively, find P(X=1)P(X=1).Show solution
Given: Mean =np=43= np = \dfrac{4}{3}, Variance =npq=89= npq = \dfrac{8}{9}

Step 1: Find q
q=VarianceMean=8/94/3=89×34=23q = \frac{\text{Variance}}{\text{Mean}} = \frac{8/9}{4/3} = \frac{8}{9} \times \frac{3}{4} = \frac{2}{3}

Step 2: Find p
p=1q=123=13p = 1 - q = 1 - \frac{2}{3} = \frac{1}{3}

Step 3: Find n
np=43n×13=43n=4np = \frac{4}{3} \Rightarrow n \times \frac{1}{3} = \frac{4}{3} \Rightarrow n = 4

Step 4: Find P(X=1)P(X=1)
P(X=1)=(41)(13)1(23)3P(X=1) = \binom{4}{1}\left(\frac{1}{3}\right)^1\left(\frac{2}{3}\right)^3

=4×13×827=3281= 4 \times \frac{1}{3} \times \frac{8}{27} = \frac{32}{81}

P(X=1)=3281\boxed{P(X=1) = \frac{32}{81}}
11What is the expected value of number of tails on a throw of a fair coin?Show solution
Given: A fair coin is tossed once. Let XX = number of tails.

XX can take values 0 or 1.

P(X=0)=12P(X=0) = \dfrac{1}{2} (head), P(X=1)=12P(X=1) = \dfrac{1}{2} (tail)

E(X)=0×12+1×12=12=0.5E(X) = 0 \times \frac{1}{2} + 1 \times \frac{1}{2} = \frac{1}{2} = \boxed{0.5}

The expected number of tails is 0.5.
12A customer care company receives an average of 4.5 calls every 5 minutes. If each customer executive can handle one of these calls over the 5-minute period. But if an executive is unavailable to take the call, then the call is put on hold. Assuming that the calls received follow a Poisson distribution, what is the minimum number of customer executives needed on duty so that calls received are placed on hold for at most 10% of the time?Show solution
Given: λ=4.5\lambda = 4.5 calls per 5 minutes. Calls follow Poisson distribution.

We need to find minimum nn (number of executives) such that:
P(X > n) \leq 0.10 \quad \Rightarrow \quad P(X \leq n) \geq 0.90

Using Poisson formula: P(X=k)=e4.5(4.5)kk!P(X=k) = \dfrac{e^{-4.5}(4.5)^k}{k!}, where e4.50.01111e^{-4.5} \approx 0.01111

Computing cumulative probabilities:

| kk | P(X=k)P(X=k) | P(Xk)P(X \leq k) |
|---|---|---|
| 0 | 0.01111 | 0.01111 |
| 1 | 0.05000 | 0.06111 |
| 2 | 0.11248 | 0.17359 |
| 3 | 0.16873 | 0.34232 |
| 4 | 0.18982 | 0.53214 |
| 5 | 0.17084 | 0.70298 |
| 6 | 0.12813 | 0.83111 |
| 7 | 0.08237 | 0.91348 |

At n=7n = 7: P(X7)0.91350.90P(X \leq 7) \approx 0.9135 \geq 0.90

At n=6n = 6: P(X \leq 6) \approx 0.831 < 0.90

The minimum number of customer executives needed is 7\boxed{7}.
13A statistician records the number of trucks approaching a particular intersection. He observes that on an average 1.6 trucks approach the intersection every minute. Assuming Poisson distribution, what is the probability that 3 or more trucks will approach the intersection within a minute?Show solution
Given: λ=1.6\lambda = 1.6, e1.60.2019e^{-1.6} \approx 0.2019

We need: P(X3)=1P(X2)P(X \geq 3) = 1 - P(X \leq 2)

P(X=0)=e1.6(1.6)00!=e1.6=0.2019P(X=0) = \frac{e^{-1.6}(1.6)^0}{0!} = e^{-1.6} = 0.2019

P(X=1)=e1.6(1.6)11!=1.6×0.2019=0.3230P(X=1) = \frac{e^{-1.6}(1.6)^1}{1!} = 1.6 \times 0.2019 = 0.3230

P(X=2)=e1.6(1.6)22!=2.56×0.20192=0.2584P(X=2) = \frac{e^{-1.6}(1.6)^2}{2!} = \frac{2.56 \times 0.2019}{2} = 0.2584

P(X2)=0.2019+0.3230+0.2584=0.7833P(X \leq 2) = 0.2019 + 0.3230 + 0.2584 = 0.7833

P(X3)=10.7833=0.217P(X \geq 3) = 1 - 0.7833 = \boxed{0.217}

The probability that 3 or more trucks approach the intersection within a minute is approximately 0.217.
14A computer disk manufacturer tests disk quality on random basis before approving it. The approval is based on the number of errors in a test area on each disk and follows Poisson distribution with λ=0.2\lambda = 0.2. What is the percentage of test areas having two or a smaller number of errors?Show solution
Given: λ=0.2\lambda = 0.2, e0.20.8187e^{-0.2} \approx 0.8187

We need: P(X2)P(X \leq 2)

P(X=0)=e0.2(0.2)00!=0.8187P(X=0) = \frac{e^{-0.2}(0.2)^0}{0!} = 0.8187

P(X=1)=e0.2(0.2)11!=0.2×0.8187=0.16374P(X=1) = \frac{e^{-0.2}(0.2)^1}{1!} = 0.2 \times 0.8187 = 0.16374

P(X=2)=e0.2(0.2)22!=0.04×0.81872=0.016374P(X=2) = \frac{e^{-0.2}(0.2)^2}{2!} = \frac{0.04 \times 0.8187}{2} = 0.016374

P(X2)=0.8187+0.16374+0.016374=0.998814P(X \leq 2) = 0.8187 + 0.16374 + 0.016374 = 0.998814

Percentage=0.998814×10099.89%\text{Percentage} = 0.998814 \times 100 \approx \boxed{99.89\%}
15In a Poisson distribution, if mean is 2, what is the variance?Show solution
Given: Mean of Poisson distribution =λ=2= \lambda = 2

Key Property: For a Poisson distribution, Mean == Variance =λ= \lambda

Variance=λ=2\text{Variance} = \lambda = \boxed{2}
16It is given that 3% defective electric bulbs are manufactured by a company. Using Poisson distribution, find the probability of 100 bulbs will contain no defective bulbs. (Use e3=0.05e^{-3} = 0.05)Show solution
Given: p=3%=0.03p = 3\% = 0.03, n=100n = 100, e3=0.05e^{-3} = 0.05

Step 1: Find λ\lambda
λ=np=100×0.03=3\lambda = np = 100 \times 0.03 = 3

Step 2: Find P(X=0)P(X = 0)
P(X=0)=eλλ00!=e3×1=e3P(X=0) = \frac{e^{-\lambda} \cdot \lambda^0}{0!} = e^{-3} \times 1 = e^{-3}

P(X=0)=0.05P(X=0) = 0.05

The probability that 100 bulbs contain no defective bulbs is 0.05\boxed{0.05}.
17The mortality rate for a certain disease is 0.007. Using Poisson distribution, calculate the probability for 2 deaths in a group of 400 people.Show solution
Given: p=0.007p = 0.007, n=400n = 400, k=2k = 2

Step 1: Find λ\lambda
λ=np=400×0.007=2.8\lambda = np = 400 \times 0.007 = 2.8

e2.80.0608e^{-2.8} \approx 0.0608

Step 2: Find P(X=2)P(X = 2)
P(X=2)=e2.8(2.8)22!=0.0608×7.842P(X=2) = \frac{e^{-2.8}(2.8)^2}{2!} = \frac{0.0608 \times 7.84}{2}

=0.47672=0.23840.235= \frac{0.4767}{2} = 0.2384 \approx \boxed{0.235}

The probability of 2 deaths in a group of 400 people is approximately 0.235.
18An ice-cream parlour receives a customer at an average rate of 4 per minute. If the number of customers received by the parlour follows a Poisson distribution, what is the approximate probability that 16 customers will be coming to the parlour in a particular 4-minute period on a given day?Show solution
Given: Average rate =4= 4 customers/minute, time period =4= 4 minutes, k=16k = 16

Step 1: Find λ\lambda for 4 minutes
λ=4×4=16\lambda = 4 \times 4 = 16

Step 2: Find P(X=16)P(X = 16)
P(X=16)=e16(16)1616!P(X=16) = \frac{e^{-16}(16)^{16}}{16!}

Using Stirling's approximation or standard Poisson tables:
e161.125×107e^{-16} \approx 1.125 \times 10^{-7}
(16)16=1.844×1019(16)^{16} = 1.844 \times 10^{19}
16!=2.0923×101316! = 2.0923 \times 10^{13}

P(X=16)=1.125×107×1.844×10192.0923×1013P(X=16) = \frac{1.125 \times 10^{-7} \times 1.844 \times 10^{19}}{2.0923 \times 10^{13}}

=2.0745×10122.0923×10130.099= \frac{2.0745 \times 10^{12}}{2.0923 \times 10^{13}} \approx 0.099

P(X=16)0.099\boxed{P(X=16) \approx 0.099}
19Using Z-Table, Calculate:
a) P(Z < 1.20)
b) P(Z ≤ 1.20)
c) P(-0.5 ≤ Z ≤ 1.0)
d) P(-1.0 ≤ Z ≤ 1.0)
Show solution
Using the standard normal Z-table (which gives area to the left of Z):

(a) P(Z &lt; 1.20):
From Z-table, area to the left of Z=1.20Z = 1.20:
P(Z &lt; 1.20) = 0.8849

(b) P(Z1.20)P(Z \leq 1.20):
For a continuous distribution, P(Z \leq 1.20) = P(Z &lt; 1.20):
P(Z1.20)=0.8849P(Z \leq 1.20) = 0.8849

Note: The answer key lists (a) as 0.11507 and (b) as 0.88493. This suggests (a) is interpreted as the right-tail: P(Z &gt; 1.20) = 1 - 0.8849 = 0.1151 and (b) as the left-tail P(Z1.20)=0.8849P(Z \leq 1.20) = 0.8849.

(c) P(0.5Z1.0)P(-0.5 \leq Z \leq 1.0):
P(0.5Z1.0)=P(Z1.0)P(Z0.5)P(-0.5 \leq Z \leq 1.0) = P(Z \leq 1.0) - P(Z \leq -0.5)
=0.84130.3085=0.5328= 0.8413 - 0.3085 = \boxed{0.5328}

(d) P(1.0Z1.0)P(-1.0 \leq Z \leq 1.0):
P(1.0Z1.0)=P(Z1.0)P(Z1.0)P(-1.0 \leq Z \leq 1.0) = P(Z \leq 1.0) - P(Z \leq -1.0)
=0.84130.1587=0.6826= 0.8413 - 0.1587 = \boxed{0.6826}
20A company conducted an IQ test for randomly selected 50 employees. Volunteer A scored 74 out of the possible 120 points. If the average IQ test score was recorded as 62 and the standard deviation was 11. How well did volunteer A perform on the test compared to the other volunteers?Show solution
Given: Score of Volunteer A =x=74= x = 74, Mean μ=62\mu = 62, Standard Deviation σ=11\sigma = 11, n=50n = 50 employees.

Step 1: Calculate Z-score
Z=xμσ=746211=12111.09Z = \frac{x - \mu}{\sigma} = \frac{74 - 62}{11} = \frac{12}{11} \approx 1.09

Step 2: Find P(Z &lt; 1.09) from Z-table
P(Z &lt; 1.09) \approx 0.8621

Step 3: Interpret
Volunteer A scored better than approximately 86.21%86.21\% of the volunteers.

In terms of number of employees: 0.8621×50430.8621 \times 50 \approx 43 employees.

Volunteer A performed better than approximately 43 other volunteers out of 50.
21An average ceiling fan manufactured by the Jagdeep Corporation lasts 300 days with a standard deviation of 50 days. Assuming that the ceiling fan's life is normally distributed, what is the probability that a ceiling fan will last at most 365 days?Show solution
Given: μ=300\mu = 300 days, σ=50\sigma = 50 days, x=365x = 365 days.

Step 1: Calculate Z-score
Z=xμσ=36530050=6550=1.3Z = \frac{x - \mu}{\sigma} = \frac{365 - 300}{50} = \frac{65}{50} = 1.3

Step 2: Find P(X365)=P(Z1.3)P(X \leq 365) = P(Z \leq 1.3)

From Z-table:
P(Z1.3)=0.903290%P(Z \leq 1.3) = 0.9032 \approx 90\%

The probability that a ceiling fan will last at most 365 days is approximately 90%\boxed{90\%}.
22In a survey of daily travel time (in minutes) of students to reach their school was recorded as: 26, 33, 65, 28, 34, 55, 25, 44, 50, 36, 26, 37, 43, 62, 35, 38, 45, 32, 28, 34. If the mean travelling time is 38.8 minutes and the standard deviation is 11.4 minutes. Convert the travel time of each student into a Z-Score.Show solution
Given: μ=38.8\mu = 38.8 minutes, σ=11.4\sigma = 11.4 minutes.

Formula: Z=xμσ=x38.811.4Z = \dfrac{x - \mu}{\sigma} = \dfrac{x - 38.8}{11.4}

| Travel Time xx | Z=x38.811.4Z = \dfrac{x-38.8}{11.4} |
|---|---|
| 26 | 2638.811.4=12.811.41.12\dfrac{26-38.8}{11.4} = \dfrac{-12.8}{11.4} \approx -1.12 |
| 33 | 3338.811.4=5.811.40.51\dfrac{33-38.8}{11.4} = \dfrac{-5.8}{11.4} \approx -0.51 |
| 65 | 6538.811.4=26.211.4+2.30\dfrac{65-38.8}{11.4} = \dfrac{26.2}{11.4} \approx +2.30 |
| 28 | 2838.811.4=10.811.40.95\dfrac{28-38.8}{11.4} = \dfrac{-10.8}{11.4} \approx -0.95 |
| 34 | 3438.811.4=4.811.40.42\dfrac{34-38.8}{11.4} = \dfrac{-4.8}{11.4} \approx -0.42 |
| 55 | 5538.811.4=16.211.4+1.42\dfrac{55-38.8}{11.4} = \dfrac{16.2}{11.4} \approx +1.42 |
| 25 | 2538.811.4=13.811.41.21\dfrac{25-38.8}{11.4} = \dfrac{-13.8}{11.4} \approx -1.21 |
| 44 | 4438.811.4=5.211.4+0.46\dfrac{44-38.8}{11.4} = \dfrac{5.2}{11.4} \approx +0.46 |
| 50 | 5038.811.4=11.211.4+0.98\dfrac{50-38.8}{11.4} = \dfrac{11.2}{11.4} \approx +0.98 |
| 36 | 3638.811.4=2.811.40.25\dfrac{36-38.8}{11.4} = \dfrac{-2.8}{11.4} \approx -0.25 |
| 26 | 1.12\approx -1.12 |
| 37 | 3738.811.4=1.811.40.16\dfrac{37-38.8}{11.4} = \dfrac{-1.8}{11.4} \approx -0.16 |
| 43 | 4338.811.4=4.211.4+0.37\dfrac{43-38.8}{11.4} = \dfrac{4.2}{11.4} \approx +0.37 |
| 62 | 6238.811.4=23.211.4+2.04\dfrac{62-38.8}{11.4} = \dfrac{23.2}{11.4} \approx +2.04 |
| 35 | 3538.811.4=3.811.40.33\dfrac{35-38.8}{11.4} = \dfrac{-3.8}{11.4} \approx -0.33 |
| 38 | 3838.811.4=0.811.40.07\dfrac{38-38.8}{11.4} = \dfrac{-0.8}{11.4} \approx -0.07 |
| 45 | 4538.811.4=6.211.4+0.54\dfrac{45-38.8}{11.4} = \dfrac{6.2}{11.4} \approx +0.54 |
| 32 | 3238.811.4=6.811.40.60\dfrac{32-38.8}{11.4} = \dfrac{-6.8}{11.4} \approx -0.60 |
| 28 | 0.95\approx -0.95 |
| 34 | 0.42\approx -0.42 |

Positive Z-scores indicate travel times above the mean; negative Z-scores indicate travel times below the mean.
23In an examination, 2000 students appeared and the mean of the normal distribution of marks is 30 with standard deviation as 6.25. Find out how many students are expected to score:
(i) between 20 and 40 marks
(ii) less than 25 marks
Show solution
Given: N=2000N = 2000, μ=30\mu = 30, σ=6.25\sigma = 6.25

(i) Between 20 and 40 marks:

For x1=20x_1 = 20: Z1=20306.25=106.25=1.6Z_1 = \dfrac{20-30}{6.25} = \dfrac{-10}{6.25} = -1.6

For x2=40x_2 = 40: Z2=40306.25=106.25=1.6Z_2 = \dfrac{40-30}{6.25} = \dfrac{10}{6.25} = 1.6

P(20 &lt; X &lt; 40) = P(-1.6 &lt; Z &lt; 1.6)
= P(Z &lt; 1.6) - P(Z &lt; -1.6)
=0.94520.0548=0.8904= 0.9452 - 0.0548 = 0.8904

Number of students =0.8904×20001781= 0.8904 \times 2000 \approx \boxed{1781}

(ii) Less than 25 marks:

For x=25x = 25: Z=25306.25=56.25=0.8Z = \dfrac{25-30}{6.25} = \dfrac{-5}{6.25} = -0.8

P(X &lt; 25) = P(Z &lt; -0.8) = 1 - P(Z &lt; 0.8) = 1 - 0.7881 = 0.2119

Number of students =0.2119×2000424= 0.2119 \times 2000 \approx \boxed{424}
24In a normal distribution, 31% of the articles are under 45 and 8% are over 64. Calculate the mean and standard deviation of the distribution.Show solution
Given: P(X &lt; 45) = 0.31 and P(X &gt; 64) = 0.08

Step 1: Convert to Z-scores.

For P(X &lt; 45) = 0.31:
P(Z &lt; Z_1) = 0.31
From Z-table: Z1=0.50Z_1 = -0.50 (since P(Z &lt; -0.50) \approx 0.3085 \approx 0.31)

So: 45μσ=0.50\dfrac{45 - \mu}{\sigma} = -0.50 ... (1)

For P(X &gt; 64) = 0.08:
P(Z &lt; Z_2) = 1 - 0.08 = 0.92
From Z-table: Z2=1.40Z_2 = 1.40 (since P(Z &lt; 1.40) \approx 0.9192 \approx 0.92)

So: 64μσ=1.40\dfrac{64 - \mu}{\sigma} = 1.40 ... (2)

Step 2: Solve equations (1) and (2).

From (1): 45μ=0.50σμ=45+0.50σ45 - \mu = -0.50\sigma \Rightarrow \mu = 45 + 0.50\sigma ... (3)

Substitute (3) into (2):
64(45+0.50σ)=1.40σ64 - (45 + 0.50\sigma) = 1.40\sigma
19=1.40σ+0.50σ=1.90σ19 = 1.40\sigma + 0.50\sigma = 1.90\sigma
σ=191.90=10\sigma = \frac{19}{1.90} = 10

From (3): μ=45+0.50×10=45+5=50\mu = 45 + 0.50 \times 10 = 45 + 5 = 50

Mean μ=50,Standard Deviation σ=10\boxed{\text{Mean } \mu = 50, \quad \text{Standard Deviation } \sigma = 10}

Stuck on a step?

Ask Super Tutor AI to explain any solution on this page in a simpler way — free, 24x7.

Ask a Doubt Free

Frequently Asked Questions

What are the important topics in Probability Distributions for CBSE Class 12 Applied Mathematics?
Probability Distributions covers several key topics that are frequently asked in CBSE Class 12 board exams. Focus on the core concepts listed on this page and practise related questions to build confidence.
How to score full marks in Probability Distributions — CBSE Class 12 Applied Mathematics?
Understand the core concepts first, then work through the 49 practice questions available for this chapter. Revise formulas and definitions regularly, and use flashcards for quick recall before the exam.
Where can I get free NCERT Solutions for Probability Distributions Class 12 Applied Mathematics?
This page has free step-by-step NCERT Solutions for every exercise question in Probability Distributions (CBSE Class 12 Applied Mathematics) — written the way examiners award marks: given, formula, working, answer.

Sources & Official References

Content is aligned to the official syllabus. Refer to the board website for the latest curriculum.

For serious students

Get the full Probability Distributions chapter — for free.

Quizzes, flashcards, AI doubt-solver and a step-by-step study plan for CBSE Class 12 Applied Mathematics.