document.write( "Question 418405: please help me solve this question on probability and statistics. Thank you...There is a jar containing 10 balls. The balls are marked with integers from 1 through 10. A ball is randomly withdrawn (with replacement) 10 times (x1, x2,..x10)from the jar and the number marked on it noted down. What is the probability that out of the 10 numbers noted down, the integer, 1, appears twice but not near each other, for example, (x, 1, x, x, 1, x, x, x, x, x) or (1, x, x, x, x, x, x, x, x, 1) or (x, x, 1, x, 1, x, x, x, x, x)...and so on. \n" ); document.write( "
Algebra.Com's Answer #292794 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! please help me solve this question on probability and statistics. Thank you... \n" ); document.write( "------------------------------- \n" ); document.write( "There is a jar containing 10 balls. The balls are marked with integers from 1 through 10. \n" ); document.write( "---------------- \n" ); document.write( "A ball is randomly withdrawn (with replacement) 10 times (x1, x2,..x10)from the jar and the number marked on it noted down. What is the probability that out of the 10 numbers noted down, the integer, 1, appears twice but not near each other, for example, (x, 1, x, x, 1, x, x, x, x, x) or (1, x, x, x, x, x, x, x, x, 1) or (x, x, 1, x, 1, x, x, x, x, x)...and so on. \n" ); document.write( "--- \n" ); document.write( "On each draw there are 9 ways for the 1's to be next to one another. \n" ); document.write( "There are 10C2 = 45 ways to place 2 one's in each draw. \n" ); document.write( "So there are 45-9 = 36 ways for 2 one's to be separated. \n" ); document.write( "--- \n" ); document.write( "P(2 1's are not next to one another in a sequence of 10) = 36/45 = 4/5 \n" ); document.write( "--- \n" ); document.write( "P(you have 2 1's) = ? \n" ); document.write( "This is a binomial Problem with n = 10 trials and p(getting a 1) = 1/10 \n" ); document.write( "P(you have 2 1's ) = 10C2(1/10)^2*(9/10)^8 = 0.1937 \n" ); document.write( "That means there are 10C2 = 45 ways to place the 2 one's \n" ); document.write( "The probability of 2 ones is (1/10)^2 \n" ); document.write( "The probability of 8 other digits is (9/10)^8 \n" ); document.write( "The probability you have 2 1's is 45*(1/10)^2*(9/10)^8 = 0.1937 \n" ); document.write( "================================== \n" ); document.write( "============================================= \n" ); document.write( "Not the answer but some of this might help. \n" ); document.write( "=================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |