document.write( "Question 153447: 1. I am going to choose 6 students out of the 15 who currently have A's to be mentors for the students who have C's or lower. How many ways can a group of 6 be selected?
\n" );
document.write( "2.I've decided that the mentor group should be made up of 3 girls and 3 boys. Of the students who have A's 9 of them are girls and 6 are boys. How many ways can I form a group of 3 boys and 3 girls?
\n" );
document.write( "3. State and multi-state lotteries are common in the U.S. To win a typical lottery, you must match 6 numbers between 1 and 40. How many different combinations are possible? What does that say about the chances of winning the lottery?
\n" );
document.write( "4. A pizza shop offers the following toppings: 8 different vegetables, 5 different meats, and 4 different cheeses.
\n" );
document.write( "How many ways can 4 toppings be selected where:
\n" );
document.write( "All the toppings are vegetables
\n" );
document.write( "All the toppings are meat
\n" );
document.write( "There is only cheese on the pizza
\n" );
document.write( "There are 2 vegetables, 1 meat and 1 cheese
\n" );
document.write( "There are 3 meats and 1 cheese.
\n" );
document.write( "What's your favorite combo? \n" );
document.write( "
Algebra.Com's Answer #112939 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 1. I am going to choose 6 students out of the 15 who currently have A's to be mentors for the students who have C's or lower. How many ways can a group of 6 be selected? \n" ); document.write( "15C6 = 15!/(16-6)!6! = [15*14*13*12*11*!0] / [1*2*3*4*5*6] = 5005 \n" ); document.write( "-------------------------------------------- \n" ); document.write( "2.I've decided that the mentor group should be made up of 3 girls and 3 boys. Of the students who have A's 9 of them are girls and 6 are boys. How many ways can I form a group of 3 boys and 3 girls? \n" ); document.write( "9C3 * 6C3 = 84 * 20 = 1680 \n" ); document.write( "--------------------------------------------\r \n" ); document.write( "\n" ); document.write( "3. State and multi-state lotteries are common in the U.S. To win a typical lottery, you must match 6 numbers between 1 and 40. How many different combinations are possible? What does that say about the chances of winning the lottery? \n" ); document.write( "40C6 = 3,838,380 \n" ); document.write( "--------------------------------------------- \n" ); document.write( "4. A pizza shop offers the following toppings: 8 different vegetables, 5 different meats, and 4 different cheeses. \n" ); document.write( "How many ways can 4 toppings be selected where: \n" ); document.write( " \n" ); document.write( "All the toppings are vegetables 8C4 = 70 \n" ); document.write( "----------------------- \n" ); document.write( "All the toppings are meat 5C4 = 5 \n" ); document.write( "----------------------- \n" ); document.write( "There is only cheese on the pizza 4C4 = 1 \n" ); document.write( "----------------------- \n" ); document.write( "There are 2 vegetables, 1 meat and 1 cheese \n" ); document.write( "8C2 * 5C1 * 4C1 = 28 * 5 * 4 = 560 \n" ); document.write( "----------------------- \n" ); document.write( "There are 3 meats and 1 cheese. \n" ); document.write( "5C3 * 4C1 = 10*4 = 40 \n" ); document.write( "----------------------- \n" ); document.write( "What's your favorite combo? \n" ); document.write( "----------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |