document.write( "Question 1192253: A program is planned to have 4 musical numbers and 4 speeches. In how many ways can this be done if a musical number and a speech are to alternate and a musical number is to come first? \n" ); document.write( "
Algebra.Com's Answer #824167 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Consider 8 slots labeled as such \n" ); document.write( "A,B,C,D \n" ); document.write( "E,F,G,H\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Then consider that the odd number slots A,C,E,G are for the musical numbers; while the even number slots B,D,F,H are for the speeches.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We have 4*3*2*1 = 24 ways to arrange the four musical numbers for slots A,C,E,G \n" ); document.write( "Similarly, there are 4*3*2*1 = 24 ways to arrange the four speeches for slots B,D,F,H\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The way I've set things up, we are guaranteed to have the order be musical number, speech, musical number, etc. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Overall, there are 24*24 = 576 ways to arrange all 8 items in this alternating pattern.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: 576 \n" ); document.write( " \n" ); document.write( " |