document.write( "Question 464672: the probability that a certain pitcher will throw a strick is .75. what is the probability that he will strick a batter out in three pitches. \r
\n" ); document.write( "\n" ); document.write( "What is the probability that it takes him four pitches to strick the batter out?\r
\n" ); document.write( "\n" ); document.write( " What is the probability that he walks the batter?
\n" ); document.write( "

Algebra.Com's Answer #318330 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\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 = .75 & q = .25
\n" ); document.write( "nCx = \"n%21%2F%28x%21%28n-x%29%21%29\"
\n" ); document.write( " P(3 strikes in 3 pitches) = 3C3 (.75)^3 = .75^3 = .4219
\n" ); document.write( " P(3 strikes in 4 pitches) = 4C3(.75)^3*.25 = 4*(.75)^3*.25 = .4219
\n" ); document.write( " P(0 strikes in 4 pitches) = 4C0 (.25)^4 = .0039 \n" ); document.write( "
\n" );