document.write( "Question 1150789: A store receives 5 red shirts and 10 green shirts. A random sample of 5 shirts selected. Determine the probability that
\n" );
document.write( "1. It contains 3 red shirts
\n" );
document.write( "2. It contain 1 red shirt.
\n" );
document.write( "3. It contain 3 green shirts \n" );
document.write( "
Algebra.Com's Answer #772236 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Use the basic definition of probability: \r\n" ); document.write( " number of favorable outcomes\r\n" ); document.write( " P = ---------------------------------\r\n" ); document.write( " total number of possible outcomes \n" ); document.write( "For all three problems, the total number of possible outcomes is the number of ways of choosing 5 of the 15 shirts: \n" ); document.write( "For the first problem, the favorable outcomes are the ones in which we choose 3 of the 5 red shirts AND 2 of the 10 green shirts: \n" ); document.write( "The probability is 450/3003. Simplify the fraction or convert to decimal if required. \n" ); document.write( "The other two problems are exactly similar. \n" ); document.write( "For the second problem the favorable outcomes have 1 of the 5 red shirts and 4 of the 10 green shirts: C(5,1)*C(10,4). \n" ); document.write( "And for the third problem the favorable outcomes have 3 of the 10 green shirts and 2 of the 5 red shirts: C(10,3)*C(5,2). \n" ); document.write( "You can finish the calculations for those last two problems.... \n" ); document.write( "If you want to get practice in making these kinds of calculations (that is, go beyond just answering the questions that were asked), find the probabilities for all the possible cases. The given problems have 3, 2, or 1 red shirts; perform similar calculations for the cases where there are 5, or 4, or 0 red shirts. \n" ); document.write( "The sum of the probabilities for all possible cases should be 1; if not, you know you have made some calculation errors somewhere. \n" ); document.write( "Note that, if you do this, it is by far the easiest if you leave all the fractions in unsimplified form; then you only need to verify that the numerators sum to 3003. \n" ); document.write( " \n" ); document.write( " |