document.write( "Question 965490: *****Of all the trees planted by a landscaping firm, 55% survive. What is the probability that 12 or more of the 14 trees they just planted will survive? \r
\n" ); document.write( "\n" ); document.write( "(Use a table of binomial probabilities. Give your answer correct to four decimal places.)\r
\n" ); document.write( "\n" ); document.write( "I have been stuck on this for days!! Please help me. If possible please show step-by-step instructions.\r
\n" ); document.write( "\n" ); document.write( "Thanks
\n" ); document.write( "

Algebra.Com's Answer #590160 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
55% survive, so p = .55
\n" ); document.write( "this means that 45% don't survive.
\n" ); document.write( "q = 1 - p = 1 - .55 = .45\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you have p = .55
\n" ); document.write( "you have q = .45\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the binomial probability formula is:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "p(x) = c(n,x) * p^x * q^(n-x)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x represents the ratio of plants that survive.
\n" ); document.write( "n is the total number of trees that were planted.
\n" ); document.write( "p(x) is the probability that x will survive.
\n" ); document.write( "c(n,x) is the number of possible combinations of n plants taken x at a time where order is not important.
\n" ); document.write( "c(n,x) is defined as n! / (x! * (n-x)!)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you want to know the probability that 12 or more will survice.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "this is equal to the probability that exactly 12 will survive plus the probability that exactly 13 will survice plus the probability that exactly 14 will survive.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "so you need to find p(12) + p(13) + p(14).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "p(12) = c(14,12) * p^12 * q^2 = 91 * .55^12 * .45^2 = .0141194797\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "p(13) = c(14,13) * p^13 * q^1 = 14 * .55^13 * .45^1 = .0026549449\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "p(14) = c(14,14) * p^14 * q^0 = 1 * .55^14 * .45^0 = .0002317809043\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "p(12) + p(13) + p(14) = .0170062055\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "that's your solution.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "here's one of the combination calculations to show you how they're done.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "c(14,12) = 14! / (12! * 2!) = (14 * 13 * 12!) / (12! * 2!) = (14 * 13) / 2! = 7 * 13 = 91.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );