document.write( "Question 453820: Some states have license plates formed by 3 letters followed by 3 digits. Both letters and the digits may be repeated.
\n" ); document.write( "If license plates are randomly assigned, what is the probability that a person would receive a license plate that contains all vowels and odd digits.
\n" ); document.write( "

Algebra.Com's Answer #311728 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
Some states have license plates formed by 3 letters followed by 3 digits. Both letters and the digits may be repeated.
\n" ); document.write( "If license plates are randomly assigned, what is the probability that a person would receive a license plate that contains all vowels and odd digits.
\n" ); document.write( "---
\n" ); document.write( "Info:
\n" ); document.write( "5 vowels
\n" ); document.write( "5 odd digits
\n" ); document.write( "----------
\n" ); document.write( "# of ways to get 3 vowels: 5C3 = 5C2 = 10
\n" ); document.write( "# of ways to get 3 odd digits: 5C3 = 5C2 = 10
\n" ); document.write( "----
\n" ); document.write( "# of plates with all vowels and odd digits: 10*10 = 100
\n" ); document.write( "----
\n" ); document.write( "# of random plates: 26C3*10C3 = 312000
\n" ); document.write( "---
\n" ); document.write( "P(plate with vowels and odd digits) 100/312000 = 0.0003205...
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );