document.write( "Question 261791: In a pack of seeds, each seed has a .84 chance of germinating. Harold will plant 2 seeds.
\n" );
document.write( "a. Draw a tree diagram to represent this problem. Use G for \"germinates\" and N for \"fails to germinate.\" Be sure to include the probability of each branch.
\n" );
document.write( " Determine the probability of the following:
\n" );
document.write( "b. Both seeds germinate
\n" );
document.write( "c. Neither seed germinated
\n" );
document.write( "d. At least one seed germinated \n" );
document.write( "
Algebra.Com's Answer #192897 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! In a pack of seeds, each seed has a .84 chance of germinating. \r \n" ); document.write( "\n" ); document.write( "Harold will plant 2 seeds. \n" ); document.write( "a. Draw a tree diagram to represent this problem. Use G for \"germinates\" and N for \"fails to germinate.\" Be sure to include the probability of each branch. \n" ); document.write( "Determine the probability of the following: \n" ); document.write( "b. Both seeds germinate \n" ); document.write( "P(GG) = 0.84^2 \n" ); document.write( "----- \n" ); document.write( "c. Neither seed germinated \n" ); document.write( "P(NN) = 0.16^2 \n" ); document.write( "-------------------- \n" ); document.write( "d. At least one seed germinated \n" ); document.write( "P(at least one G) = 1 - P(NN) = 1 - 0.16^2 \n" ); document.write( "============================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |