document.write( "Question 1191617: A dance instructor asks each student to do 4 out of the 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\r
\n" );
document.write( "\n" );
document.write( "(I want detailed explanation please and thank you). \n" );
document.write( "
Algebra.Com's Answer #849110 by CPhill(1959)![]() ![]() You can put this solution on YOUR website! Here's how to solve this combination problem:\r \n" ); document.write( "\n" ); document.write( "**a) 4 moderately difficult routines:**\r \n" ); document.write( "\n" ); document.write( "* There are 5 moderately difficult routines. \n" ); document.write( "* The student must choose 4 of them. \n" ); document.write( "* Number of ways = ⁵C₄ = 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( "* There are 2 easy + 5 moderately difficult = 7 routines that are either easy or moderately difficult. \n" ); document.write( "* The student must choose 4 of them. \n" ); document.write( "* Number of ways = ⁷C₄ = 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( "* There are 5 moderately difficult routines, and the student must choose 2: ⁵C₂ = 5! / (2! * 3!) = 10 \n" ); document.write( "* There are 3 difficult routines, and the student must choose 2: ³C₂ = 3! / (2! * 1!) = 3 \n" ); document.write( "* Since these choices are independent, we multiply the number of ways for each: 10 * 3 = 30\r \n" ); document.write( "\n" ); document.write( "**d) 1 easy and 3 difficult routines:**\r \n" ); document.write( "\n" ); document.write( "* There are 2 easy routines, and the student must choose 1: ²C₁ = 2! / (1! * 1!) = 2 \n" ); document.write( "* There are 3 difficult routines, and the student must choose 3: ³C₃ = 3! / (3! * 0!) = 1 \n" ); document.write( "* Since these choices are independent, we multiply the number of ways for each: 2 * 1 = 2 \n" ); document.write( " \n" ); document.write( " |