document.write( "Question 1083892: 14. Data collected over the last ten years show that, in a particular town, it will rain sometime during 30% of the days in the spring. How likely is it that there will be a week with
\n" ); document.write( "a. Exactly five rainy days?
\n" ); document.write( "b. Exactly six rainy days?
\n" ); document.write( "c. Exactly seven rainy days?
\n" ); document.write( " d. At least five rainy days?
\n" ); document.write( "

Algebra.Com's Answer #697957 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
Data collected over the last ten years show that, in a particular town, it will rain sometime during 30% of the days in the spring. How likely is it that there will be a week with
\n" ); document.write( "-----
\n" ); document.write( "Binomial Problems with n = 7 and p = 0.3
\n" ); document.write( "----------------------
\n" ); document.write( "a. Exactly five rainy days?::binompdf(7,0.3,5) = 0.025
\n" ); document.write( "b. Exactly six rainy days?
\n" ); document.write( "c. Exactly seven rainy days?
\n" ); document.write( "d. At least five rainy days?:: 1 - binomcdf(7,0.3,4) = 0.029
\n" ); document.write( " --------------------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "--------------
\n" ); document.write( "
\n" );