Using a survey conducted in Winter 2009, it was estimated that only 1% of New Zealanders have solar panels on their houses to generate electricity. Consider a random sample of 20 New Zealand households.
a) What is the probability that at least one of them has solar panels to generate electricity?
b) What is the probability that none of them have solar panels to generate electricity?
More Pages:
- Solar Power: How Many Solar Powered Homes Are In America And Whats Should We Be Seeing In The Near Future For Solar Houses? (4/26/2011)
- Solar Lights: Will A Frensel Lens Generate Heat If Placed In Front Of Direct Indoor Lighting? (5/22/2011)
- Solar Products: Is Creating An Online Store For Green Energy Products A Good Idea? (6/28/2011)
- Solar Turbines: What Would Happen To The Ability Of Solar Panels To Generate Electricity After An Intense Freak Hailstorm? (6/2/2011)
- Solar Panel: How To Generate Solar Power For The Home? (6/12/2011)

{ 1 comment… read it below or add one }
Binomial Sampling Distribution:
P(n) = C(N,n) * p^n * (1-p)^(N-n)
where N = 20 and n = 0:
P(0) = C(20,0) * (1/100)^0 * (99/100)^(20-0) =
1 * 1 * 99^20 / 100^20 =
note: divided numerator and denominator by a common multiple of 10/
8179069375972306130 / 10000000000000000 =
P(0)= 0.8179
a) At least one has solar panels: P(n>0) = 1.0 – P(0) = 1.0 – 0.8179 = 0.1821
b) None of the 20 have solar panels: P(n=0) = P(0) = 0.8179