document.write( "Question 329387: Each soccer player gets 4 jerseys red, yellow, white and green. A player randomly draws 2 jerseys each from the bag. The first jersey is not placed back in the bag.
\n" );
document.write( "What is the probability of first drawing a white and then a green jersey?
\n" );
document.write( "What is the probability of drawing a red and yellow jersey in any order?
\n" );
document.write( "What is the probablity of not drawing a red jersey?
\n" );
document.write( "What is the probablity of having a white or red jersey after the second draw?
\n" );
document.write( "I would appreciate your help.
\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #236058 by Edwin McCravy(20086) You can put this solution on YOUR website! Each soccer player gets 4 jerseys red, yellow, white and green. A player randomly draws 2 jerseys each from the bag. The first jersey is not placed back in the bag.\r \n" ); document.write( "\n" ); document.write( "A. What is the probability of first drawing a white and then a green jersey? \n" ); document.write( " \r\n" ); document.write( "We (1) draw a white AND (2) then draw a green.\r\n" ); document.write( "\r\n" ); document.write( "We start with this set of 16\r\n" ); document.write( "\r\n" ); document.write( "R, R, R, R, Y, Y, Y, Y, W, W, W, W, G, G, G, G\r\n" ); document.write( "\r\n" ); document.write( "(1) We can draw a white any of 4 ways out of 16. That's a probability of \n" ); document.write( "B. What is the probability of drawing a red and yellow jersey in any order? \n" ); document.write( " \r\n" ); document.write( " What is the probability of first drawing a white and then a green jersey?\r\n" ); document.write( "\r\n" ); document.write( "We (1) draw a red AND (2) then draw a yellow OR we (3) draw a yellow AND (4) then draw a red.\r\n" ); document.write( "\r\n" ); document.write( "We start with this set of 16\r\n" ); document.write( "\r\n" ); document.write( "R, R, R, R, Y, Y, Y, Y, W, W, W, W, G, G, G, G\r\n" ); document.write( "\r\n" ); document.write( "(1) We can draw a red any of 4 ways out of 16. That's a probability of \n" ); document.write( "C. What is the probablity of not drawing a red jersey? \n" ); document.write( " \r\n" ); document.write( "We (1) draw a non-red AND (2) then draw another non-red.\r\n" ); document.write( "\r\n" ); document.write( "We start with this set of 16\r\n" ); document.write( "\r\n" ); document.write( "R, R, R, R, non-R, non-R, non-R, non-R, non-R, non-R, non-R, non-R, non-R, non-R, non-R, non-R\r\n" ); document.write( "\r\n" ); document.write( "(1) We can draw a non-red any of 12 ways out of 16. That's a probability of \n" ); document.write( "D. What is the probablity of having a white or red jersey after the second draw? \n" ); document.write( " \r\n" ); document.write( "This requires finding the probability of the complenment event, and\r\n" ); document.write( "then subtracting from 1\r\n" ); document.write( "\r\n" ); document.write( "COMPLEMENT EVENT:\r\n" ); document.write( "\r\n" ); document.write( "(1) Drawing a non-white-non-red AND (2) then drawing another non-white-non-red \r\n" ); document.write( "\r\n" ); document.write( "We start with this set of 16\r\n" ); document.write( "\r\n" ); document.write( "R, R, R, R, W, W, W, W, non-R-non-W, non-R-non-W, non-R-non-W, non-R-non-W, non-R-non-W, non-R-non-W, non-R-non-W, non-R-non-W\r\n" ); document.write( "\r\n" ); document.write( "(1) We can draw a non-red-non-white any of 8 ways out of 16. That's a probability of\n" ); document.write( " |