Hi Jenessa,
This is the same procedure as the questions you posted about bird life and felons.
General Formula: P(X=x) = C(n,x)px*qn-x
a. P(X=9) = C(49,9)*0.149*0.8640 = 0.102
b. Compute all probabilities from X=0 to X=9, which is already done:
P(X=0) = C(49,0)0.140*0.8649
P(X=1) = C(49,1)0.141*0.8648
....
P(X=9) = C(49,9)*0.149*0.8640 = 0.102
Add together to get probability of at least 9 living in poverty.
c. Subtract 0.102 from your answer in part b. This is P(X=9). Then, subtract the result from 1.
P(X>=9) = 1 - P(X<9)
d. Same procedure, essentially, as in b but for x=4 to x=11:
P(X=4) = C(49,4)0.144*0.8645
P(X=5) = C(49,5)0.145*0.8644
P(X=6) = C(49,5)0.145*0.8644
...
Continue until you reach X=11, then add the probabilities together. I hope this helps.