document.write( "Question 41887: During a clothing sale, 1/4 of the store merchandise is reduced in price, Find the probability that 3 of 5 randomly-selected shirts have reduced prices. \n" ); document.write( "
Algebra.Com's Answer #27048 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! I believe this one is done like this... \n" ); document.write( "P(3 of 5 have reduced price) = C(5,3)*(1/4)^3*(3/4)^2 = \n" ); document.write( "10 * 1/64 * 9/16 = \n" ); document.write( "45/512 \n" ); document.write( " |