document.write( "Question 347994: The Student number at a University consists of 2 letters, followed by 4 digits followed by 2 letters. How many different student numbers are possible if:
\n" ); document.write( "a. Letters and digits cannot be repeated.
\n" ); document.write( "b. Letters can be repeated, but digits cannot
\n" ); document.write( "

Algebra.Com's Answer #248817 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
a. 26*25*10*9*8*7*24*23=1,808,352,000 combinations without repeats.
\n" ); document.write( "b. 26*26*10+9*8*7*26*26=2,303,159,040 combinations with only letter repeats.
\n" ); document.write( "
\n" );