document.write( "Question 409456: If Brian makes 65% of his free throws, what is the probability that he will make 3 out of the 5 \n" ); document.write( "
Algebra.Com's Answer #288209 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi
\n" ); document.write( "If Brian makes 65% of his free throws,
\n" ); document.write( "what is the probability that he will make 3 out of the 5
\n" ); document.write( "Note: The probability of x successes in n trials is:
\n" ); document.write( "P = nCx* \"p%5Ex%2Aq%5E%28n-x%29\" where p and q are the probabilities of success and failure respectively.
\n" ); document.write( "In this case p= .65 & q = .35
\n" ); document.write( "nCx = \"n%21%2F%28x%21%28n-x%21%29%29\" = 5*4*3/2*3 = 10
\n" ); document.write( " P( making 3 out of 5) = 10(.65)^3(.35)^2 = .3364 \n" ); document.write( "
\n" );