document.write( "Question 1141077: A basketball player has made about 70% of his free throws over several years. Suppose that his free throws are independent trials with probability 0.7 of a success on each trial.
\n" );
document.write( "(a) What is the probability that he makes none in 6 attempts?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "(b) What is the probability that he makes at least one in 6 attempts?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #761711 by greenestamps(13203)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "(a) (0.3)^6 = .000729 \n" ); document.write( "(b) At least one means \"not none\"; so 1 minus the answer to (a): .999271 \n" ); document.write( " |