document.write( "Question 281322: suppose a license plate consists of five different letters.\r
\n" );
document.write( "\n" );
document.write( "a) How many five-letter license plates are possible?
\n" );
document.write( "b) In how many ways can a five-letter license plate be made with the letters from APRIL if none of the letters are repeated?
\n" );
document.write( "c) suppose a license plate is assigned randomly. What is the probability that it will contain the letters from APRIL? \n" );
document.write( "
Algebra.Com's Answer #204463 by edjones(8007)![]() ![]() You can put this solution on YOUR website! a)26^5=11,881,376 \n" ); document.write( ". \n" ); document.write( "b)5!=120 \n" ); document.write( ". \n" ); document.write( "c) 1/26^5 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |