If order matters, then there are 12 ways to do this
If order does not matter, then there are 6 ways to do this
===========================================
We have 4 choices for the first slot and 3 choices for the next (we can't reuse a letter) so that's where 4*3 = 12 comes from
If order doesn't matter, then something like AB is the same as BA. So we are doubly counting each possible combo. To fix this, we divide by 2: 12/2 = 6
To be more formal, you can use nPr and nCr to get 12 and 6 respectively (use n = 4 and r = 2)
Answer: b
Step-by-step explanation:
Step-by-step explanation:
im pretty sure The answer is 45
Answer:

Step-by-step explanation:
4x - 1 < 11
Add 1 on both sides.
4x - 1 + 1 < 11 + 1
4x < 12
Divide both sides by 4.
(4x)/4 < 12/4
x < 3