document.write( "Question 954992: Of all the trees planted by a landscaping firm, 35% survive. What is the probability that 8 or more of the 10 trees they just planted will survive? (Use a table of binomial probabilities. Give your answer correct to four decimal places.) \n" ); document.write( "
Algebra.Com's Answer #583365 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
Of all the trees planted by a landscaping firm, 35% survive. What is the probability that 8 or more of the 10 trees they just planted will survive? (Use a table of binomial probabilities.
\n" ); document.write( "----------------
\n" ); document.write( "Binomial Problem with n = 10 and p(survive) = 0.35
\n" ); document.write( "-------
\n" ); document.write( "P(8<= x <=10) = 1 - P(0<= x <=7) = 1 - binomcdf(10,0.35,7) = 0.0048
\n" ); document.write( "--------------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "------------
\n" ); document.write( "
\n" );