document.write( "Question 203581: Find the total number of license plates consisting of two letters followed by three numbers (being 9 not including the 0)which are possible if:
\n" );
document.write( "1. Letters may not be repeated but numbers may repeat.
\n" );
document.write( "2. The letters must be consonant-vowel (y is a consonant) all the digits must be odd (no 0) but may repeat.\r
\n" );
document.write( "\n" );
document.write( "::::permutations:::
\n" );
document.write( " How many distinct linear permutations are possible on the word PARALLEL?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #153591 by stanbon(75887) ![]() You can put this solution on YOUR website! Find the total number of license plates consisting of two letters followed by three numbers (being 9 not including the 0)which are possible if: \n" ); document.write( "1. Letters may not be repeated but numbers may repeat. \n" ); document.write( "Ans: 26*25*9^3 = 473850 \n" ); document.write( "----------------------------------------- \n" ); document.write( "2. The letters must be consonant-vowel (y is a consonant) all the digits must be odd (no 0) but may repeat. \n" ); document.write( "Ans: 20*6*5^3 = 15000 \n" ); document.write( "----------------------------------------- \n" ); document.write( "::::permutations::: \n" ); document.write( "How many distinct linear permutations are possible on the word PARALLEL? \n" ); document.write( "Ans: 8!/[2!*3!] = 3360 \n" ); document.write( "================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |