document.write( "Question 1037601: suppose you have 2 jars with the following contents, Jar 1 has 5 white balls and 4 black balls. Jar 2 has 7 white balls and 2 black balls. One jar is selected, then one ball is to be drawn from the selected jar. The probabilities of choosing Jar 1 is 1/4 and Jar 2 is 3/4.
\n" ); document.write( "A) Find the probability that a marble is chosen from Jar 1 and that it is black
\n" ); document.write( "B) Find the probability that a marble was chosen from jar 2 and that it is white
\n" ); document.write( "C) Find the probability that a black marble was chosen given that it is from jar 2.
\n" ); document.write( "

Algebra.Com's Answer #652208 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
suppose you have 2 jars with the following contents, Jar 1 has 5 white balls and 4 black balls. Jar 2 has 7 white balls and 2 black balls. One jar is selected, then one ball is to be drawn from the selected jar. The probabilities of choosing Jar 1 is 1/4 and Jar 2 is 3/4.
\n" ); document.write( "A) Find the probability that a marble is chosen from Jar 1 and that it is black
\n" ); document.write( "P(JarI and black) = (1/4)(4/9) = 1/9
\n" ); document.write( "--------------------------------------------
\n" ); document.write( "B) Find the probability that a marble was chosen from jar 2 and that it is white
\n" ); document.write( "P(JarII and white) = (3/4)(7/9) = 21/36 = 7/9
\n" ); document.write( "----------------------------------
\n" ); document.write( "C) Find the prob that a black marble was chosen given that it is from jar 2.
\n" ); document.write( "P(black | JarII) = P(black and JarII)/P(Jar II) = (2/9)/(3/4) = 8/27
\n" ); document.write( "------------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "------------
\n" ); document.write( "
\n" ); document.write( "
\n" );