SOLUTION: A student number system for a county requires that the student number be 5 characters. The first 3 characters are any single digit number, but no number can repeat and the last 2 c
Algebra.Com
Question 1144816: A student number system for a county requires that the student number be 5 characters. The first 3 characters are any single digit number, but no number can repeat and the last 2 characters must be letters, but no letter can repeat. How many unique student numbers are possible?
A. 1,370
B. 131,040
C. 250,000
D. 468,000
Is D correct?
The question and the answer choices in the link here: https://prnt.sc/p3ubbd
Answer by jim_thompson5910(35256) (Show Source): You can put this solution on YOUR website!
We have 5 slots to fill. Let's call them A,B,C,D,E
The first three slots (A,B,C) are a single digit number. We have 10 choices for slot A, 9 for B, and 8 for C. So far we have 10*9*8 = 720 different ways to form a three digit number where the digits do not repeat. It's possible to select 0 first.
For slot D, we have 26 letters to pick from. For slot E, we have 25 letters left over. So we have 26*25 = 650 different two letter combos (repeat not allowed)
Multiply the two sub-results and we end up with: 720*650 = 468,000
Choice D is the correct answer.
As shorthand you can simply multiply everything out as such
10*9*8*26*25 = 468,000
RELATED QUESTIONS
Is B correct? I want to check my answers.
Given a student number system for a county... (answered by Boreal)
Problem: A designer, attempting to arrange the characters of his artwork in the form of a (answered by scott8148)
One of the educational sites on the Internet requires the creation of
User account... (answered by ikleyn)
I need help solving this word problem which I'm supposed to solve using a quadratic... (answered by Alan3354)
A computer requires eight characters for a password. The first character must be a letter (answered by richard1234)
Student A was tasked to program an algorithm for a number generator. The generator will... (answered by ElectricPavlov)
Student A was tasked to program an algorithm for a number generator. The generator will... (answered by asinus)
Some license plates on cars display 6 characters - the first three characters are letters (answered by Alan3354)
How many strings of 10 characters, such as
ABCPE1234F
can be made such that the... (answered by mathmate,Edwin McCravy)