SOLUTION: Student ID's at a school consist of two letters followed by two single-digit numbers. How many possible ID's are there? How many possible ID's are there if neither letters nor digi
Algebra ->
Permutations
-> SOLUTION: Student ID's at a school consist of two letters followed by two single-digit numbers. How many possible ID's are there? How many possible ID's are there if neither letters nor digi
Log On
Question 743695: Student ID's at a school consist of two letters followed by two single-digit numbers. How many possible ID's are there? How many possible ID's are there if neither letters nor digits can repeat? Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! Student ID's at a school consist of two letters followed by two single-digit numbers.
Pattern: LLDD
--------------------
How many possible ID's are there?
Ans: 26^2*10^2 = 67600
--------------------------------------
How many possible ID's are there if neither letters nor digits can repeat?
Ans: 26*25*10*9 = 58500
============================
Cheers,
Stan H.
-----