Question 1199327
.
To harvest all the wheat from a field requires 5 sunny days 
(although not necessarily consecutive days) and farmer Plough now only has 
one week left to get the job finished. Given that the probability of any day 
being sunny is 0.8, calculate the probability that he will be able 
to get the wheat harvested in time.
~~~~~~~~~~~~~~~~~~


<pre>
It is a typical problem on the binomial probability distribution.


The number of trials n= 7; the probability of the success trial is  0.8,  
and the number of success trials k = 5. 


    P = {{{C[7]^5*0.8^5*(1-0.8)^(7-5)}}} = {{{((7*6)/(1*2))*0.8^5*0.2^2}}} = 0.27525  (rounded).     <U>ANSWER</U>
</pre>

------------------


To see many other similar &nbsp;(and different) &nbsp;solved problems, &nbsp;look into the lessons

&nbsp;&nbsp;&nbsp;&nbsp;- <A HREF=https://www.algebra.com/algebra/homework/Probability-and-statistics/Solving-problems-on-Binomial-distribution-manually.lesson>Simple and simplest probability problems on Binomial distribution</A> 

&nbsp;&nbsp;&nbsp;&nbsp;- <A HREF=https://www.algebra.com/algebra/homework/Probability-and-statistics/Typical-binomial-distribution-probability-problems.lesson>Typical binomial distribution probability problems</A> 

in this site.