document.write( "Question 1086671: A biologist is studying a new hybrid tomato. It is known that the seeds of this hybrid tomato have probability 0.70 of germinating. The biologist plants 10 seeds. \r
\n" );
document.write( "\n" );
document.write( "A.What is the probability that exactly 8 seeds will germinate? Round your answer to the nearest thousandths.\r
\n" );
document.write( "\n" );
document.write( "B.What is the probability that at least 8 seeds will germinate? Round your answer to the nearest thousandth.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #700889 by mathmate(429)![]() ![]() You can put this solution on YOUR website! Question: \n" ); document.write( "A biologist is studying a new hybrid tomato. It is known that the seeds of this hybrid tomato have probability 0.70 of germinating. The biologist plants 10 seeds. \n" ); document.write( "A.What is the probability that exactly 8 seeds will germinate? Round your answer to the nearest thousandths. \n" ); document.write( "B.What is the probability that at least 8 seeds will germinate? Round your answer to the nearest thousandth.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "Solution: \n" ); document.write( "To model a situation using the binomial distribution, the following criteria must be satisfied: \n" ); document.write( "1. Bernoulli trials, i.e. exactly two possible outcomes (germinate or not) \n" ); document.write( "2. Number of trials is known before and constant throught experiment, \n" ); document.write( "i.e. independent of outcomes (n=10 seeds planted) \n" ); document.write( "3. All trials are independent of each other (appropriate assumption for the current situation) \n" ); document.write( "4. Probability of success is known, and remain constant throughout trials. (p=0.7, given) \n" ); document.write( "Since all criteria are satisfied, we can model with binomial distribution, where the probability of x successes out of N trials each with probability of success p is given by \n" ); document.write( "P(x)=C(N,x)(p^x)(1-p)^(N-x) \n" ); document.write( "and, \n" ); document.write( "C(N,x) is number of combinations of selecting x objects out of N. \n" ); document.write( " \n" ); document.write( "(A) P(x=8)=C(10,8)p^x(1-p)^(n-x) \n" ); document.write( "=45*0.7^8(1-0.7)^2 \n" ); document.write( "=45*.05764801*0.09 \n" ); document.write( "=0.233474 \n" ); document.write( "(B) \n" ); document.write( "P(at least 8 seeds will germinate) \n" ); document.write( "=P(8)+P(9)+P(10) \n" ); document.write( "=0.233474+0.121061+0.028248 \n" ); document.write( "=0.38278 \n" ); document.write( " |