document.write( "Question 1087906: Find the probability of this trial: x = 3, n = 5, and p = 0.65, where x is successes in n trials.
\n" );
document.write( "a. 34%
\n" );
document.write( "b. 14%
\n" );
document.write( "c. 25% \n" );
document.write( "
Algebra.Com's Answer #702197 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Given Information:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "n = 5 (sample size), p = 0.65 (probability of success), k = 3 (number of successes; I'm using k in place of x)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "--------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Use the combination formula with n = 5 and k = 3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "n C k = (n!)/(k!*(n-k)!) \n" ); document.write( "5 C 3 = (5!)/(3!*(5-3)!) \n" ); document.write( "5 C 3 = (5!)/(3!*2!) \n" ); document.write( "5 C 3 = (5*4*3!)/(3!*2!) \n" ); document.write( "5 C 3 = (5*4)/(2!) \n" ); document.write( "5 C 3 = (5*4)/(2*1) \n" ); document.write( "5 C 3 = 20/2 \n" ); document.write( "5 C 3 = 10\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "--------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "With that combination in mind, we can find the following binomial probability\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(X = k) = (n C k)*(p)^(k)*(1-p)^(n-k) \n" ); document.write( "P(X = 3) = (5 C 3)*(0.65)^(3)*(1-0.65)^(5-3) \n" ); document.write( "P(X = 3) = (5 C 3)*(0.65)^(3)*(0.35)^(2) \n" ); document.write( "P(X = 3) = (10)*(0.65)^(3)*(0.35)^2 \n" ); document.write( "P(X = 3) = (10)*(0.274625)*(0.1225) \n" ); document.write( "P(X = 3) = 0.336415625 \n" ); document.write( "P(X = 3) = 0.34 (round to the nearest hundredth) \n" ); document.write( "P(X = 3) = 34% which is the final answer. You move the decimal point 2 spots to the right to go from 0.34 to 34% \n" ); document.write( " |