document.write( "Question 1177694: 1.) A dance instructor asks each student to do 4 out of 10 dance routines. Of the 10 dance routines, 2 are easy, 5 are moderately difficult and 3 are difficult. In how many ways can a student select each of the following for the 4 dance routines?
\n" );
document.write( "A. 4 moderately difficult routines
\n" );
document.write( "B. 4 easy or moderately difficult routines
\n" );
document.write( "C.2 moderately difficult and 2 difficult routines
\n" );
document.write( "D. 1 easy and 3 difficult routines \n" );
document.write( "
Algebra.Com's Answer #850405 by CPhill(1959)![]() ![]() You can put this solution on YOUR website! Let's solve each part of the problem step-by-step.\r \n" ); document.write( "\n" ); document.write( "**Understanding Combinations**\r \n" ); document.write( "\n" ); document.write( "We'll use combinations (nCr) to calculate the number of ways to choose routines. The formula for combinations is:\r \n" ); document.write( "\n" ); document.write( "* nCr = n! / (r! * (n-r)!)\r \n" ); document.write( "\n" ); document.write( "Where:\r \n" ); document.write( "\n" ); document.write( "* n = total number of items \n" ); document.write( "* r = number of items to choose\r \n" ); document.write( "\n" ); document.write( "**A. 4 Moderately Difficult Routines**\r \n" ); document.write( "\n" ); document.write( "* Total moderately difficult routines: 5 \n" ); document.write( "* Routines to choose: 4\r \n" ); document.write( "\n" ); document.write( "* Number of ways = 5C4 = 5! / (4! * (5-4)!) = 5! / (4! * 1!) = 5\r \n" ); document.write( "\n" ); document.write( "**B. 4 Easy or Moderately Difficult Routines**\r \n" ); document.write( "\n" ); document.write( "* Total easy routines: 2 \n" ); document.write( "* Total moderately difficult routines: 5 \n" ); document.write( "* Total easy or moderately difficult routines: 2 + 5 = 7 \n" ); document.write( "* Routines to choose: 4\r \n" ); document.write( "\n" ); document.write( "* Number of ways = 7C4 = 7! / (4! * (7-4)!) = 7! / (4! * 3!) = (7 * 6 * 5) / (3 * 2 * 1) = 35\r \n" ); document.write( "\n" ); document.write( "**C. 2 Moderately Difficult and 2 Difficult Routines**\r \n" ); document.write( "\n" ); document.write( "* Moderately difficult routines: 5 \n" ); document.write( "* Difficult routines: 3\r \n" ); document.write( "\n" ); document.write( "1. Choose 2 moderately difficult routines: 5C2 = 5! / (2! * 3!) = (5 * 4) / (2 * 1) = 10 \n" ); document.write( "2. Choose 2 difficult routines: 3C2 = 3! / (2! * 1!) = 3\r \n" ); document.write( "\n" ); document.write( "* Total number of ways = 10 * 3 = 30\r \n" ); document.write( "\n" ); document.write( "**D. 1 Easy and 3 Difficult Routines**\r \n" ); document.write( "\n" ); document.write( "* Easy routines: 2 \n" ); document.write( "* Difficult routines: 3\r \n" ); document.write( "\n" ); document.write( "1. Choose 1 easy routine: 2C1 = 2! / (1! * 1!) = 2 \n" ); document.write( "2. Choose 3 difficult routines: 3C3 = 3! / (3! * 0!) = 1\r \n" ); document.write( "\n" ); document.write( "* Total number of ways = 2 * 1 = 2\r \n" ); document.write( "\n" ); document.write( "**Answers**\r \n" ); document.write( "\n" ); document.write( "* **A. 4 moderately difficult routines:** 5 ways \n" ); document.write( "* **B. 4 easy or moderately difficult routines:** 35 ways \n" ); document.write( "* **C. 2 moderately difficult and 2 difficult routines:** 30 ways \n" ); document.write( "* **D. 1 easy and 3 difficult routines:** 2 ways \n" ); document.write( " \n" ); document.write( " |