document.write( "Question 868624: A person plans to plant 3 ferns hoping to grow them successfully. If success is independent and there is a 72% chance that the fern will grow successfully, what is the probability that he grows 2 successful ferns? \n" ); document.write( "
Algebra.Com's Answer #523697 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
p(success) = .72, n = 3
\n" ); document.write( "P(x= 2)= binompdf(3, .72, 2)= .4355 0r 43.55%
\n" ); document.write( "
\n" );