document.write( "Question 791237: A license plate is denoted by LLNNN, where L is a letter and N is a
\n" ); document.write( "digit. It is required that the first digit be greater than zero. Find probability
\n" ); document.write( "of a license plate with two vowels (a,e,i,o,u) and three identical
\n" ); document.write( "digits
\n" ); document.write( "

Algebra.Com's Answer #479489 by Edwin McCravy(20055)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "The other answer is incorrect.\r\n" );
document.write( "\r\n" );
document.write( "We find the numerator of the probability.\r\n" );
document.write( "\r\n" );
document.write( "In order to have two vowels (a,e,i,o,u) and three identical\r\n" );
document.write( "digits, such as, say,\r\n" );
document.write( "\r\n" );
document.write( "EU777\r\n" );
document.write( "\r\n" );
document.write( "We can pick the vowel for the first character any of 5 ways.\r\n" );
document.write( "We can pick the vowel for the second character any of 5 ways.\r\n" );
document.write( "We can pick the digit for the last three characters in any of 9 ways.\r\n" );
document.write( "\r\n" );
document.write( "That's 5×5×9 or 225 possible successful tags\r\n" );
document.write( "\r\n" );
document.write( "So the numerator of the desired probability is 225.\r\n" );
document.write( "\r\n" );
document.write( "Now we find the denominator, which is much much larger:\r\n" );
document.write( "\r\n" );
document.write( "We can choose the 1st character, a letter, in any of 26 ways\r\n" );
document.write( "We can choose the 2nd character, also a letter, also in 26 ways.\r\n" );
document.write( "We can choose the 3rd character, a non-zero digit, in any of 9 ways.\r\n" );
document.write( "We can choose the 4th character, a digit, (possibly 0) in any of 10 ways.\r\n" );
document.write( "We can choose the 5th character, a digit, (possibly 0) in any of 10 ways. \r\n" );
document.write( "\r\n" );
document.write( "That's 26×26×9×10×10 or 608400 possible tags, successful or unsuccessful..\r\n" );
document.write( "\r\n" );
document.write( "So the denominator of the desired probability is 608400.\r\n" );
document.write( "\r\n" );
document.write( "Probability = \"225%2F608400\" = \"1%2F2704\".\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );