document.write( "Question 477438: Dear math teacher, \r
\n" );
document.write( "\n" );
document.write( "I am having the following difficulties with this problem: \r
\n" );
document.write( "\n" );
document.write( "\"A box contains 7 red cards, 6 white cards and 4 blue cards. How many selections of three cards can be made so that a) all three are red, b) none are red?\" \r
\n" );
document.write( "\n" );
document.write( "I solved the problem correctly but then I tried to solve it the second way - the shorter and less time consuming way. I was supposed to get the same result but did not. Please let me know, why I did not get the same answer. \r
\n" );
document.write( "\n" );
document.write( "Here is what I did by Method 1 for part a): \r
\n" );
document.write( "\n" );
document.write( " R W B
\n" );
document.write( "n 7 6 4
\n" );
document.write( "r 3\r
\n" );
document.write( "\n" );
document.write( "7C3 = 35 selections\r
\n" );
document.write( "\n" );
document.write( "Here is what I did by Method 1 for part b): \r
\n" );
document.write( "\n" );
document.write( " R W B
\n" );
document.write( "n 7 6 4
\n" );
document.write( "r n = 6+4 = 10
\n" );
document.write( " r = 3
\n" );
document.write( "10C3 = 10!/(10-3)! = 120 selections. \r
\n" );
document.write( "\n" );
document.write( "Method 2 part b)\r
\n" );
document.write( "\n" );
document.write( "n (total R, W, B) = 7+6+4 = 17
\n" );
document.write( "r = 3\r
\n" );
document.write( "\n" );
document.write( "17C3 - 7C3 = 680-35 = 645 selections and this answer does not match the answer obtained by Method 1 for part b). Would you tell me why? Where did I do a mistep? Here is how reasoned it out: Total Number of Ways - Number of Ways to Pull Red Cards = Number of Ways to Get Other Colors
\n" );
document.write( "Why would that be wrong to think like that?\r
\n" );
document.write( "\n" );
document.write( "Thank you very much for your help. \r
\n" );
document.write( "\n" );
document.write( "Respectfully, \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Ivanka \n" );
document.write( "
Algebra.Com's Answer #327238 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! \"A box contains 7 red cards, 6 white cards and 4 blue cards. How many selections of three cards can be made so that \n" ); document.write( "a) all three are red, \n" ); document.write( "Easiest Way: \n" ); document.write( "# of ways to get 3 red: 7C3 = (7*6*5)/(1*2*3) = 35 \n" ); document.write( "------------------------ \n" ); document.write( "b) none are red? \n" ); document.write( "Easiest Way: \n" ); document.write( "# of ways to get 3 not red: 10C3 = (10*9*8)/(1*2*3) = 120 \n" ); document.write( "-- \n" ); document.write( "Your Question:::::: \n" ); document.write( "17C3 - 7C3 = 680-35 = 645 \n" ); document.write( "The 645 includes all the combinations that allow \n" ); document.write( "1 red in the group of 3 or 2 reds in the group of 3. \n" ); document.write( "--- \n" ); document.write( "Your 35 is the # of groups with ALL red \n" ); document.write( "Your 120 is the # of groups with NO red \n" ); document.write( "============================================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |