exitwound
- 291
- 1
Homework Statement
The College Board reports that 2% of the 2 million high school students who take the SAT each year receive special accommodations because of documented disabilities. Consider a random sample of 25 students who have recently taken the test.
a.) What is the probability that exactly 1 received a special accommodation?
b.) What is the probability that at least 1 received a special accommodation?
Homework Equations
\begin{pmatrix} <br /> n\\<br /> x\\<br /> \end{pmatrix}p^x(1-p)^{(n-x)}
The Attempt at a Solution
a.) \begin{pmatrix} <br /> 25\\<br /> 1\\<br /> \end{pmatrix}.02^x(1-.02)^{(25-1)} = .3079
30% seems kind of high. If 40,000 students out of 2,000,000 were {success} and chose 25 of the 2,000,000, there's a 30% chance I'd get 1 of the 40,000? That, just seems too high for some reason.
b.) <br /> \sum_{x=1}^{25}<br /> \begin{pmatrix} <br /> 25\\<br /> x\\<br /> \end{pmatrix}.02^x(.98)^{(25-x)}
Does this look right? How can I calculate this? I don't believe I have to simplify it, per instructor's orders...but I'm not sure if I have it right to begin with.