document.write( "Question 45363: Five black balls numbered 1,2,3,4, and 5 and seven white balls numbered 1,2,3,4,5,6, and 7 are placed in an urn. If one is chosen at random, what is the probability that it is numbered 5 or that it is white? and What is the probability that it is numbered 5 given that it is white? \n" ); document.write( "
Algebra.Com's Answer #30098 by stanbon(75887) ![]() You can put this solution on YOUR website! Five black balls numbered 1,2,3,4, and 5 and seven white balls numbered 1,2,3,4,5,6, and 7 are placed in an urn. \n" ); document.write( "------------------------------------------ \n" ); document.write( "If one is chosen at random, what is the probability that it is numbered 5 or that it is white? \n" ); document.write( "Prob(5 or white) = Prob(5) + Prob(white) - Prob(5 and white) \n" ); document.write( "=2/12 + 7/12 - 1/12 = 8/12= 2/3 \n" ); document.write( "------------------------------------------ \n" ); document.write( "What is the probability that it is numbered 5 given that it is white? \n" ); document.write( "Prob(5 given white) = [Prob(5 and white)]/[Prob(white)] \n" ); document.write( "=[1/12]/[7/12] = 1/7 \n" ); document.write( "--------------------------------------\r \n" ); document.write( "\n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |