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)![]() ![]() 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( " \n" ); document.write( "0 balls.... \n" ); document.write( " \n" ); document.write( "1 ball.... \n" ); document.write( " \n" ); document.write( "2 balls.... \n" ); document.write( " \n" ); document.write( "3 balls.... \n" ); document.write( " \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( " |