Question 1128931
.


A contractor has submitted bids for two state construction projects. The probability of winning each contract is .25, and it is the same for both contracts. 


<pre>
What is the probability that he will win both contracts?        <---->  0.25*0.25 = 0.0625.


What is the probability that he will win neither contract?      <---->  (1-0.25)*(1-0.25) = 0.75*0.75 = 0.5625.
</pre>