document.write( "Question 469414: six circles numbered one thru 6
\n" ); document.write( "1 is yellow
\n" ); document.write( "2 is green
\n" ); document.write( "3 is orange
\n" ); document.write( "4 is orange
\n" ); document.write( "5 is orange
\n" ); document.write( "6 is yellow\r
\n" ); document.write( "\n" ); document.write( "assume that one cirlce is selected at random and each circle is equally likely to be selected. Determine the probability of selecting a 3, given that the circle is yellow. \r
\n" ); document.write( "\n" ); document.write( "how would I finish this? I just don't know how to work the problem out?\r
\n" ); document.write( "\n" ); document.write( "P=(3|yellow) my answer is 1/6 for selecting a 3 and 0 probability for selecting a yellow.
\n" ); document.write( "

Algebra.Com's Answer #322065 by ccs2011(207)\"\" \"About 
You can put this solution on YOUR website!
General formula:
\n" ); document.write( "P(a|b) = P(ab)/P(b)
\n" ); document.write( "where a is selecting number 3 and b is the circle is yellow.
\n" ); document.write( "P(ab) = P(3 is selected AND circle is yellow) = 0
\n" ); document.write( "P(b) = P(circle is yellow) = 2/6 = 1/3
\n" ); document.write( "P(a|b) = 0/(1/3) = 0
\n" ); document.write( "Therefore, probability selecting 3 given circle is yellow is 0.
\n" ); document.write( "
\n" );