document.write( "Question 1140284: There are 4 yellow highlighters, 2 blue highlighters, and 3 purple highlighters in bag A. There are 2 white balls and 4 blue balls in bag B. A highlighter is randomly drawn from bag A, and then a ball is randomly drawn from bag B. What is the probability of drawing a highlighter and a ball that are the same color? What is the probability of drawing exactly one blue item? \n" ); document.write( "
Algebra.Com's Answer #760798 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "From the given information.... \n" ); document.write( "P(A yellow) = 4/9 \n" ); document.write( "P(A blue) = 2/9 \n" ); document.write( "P(A purple) = 3/9 \n" ); document.write( "P(B white) = 2/6 \n" ); document.write( "P(B blue) = 4/6 \n" ); document.write( "(a) P(A and B same color) = P((A blue) AND (B blue)) \n" ); document.write( "(b) P(exactly one blue) = P((A blue) AND (B not blue) OR (A not blue) AND (B blue)) \n" ); document.write( "Plug in the given probabilities, using multiplication for AND and addition for OR. \n" ); document.write( " |