document.write( "Question 242603: A package contains 12 sweaters, 3 of which are blue. If 4 are selected, find the probability of getting 1 blue sweater \n" ); document.write( "
Algebra.Com's Answer #177613 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A package contains 12 sweaters, 3 of which are blue. If 4 are selected, find the probability of getting 1 blue sweater
\n" ); document.write( "-------------------------
\n" ); document.write( "# of ways to pick a blue: 4
\n" ); document.write( "# of ways to pick 3 non-blue: 8C3 = (8*7*6)/(1*2*3) = 56
\n" ); document.write( "------------------------------------
\n" ); document.write( "# of ways to pick 4 without restriction: 12C4 = 495
\n" ); document.write( "============================
\n" ); document.write( "P(one blue) = [4*56]/495 = 0.4525..
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );