- #Definition
- #Q1 — Two coins tossed
- #Q2 — Single dice
- #Q3 — Two dice, sum greater than 9
- #Q4 — Two dice, sum divisible by 5, 4
- #Cards
- #Q5 — Probability of drawing a King
- #Q6 — Probability of King or Queen
- #Q7 — One spade and one diamond
- #Q8 — Bag of coloured balls
/Probability — Wednesday, 21 April 2021, 8:40 AM/
(1) Qs: 2 coins are tossed simultaneously, find the probability of getting -
(i) Head on both coins.
(ii) None head on both coins.
(iii) 1 Head and 1 Tail on both coins.
(iv) At least 1H on both coins.
(v) At most 1H on both coins.
Total no. of outcomes \((4)\)
(i) \(P(HH) = 1/4\)
(ii) \(P(TT) = 1/4\)
(iii) \(P(HT\ \text{or}\ TH) = 2/4 = 1/2\)
(iv) \(P(\text{at least one head})\)
(v) \(P(\text{At most one head})\)
(2) DICE:- \(1/2/3/4/5/6\) \(0/2/4/6/8\)
One dice rolled then what is the probability -
(i) even no. comes in front face \(\Rightarrow \dfrac{3}{6} = 1/2\) Ans
/[The next two sub-parts continue on a pasted photo of a whiteboard, not in the student's own hand.]/
(ii) No. should be divisible by 2 \(\Rightarrow \dfrac{3}{6} = 1/2\) Ans
(iii) No. should be greater than 2 but lesser than 4.
(3) DICE:-
Ques: Two dice are thrown simultaneously find the probability of getting -
(i) Sum is greater than 9 on the face of both the dice?
Favourable outcomes
Total possible outcomes: \(6\times6\) — direct product of space of states.
(4) DICE:-
Ques: Two dice are thrown simultaneously find the probability of getting -
(ii) Sum is divisible by 5.
(iii) Sum is divisible by 4 but not by 3.
(i,i) Sum \((6,1)\) Case: \(2\leftrightarrow12\to1\), \(3\leftrightarrow11\to2\), \(4\leftrightarrow10\to3\), \(5\leftrightarrow9\to\ldots\) (running count of ways to make each total)
(ii) Sum \(= 5,\,10\)
(iii) Sum is divisible by 4 but not by 3
Required outcomes \(= 4,\,8\)
Total cards \(= 52\) \((13+13+13+13)\)
\begin{tikzpicture}[scale=1.0]
\foreach \i/\txt in {0/Heart,1/Diamonds,2/Club,3/Spade} {
\draw (\i*1.7,0) rectangle (\i*1.7+1.5,1.0);
\node at (\i*1.7+0.75,0.5) {\small \txt};
}
\node[above] at (3.4,1.15) {\small POKER CARD SYMBOL};
\end{tikzpicture}
\[
\text{Face cards } (12): \quad \left.\begin{aligned}\text{King}\\\text{Queen}\\\text{Jack}\end{aligned}\right\}
\]
Ace, together with King/Queen/Jack, \(\to\) Honour Cards \((16)\)
(5) Ques: A card is drawn from a pack of 52 cards, find the probability that the card drawn is King?
Sol\(^n\):
(ii) Find the probability of getting 2 kings when withdrawing 2 cards
\(({}^{4}C_2 \leftarrow\) No of ways of selecting 2 kings from 4 kings; \({}^{52}C_2 \leftarrow\) No of ways of selecting 2 cards\()\)
(6) A card is drawn from a pack of 52 cards. Find the probability that the card drawn is King or Queen?
or
(7) Two cards are drawn from a pack of 52 Cards. Find the probability that one card is from Spade and one from Diamond.
fav. outcomes \(= 13\times13 = 169\)
(8) Ques: A bag contains 3 Red balls, 4 Black Balls and 5 green balls. 3 Balls are drawn randomly. Find the probability of getting -
\(3R+4B+5G = 12\) (3 balls are drawn randomly)
(i) All the balls are different colours.
\begin{tikzpicture}[scale=1.0]
\foreach \i/\txt in {0/12,1/11,2/10} {
\draw (\i,0) rectangle (\i+1,0.9);
\node at (\i+0.5,0.45) {$\txt$};
}
\end{tikzpicture}
\[
\frac{12\times11\times10}{3!} = {}^{12}C_3
\]
\[
= \frac{N(1\ \text{Red and}\ 1\ \text{Black and}\ 1\ \text{Green})}{{}^{12}C_3}
\]
/[As written, this line reads "1 Red and 1 Blue and 1 Green" — a slip for Black, since the bag has no blue balls; parts (ii)–(vi) below correctly call it Black.]/
(ii) \(P(\text{All the balls are of same colour})\)
(iii) \(P(\text{None Balls are of Black colour})\)
(OR) \(P(\text{None Balls are Black}) = \dfrac{{}^{8}C_3}{{}^{12}C_3} = \dfrac{14}{55}\)
(iv) \(P(\text{All the Balls should not be black})\)
(v) \(P(\text{At least one ball is green}) = 1-P(\text{No green balls})\)
(vi) \(P(\text{At most one ball is green})\)
(OR) \(P(\text{At most one ball is green}) = \dfrac{N\big((1G\,\&\,2\,\text{other})+(0G\,\&\,3\,\text{other})\big)}{\text{Total outcomes}}\)