MHB Solve GRE Combinations Question: 24 x 9 x 10 Options

  • Thread starter Thread starter greprep
  • Start date Start date
  • Tags Tags
    Combinations
AI Thread Summary
To solve the GRE problem regarding the distinct model numbers, the fundamental counting principle is applied, resulting in 2160 possible combinations. For the second question about forming committees, the method differs since it involves combinations rather than permutations. The number of ways to choose 7 people from a group of 10 is calculated using the formula for combinations, yielding 120 distinct committees. It is emphasized that order does not matter in this scenario, which is crucial for using the combination formula. This discussion highlights the importance of distinguishing between permutations and combinations in problem-solving.
greprep
Messages
11
Reaction score
0
Hello! What is the fastest way to solve the following (I'm prepping for GRE and going too slow right now):"An appliances model number has three alphanumeric characters. The first character must be one of 24 permissible letters in the alphabet. The next character is numeric, a digit from 1 to 9. The last character is also numeric, ranging from 0 to 9.

How many distinct model numbers are possible? "Thank you SO MUCH for your help!
 
Mathematics news on Phys.org
For this, we can apply the fundamental counting principle to state that the number $N$ of distinct model numbers is given by:

$$N=(24)(9)(10)=2160$$
 
Thank you so much. Would I use the same method for this problem:

"how many different committees of 7 people can be formed from a group of 10 people?"
 
greprep said:
Thank you so much. Would I use the same method for this problem:

"how many different committees of 7 people can be formed from a group of 10 people?"

No, that requires using a combination, or binomial coefficient. Let's look at how we can determine this number without simply using a formula.

We know that for the first position on the committee, we have 10 choices, for the second we have 9 choices and so forth down to 4 choices for the 7th and final position. Now, if the order in which the members of the committee mattered, the number of ways we could choose the committee would in fact use the fundamental counting principle. Let's call the number of ways to pick such a committee, where the order chosen matters, as $N_1$...we would have:

$$N_1=10\cdot9\cdot8\cdot7\cdot6\cdot5\cdot4=\frac{10!}{3!}=\frac{10!}{(10-7)!}$$

This is referred to as permutations, and if we choose $r$ objects from $n$, where $r\le n$, then we may use the special notation:

$$_rP_n=\frac{n!}{(n-r)!}$$

However, since the order does not matter in this case, we are only interested in finding how many ways 7 can be chosen from 10 (will call this number $N$), we need to divide the previous result by the number of ways to order 7 objects, which is $7!$...thus:

$$N=\frac{N_1}{7!}=\frac{10!}{7!(10-7)!}$$

For the general case, where we are choosing $r$ objects from $n$ objects, where $r\le n$, we would have:

$$N=\frac{n!}{r!(n-r)!}$$

In probability, this is a special formula, and is referred to as combinations, and uses the notations:

$$_nC_r={n \choose r}=\frac{n!}{r!(n-r)!}$$

So, the answer to the question you asked is:

$$N={10 \choose 7}=\frac{10!}{7!(10-7)!}=\,?$$

By the way, for future reference, please start a new thread for a new question...this way our threads don't potentially become convoluted and difficult to follow. :)
 
Awesome! So the answer here would just then just be (10)(9)(8)(7)(6)(5)(4), or 604,800.
 
greprep said:
Awesome! So the answer here would just then just be (10)(9)(8)(7)(6)(5)(4), or 604,800.

That would be the correct number if the order in which the committee was chosen mattered, but in this case order doesn't matter.

$$N={10 \choose 7}=\frac{10!}{7!(10-7)!}=\frac{10\cdot9\cdot8}{3\cdot2}=5\cdot3\cdot8=120$$
 
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