document.write( "Question 852124: If the probability of a tennis player serving an ace is 1/6, what's the probability that the player will serve 3 aces out of 8 serves?\r
\n" );
document.write( "\n" );
document.write( "I know it's independent probability. I did it like this:
\n" );
document.write( "for \"non-ace\" results, the prob. is 5/6
\n" );
document.write( "for 8 serves, the prob of 3 aces is:\r
\n" );
document.write( "\n" );
document.write( "1/6 * 1/6 * 1/6 * 5/6 * 5/6 * 5/6 * 5/6 * 5/6 = 3125/1,679,616 = approx. 0.00186, or 0.186%, or 186/1000.\r
\n" );
document.write( "\n" );
document.write( "Am I even close? \n" );
document.write( "
Algebra.Com's Answer #513169 by Theo(13342)![]() ![]() You can put this solution on YOUR website! close but no cigar. \n" ); document.write( "if you multiply that by the number of possible ways you can get 3 things out of 8 things, then you would be right. \n" ); document.write( "this, i believe, is a binomial probability type problem. \n" ); document.write( "the formula for binomial probability is: \n" ); document.write( "p(x) = nCx * p^x * q^(n-x) \n" ); document.write( "in your problem: \n" ); document.write( "n = 8 \n" ); document.write( "x = 3 \n" ); document.write( "n-x = 5 \n" ); document.write( "p = (1/6) \n" ); document.write( "q = (5/6) \n" ); document.write( "using these values, the formula becomes: \n" ); document.write( "p(3) = 8C3 * (1/6)^3 * (5/6)^5 \n" ); document.write( "8C3 is equal to (8*7*6) / (1*2*3) which is equal to 56. \n" ); document.write( "(1/6)^3 is equal to .004630 \n" ); document.write( "(5/6)^5 is equal to .401878 \n" ); document.write( ".004630 * .401878 is equal to .001860 \n" ); document.write( "formula becomes: \n" ); document.write( "p(3) = 56 * .004630 * .401878 which is equal to 56 * .001860 which is equal to .104199\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you were close. \n" ); document.write( "you calculated correctly for one of the possible ways you can get 3 aces out of 8 serves. \n" ); document.write( "there were 55 more ways to do that. \n" ); document.write( "i'll just list the first 3 so you can see what i mean. \n" ); document.write( "let a = probability to get an ace which is equal to 1/6 \n" ); document.write( "let b = probability to not get an ace which is equal to 5/6. \n" ); document.write( "you showed one way it could happen: \n" ); document.write( "aaabbbbb \n" ); document.write( "another way it could happen would be: \n" ); document.write( "aababbbb \n" ); document.write( "another way it could happen would be: \n" ); document.write( "aabbabbb \n" ); document.write( "etc. \n" ); document.write( "so the probability you calculated is correct but for only one of the ways it could happen. \n" ); document.write( "there were 55 other ways it could happen as well.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the binomial probability formula takes that into account. \n" ); document.write( "p(x) = nCx * p^x * q^(*n-x) \n" ); document.write( "nCx is the number of possible ways to get x things from n. \n" ); document.write( "p = probability of the event occurring. \n" ); document.write( "q k= probability of the event not occurring = 1 - p.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |