document.write( "Question 1113083: A urn contains n black balls and n white balls. Three balls are chosen from the urn at random and without replacement. What is the value of n if the probability is 1/12 that all three balls are white? \n" ); document.write( "
Algebra.Com's Answer #728149 by math_helper(2461)![]() ![]() You can put this solution on YOUR website! The probability the first ball picked is white is: P(ball 1 is white) = \n" ); document.write( "The probability the 2nd is also white: P(ball 2 is also white) = \n" ); document.write( "The probability the 3rd is also white: P(ball 3 is also white) = \n" ); document.write( "\n" ); document.write( "P(all 3 picks are white) = \n" ); document.write( "\n" ); document.write( "Cross multiplying and then simplifying with all terms moved over to the left:\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Potential solutions are: 1 and 5 (1 and 5 are solutions to the above equation, but might not be solutions to the problem). \r \n" ); document.write( "\n" ); document.write( "Discard n=1 because that solution is too small to draw 3 balls. \n" ); document.write( "— \n" ); document.write( "Ans: \n" ); document.write( "—\r \n" ); document.write( "\n" ); document.write( "Check: (1/2)*(4/9)*(3/8) = (12/144) = 1/12 (ok) \n" ); document.write( "— \n" ); document.write( "Edited to remove extra factor of n, which was a carry over from my paper solution where I didn't reduce n/(2n) to 1/2. \n" ); document.write( " \n" ); document.write( " |