Help in Statistics

Thread Starter

james2009

Joined Dec 2, 2016
7
Hello all , can you please help me solve this question :

How many license plates of 3 symbols (letters and digits) can be made using at least one letter in each? ( repetition is allowed)
 

wayneh

Joined Sep 9, 2010
17,498
So you are drawing sets of 3 from a pool of 36 items with replacements?

Think about choosing the 3rd element once the first two have been chosen. How many options are there?
 

wayneh

Joined Sep 9, 2010
17,498
Ahh, I missed that each combination must include a letter. Your calculation looks reasonable. It should produce the same result if you subtract 10•10•10 from 36^3?
 

Thread Starter

james2009

Joined Dec 2, 2016
7
Ahh, I missed that each combination must include a letter. Your calculation looks reasonable. It should produce the same result if you subtract 10•10•10 from 36^3?
I solve it like this in first but after , I think this solution is correct :
(26.36.36) + (36.26.36) + (36.36.26) = 101.088 different plates .
or what ?
 

wayneh

Joined Sep 9, 2010
17,498
36^3 = 46,656
10^3 = 1,000

So I don't think your approach is correct now that I have checked it.

There are formulas for this, you know. One thing you want to learn is where to find them and how to use them. You might even be expected to remember a few of them and produce them on an exam.
 

Thread Starter

james2009

Joined Dec 2, 2016
7
36^3 = 46,566
10^3 = 1,000

So I don't think your approach is correct now that I have checked it.

There are formulas for this, you know. One thing you want to learn is where to find them and how to use them. You might even be expected to remember a few of them and produce them on an exam.
Thanks a lot for help , so are you sure about your answer ?
 

wayneh

Joined Sep 9, 2010
17,498
It incorrectly double and triple counts some of the permutations. In your summing, many permutations can occur in each of the three components of the sum.
 

DGElder

Joined Apr 3, 2016
351
But why my solution is wrong ?
I think Waynes approach is correct.

You are double or triple counting sequences.
For example your first term includes KJ3.
Your second term includes KJ3 as well.
KKK could be included in all three terms - and it would be a prohibited sequence in most states.
 
Last edited:
Top