document.write( "Question 315134: a bin contains 9 chips, 5 yellow chips and 7 red chips. Find each probability, choosing blu , then red, then yellow replacing each chip after it is drown. \n" ); document.write( "
| Algebra.Com's Answer #225458 by Fombitz(32388)     You can put this solution on YOUR website! 9 B, blue \n" ); document.write( "5 Y, yellow \n" ); document.write( "7 R, red \n" ); document.write( "21 total \n" ); document.write( "P(B)= \n" ); document.write( "P(Y)= \n" ); document.write( "P(R)= \n" ); document.write( "P(B,R,Y)=P(B)P(R)P(Y)= |