document.write( "Question 345445: A jar holds two color of marbles. The jar is composed of 60% black marbles and 40% red marbles. You select 6 marbles. What is the probability that you selected AT LEAST one of each color? \n" ); document.write( "
Algebra.Com's Answer #247066 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A jar holds two color of marbles. The jar is composed of 60% black marbles and 40% red marbles. You select 6 marbles. What is the probability that you selected AT LEAST one of each color?
\n" ); document.write( "---
\n" ); document.write( "P(selected all black) = 0.6^6
\n" ); document.write( "P(selected all red) = 0.4^6
\n" ); document.write( "----
\n" ); document.write( "P(select at least one of each) = 1-[0.6^6+0.4^6] = 0.9492
\n" ); document.write( "-----------------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );