document.write( "Question 137870: a bag contains 16 red checkers and 16 black cherkers. anne removes 1 black checher and 2 red checkers from the bag and does not replace them. she the reaches into the bag and selects a checker at random. what is the probability that the checker is red? \n" ); document.write( "
Algebra.Com's Answer #100778 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! R=16, B=16, Total=32 \n" ); document.write( "Anna removes 1 B, 2 R. \n" ); document.write( "R=14, B=15, Total=29 \n" ); document.write( "P(R)=14/29 \n" ); document.write( "P(B)=15/29 \n" ); document.write( "Probability of red checker is 14/29. \n" ); document.write( " |