MHB How many possible 7-place license plates are there with 3 letters and 4 digits?

  • Thread starter Thread starter iamjokerface
  • Start date Start date
  • Tags Tags
    Plate
AI Thread Summary
The problem involves calculating the total number of possible 7-place license plates consisting of 3 letters and 4 digits, with repetition allowed. The initial approach incorrectly used combinations for placing letters and digits, leading to confusion. A more accurate method involves selecting positions for the letters first, then filling the remaining spaces with digits, resulting in the expression 7 * 6 * 5 * 26^3 * 10^4. This accounts for the arrangement of letters and digits correctly. The final calculation should yield the correct total number of license plates.
iamjokerface
Hello,

I am stuck on this one problem. The problem asks:

How many different 7-place license plates are possible when 3 of the entries are letters and 4 are digits? Assume that repetition of letters and numbers is allowed and that there is no restriction on where the letters or numbers can be placed.

The way I approached the problem was:

There are 7C3 ways of choosing the places for letters, and in each letter place, there can be 26 choices. So 7C3*26*26*26 for the letters.
Then there are 7C4 ways of choosing the places for digits, and in each digit place, there are 10 choices, so 7C4*10*10*10*10.
To get the total possibilities, I multiplied the two.

I checked the answer but I am not getting the correct answer.

Where have I gone wrong?
 
Mathematics news on Phys.org
I think the problem is that letters are indistinguishable from one another, as are numbers. I would consider it more like this:

There 7 places to choose the first letter, 6 for the second, and 5 for the third. Once you've chosen the letter locations, the rest are all numbers. So I would probably have an expression like: $7\cdot 6\cdot 5\cdot 26^3 \cdot 10^4$. Does that work?
 
Thread 'Video on imaginary numbers and some queries'
Hi, I was watching the following video. I found some points confusing. Could you please help me to understand the gaps? Thanks, in advance! Question 1: Around 4:22, the video says the following. So for those mathematicians, negative numbers didn't exist. You could subtract, that is find the difference between two positive quantities, but you couldn't have a negative answer or negative coefficients. Mathematicians were so averse to negative numbers that there was no single quadratic...
Thread 'Unit Circle Double Angle Derivations'
Here I made a terrible mistake of assuming this to be an equilateral triangle and set 2sinx=1 => x=pi/6. Although this did derive the double angle formulas it also led into a terrible mess trying to find all the combinations of sides. I must have been tired and just assumed 6x=180 and 2sinx=1. By that time, I was so mindset that I nearly scolded a person for even saying 90-x. I wonder if this is a case of biased observation that seeks to dis credit me like Jesus of Nazareth since in reality...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
Back
Top