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:
Around 401 students would prefer chocolate milk.
Step-by-step explanation:
500/30=16.66667...
24*16.7=400.8
you cant have an eighth of a vote so you round to 401
Answer:
it B find a value for x that make -x greater than 2x
Answer:
14 elliptical machines
Step-by-step explanation:
t = # of treadmills
e = # of elliptical machines
t + e = 38
t = e + 10
Substitute:
e + 10 + e = 38
2e = 28
e = 14