document.write( "Question 153448: 1.In how many different ways can 6 classes be scheduled during a 6-period day?
\n" );
document.write( "2.In how many different ways can you arrange the letters of the word INTERNET?
\n" );
document.write( "3.In how many different ways can you arrange the letters of the word COMPUTER taking 4 at a time?
\n" );
document.write( "4.In how many different ways can you arrange the letters of the word TRIGONOMETRY?
\n" );
document.write( "5.In how many different ways can the 9 starters of a baseball team be placed in their positions?
\n" );
document.write( "6. How many different two-digit numbers can be formed from the digits 3, 1, 4, and 5 (allowing reuse)?
\n" );
document.write( "7. Of 10 candidates, the first 6 are being interviewed in the morning, and the last 4 in the afternoon. In how many ways can the interviewer arrange a schedule?
\n" );
document.write( "8.How many seven-digit phone numbers can be formed if the first digit cannot be 0 and
\n" );
document.write( "a.repetition of digits is not permitted?\r
\n" );
document.write( "\n" );
document.write( "b.if repetition of digits is permitted?
\n" );
document.write( "9. The Board of Directors does not have assigned seats in the conference room. If there are 12 of them, seated at a round table, how many different seating arrangements are possible?
\n" );
document.write( "10. Using the letters of the word YOUNG, tell how many different 5-letter combinations are possible if:
\n" );
document.write( "a. the first letter must be Y
\n" );
document.write( "b. the vowels and consonants alternate, beginning with a consonant (Y is a consonant here and Y does not have to be first).
\n" );
document.write( " \r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #112948 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 1.In how many different ways can 6 classes be scheduled during a 6-period day? \n" ); document.write( "6! \n" ); document.write( "--------------------------------- \n" ); document.write( "2.In how many different ways can you arrange the letters of the word INTERNET? \n" ); document.write( "8!/[2!*2!*2!*2!] \n" ); document.write( "--------------------------------- \n" ); document.write( "3.In how many different ways can you arrange the letters of the word COMPUTER taking 4 at a time? \n" ); document.write( "8P4 = 8*7*6*5 \n" ); document.write( "--------------------------------- \n" ); document.write( "4.In how many different ways can you arrange the letters of the word TRIGONOMETRY? \n" ); document.write( "12!/[2!*2!*2!] \n" ); document.write( "--------------------------------- \n" ); document.write( "5.In how many different ways can the 9 starters of a baseball team be placed in their positions? \n" ); document.write( "9! \n" ); document.write( "--------------------------------- \n" ); document.write( "6. How many different two-digit numbers can be formed from the digits 3, 1, 4, and 5 (allowing reuse)? \n" ); document.write( "4*4 \n" ); document.write( "--------------------------------- \n" ); document.write( "7. Of 10 candidates, the first 6 are being interviewed in the morning, and the last 4 in the afternoon. In how many ways can the interviewer arrange a schedule? \n" ); document.write( "10C6*6! * 4C4*4! \n" ); document.write( "------------------------- \n" ); document.write( "8.How many 7-digit phone numbers can be formed if the first digit cannot be 0 and \n" ); document.write( "a.repetition of digits is not permitted? 9*9*8*7*6*5*4 \n" ); document.write( "------------------------- \n" ); document.write( "b.if repetition of digits is permitted? 9*10^6 \n" ); document.write( "------------------------- \n" ); document.write( "etc. \n" ); document.write( "9. The Board of Directors does not have assigned seats in the conference room. If there are 12 of them, seated at a round table, how many different seating arrangements are possible? \n" ); document.write( "10. Using the letters of the word YOUNG, tell how many different 5-letter combinations are possible if: \n" ); document.write( "a. the first letter must be Y \n" ); document.write( "b. the vowels and consonants alternate, beginning with a consonant (Y is a consonant here and Y does not have to be first). \n" ); document.write( "============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |