document.write( "Question 1203301: A game consists of throwing tennis ball into a bucket from a given distance. The probability that Bob will get the tennis ball in the bucket is 0.4 . A turn consists of three attempts. Construct a PDT of X, the number of tennis balls that land in the bucket in a turn. \n" ); document.write( "
Algebra.Com's Answer #838747 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "This is a good exercise in basic binomial probability. Calculate the probabilities of 0, 1, 2, or 3 balls in the bucket and verify that the sum of the probabilities is 1.

\n" ); document.write( "If Y (yes) represents a ball in the bucket and N (no) represents a ball not in the bucket, then the probability distribution for the game is found using

\n" ); document.write( "\"%280.4Y%2B0.6N%29%5E3\"

\n" ); document.write( "0 balls....

\n" ); document.write( "\"C%283%2C0%29%28%280.4%29%5E0%29%28%280.6%29%5E3%29=%281%29%281%29%280.216%29=0.216\"

\n" ); document.write( "1 ball....

\n" ); document.write( "\"C%283%2C1%29%28%280.4%29%5E1%29%28%280.6%29%5E2%29=%283%29%280.4%29%280.36%29=0.432\"

\n" ); document.write( "2 balls....

\n" ); document.write( "\"C%283%2C2%29%28%280.4%29%5E2%29%28%280.6%29%5E1%29=%283%29%280.16%29%280.6%29=0.288\"

\n" ); document.write( "3 balls....

\n" ); document.write( "\"C%283%2C3%29%28%280.4%29%5E3%29%28%280.6%29%5E0%29=%281%29%280.064%29%281%29=0.064\"

\n" ); document.write( "The PDT for the game....
\r\n" );
document.write( " balls probability\r\n" );
document.write( "   0    0.216\r\n" );
document.write( "   1    0.432\r\n" );
document.write( "   2    0.288\r\n" );
document.write( "   3    0.064

\n" ); document.write( "CHECK: 0.216 + 0.432 + 0.288 + 0.064 = 1.000

\n" ); document.write( "
\n" ); document.write( "
\n" );