document.write( "Question 984133: License plates in China begin with a Chinese character designating the province, followed by a letter from the set {A, ..., Z}, followed by a five-character alphanumeric string (using symbols from the set {A, ..., Z, 0, 1, ..., 9}). What is the maximum number of plates of this type for a given Chinese province? \n" ); document.write( "
Algebra.Com's Answer #605126 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
First, you need to provide the number of Chinese characters.
\n" ); document.write( "I'll call that number C.
\n" ); document.write( "\"N=C%2A26%2A36%2A36%2A36%2A36\"
\n" ); document.write( "\"N=1572120576%2AC\"
\n" ); document.write( "
\n" );