document.write( "Question 875416: The weather forcaster has predicted that there is a 25% probability of rain on any of the next 4 days. What is the probability that it will rain at least twice? \n" ); document.write( "
Algebra.Com's Answer #528222 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi
\n" ); document.write( "p(rain) = .25, n = 4
\n" ); document.write( "P(x >= 2) = 1 - binomcdf(4, .25, 1) = .2617 (Recommend Using TI)
\n" ); document.write( "Or P(x >= 2) = P(2) + P(3) + P(4)
\n" ); document.write( "Using
\n" ); document.write( "\"P+%28x%29=+highlight_green%28nCx%29%28p%5Ex%29%28q%29%5E%28n-x%29+\"
\n" ); document.write( "p and q are the probabilities of success and failure respectively.
\n" ); document.write( "In this case p= .25, q = .75, n=4
\n" ); document.write( "\"nCx+=+%28n%21%29%2Fx%21%28n+-+x%29%21%29\"
\n" ); document.write( " \n" ); document.write( "
\n" );