Check the BINS conditions: Binary, Independent, fixed Number, Same p.
(a) Binomial. Each flip is head/tail (Binary), flips don't influence each other (Independent), exactly 12 of them (Number fixed), and p=0.5 every time (Same p). So X∼Bin(12,0.5).
(b) NOT binomial. Removing a card changes the deck, so p(red) shifts each draw and draws are dependent. This is the without-replacement cousin → Hypergeometric distribution.
(c) NOT binomial. The number of trials is not fixed in advance — you stop when the six appears. That's a geometric waiting-time question, not a fixed-n count.
(d) Binomial (approximately). Binary Yes/No, essentially constant p and independence because the population is huge relative to 30, and n=30 is fixed. So X∼Bin(30,p).
Recall Solution
n=10 (fixed number of shots), p=0.8 (same each shot, independent, made/missed is binary). So X∼Bin(10,0.8), and X can be any integer k=0,1,2,…,10.
WHAT: exactly k=2 successes in n=6 trials with p=0.4, q=0.6.
HOW: plug into the PMF.
P(X=2)=(26)(0.4)2(0.6)4.(26)=2!4!6!=15 (ways to place the 2 successes). Then (0.4)2=0.16 and (0.6)4=0.1296.
P(X=2)=15×0.16×0.1296=0.31104.
Recall Solution
E[X]=np=200×0.05=10 defects on average.
Var(X)=np(1−p)=200×0.05×0.95=9.5.
σ=9.5≈3.082.
Reading it: expect about 10 defects, usually within ±3 of that. A batch of 25 defects sits (25−10)/3.08≈4.9 standard deviations high — a genuine alarm.
Recall Solution
"X≤1" means X=0orX=1; these are separate outcomes, so add their probabilities.
P(X=0)=(04)(0.5)0(0.5)4=161,P(X=1)=(14)(0.5)1(0.5)3=4⋅161=164.P(X≤1)=161+164=165=0.3125.
Computing P(X≥1)=P(1)+P(2)+⋯+P(50) is 50 terms. Use the complement instead:
P(X≥1)=1−P(X=0)=1−(050)(0.02)0(0.98)50=1−(0.98)50.(0.98)50≈0.36417, so P(X≥1)≈1−0.36417=0.63583.
Why complement wins: "X=0" is a single term (1−p)n — one line replaces fifty.
Recall Solution
The range {2,3,4} is smaller to remove than to add — but here it's clean either way. Directly:
P(X=2)=(25)(0.6)2(0.4)3=10(0.36)(0.064)=0.2304,P(X=3)=(35)(0.6)3(0.4)2=10(0.216)(0.16)=0.3456,P(X=4)=(45)(0.6)4(0.4)1=5(0.1296)(0.4)=0.2592.
Sum: 0.2304+0.3456+0.2592=0.8352.
Check by complement: the outside is {0,1,5}: P(0)=0.45=0.01024, P(1)=5(0.6)(0.44)=0.0768, P(5)=0.65=0.07776; total 0.16480, and 1−0.16480=0.8352 ✓.
Recall Solution
Conditional probability: P(A∣B)=P(B)P(A∩B). Here A={X=3}, B={X≥1}, and A⊂B so A∩B=A.
P(X≥1)=1−P(X=0)=1−(0.5)3=1−81=87,P(X=3)=(0.5)3=81.P(X=3∣X≥1)=7/81/8=71≈0.142857.
Failure of the whole system = all servers down. Each is down with probability q=0.1.
P(all down)=0.1n≤0.0001=10−4.
Take base-10 logs: nlog10(0.1)≤log10(10−4), i.e. −n≤−4, so n≥4.
The smallest integer is n=4. Check: 0.14=0.0001, giving P(at least one up)=1−0.0001=0.9999 ✓.
Recall Solution
Let X∼Bin(8,0.25) = number of wins. Net profit =5X−1(8−X)=6X−8.
By Linearity of expectation, E[profit]=6E[X]−8=6(np)−8=6(8⋅0.25)−8=6(2)−8=4.
Expected net profit =\4.∗∗Interpretation:∗∗onaverageyougain,drivenentirelybyE[X]=np=2$ wins.
Recall Solution
λ=np=500×0.004=2.
Exact:P(X=2)=(2500)(0.004)2(0.996)498.
(2500)=124750, (0.004)2=1.6×10−5, (0.996)498≈0.13629.
P(X=2)≈124750×1.6×10−5×0.13629≈0.27201.
Poisson:P=2!λ2e−λ=24e−2=2e−2≈0.27067.
They agree to about 3 decimals — expected, since n is large and p tiny with np moderate. This is exactly the regime where binomial → Poisson.
Write both PMF values and divide — the factorials telescope:
P(k−1)P(k)=(k−1n)pk−1qn−k+1(kn)pkqn−k=(k−1n)(kn)⋅qp.
Now (k−1n)(kn)=n!/((k−1)!(n−k+1)!)n!/(k!(n−k)!)=k!(n−k)!(k−1)!(n−k+1)!=kn−k+1.
So the ratio is kn−k+1⋅qp. ✓
Deduce the mode: the PMF rises (P(k)>P(k−1)) exactly while this ratio >1:
(n−k+1)p>k(1−p)⟺np+p−kp>k−kp⟺k<(n+1)p.
So probabilities increase up to k=⌊(n+1)p⌋ and decrease after — the mode is ⌊(n+1)p⌋ (and if (n+1)p is an integer, both it and (n+1)p−1 tie). See the staircase figure.
Recall Solution
Fix n>0. Maximise f(p)=p(1−p)=p−p2. Complete the square:
p−p2=−(p2−p)=−(p−21)2+41.
Since (p−21)2≥0 and is subtracted, f(p)≤41, with equality iffp=21.
Therefore Var=np(1−p)≤4n, maximised at p=21, giving Varmax=4n; and Var=0 at p=0 or p=1 (no randomness). See the parabola figure.
Recall Solution
Conceptual proof (cleanest).X counts successes in m independent trials each with success chance p; Y counts successes in another n such trials. Pool all m+n trials: they are independent, binary, fixed in number, and share the samep — that is exactly the BINS setup for Bin(m+n,p). The total count X+Y is that binomial. ∎
Consistency checks (these need p equal, and independence for variance):E[X+Y]=mp+np=(m+n)p✓,Var(X+Y)=mp(1−p)+np(1−p)=(m+n)p(1−p)✓.Caveat: if the two p's differed, pooling would violate Same p and X+Y would not be binomial — the sum theorem hinges on identical p.