Question

In: Statistics and Probability

I’m a little confused as to when to calculate the possibility using factorial, raise to the...

I’m a little confused as to when to calculate the possibility using factorial, raise to the nth power and multiplication.

For example: roll a pair of 6-sided dice and there will be 36 outcomes. In this case I assume it’s 6*6 = 36

However, when should I use 6! or 6^6?

Thank you!

Solutions

Expert Solution

Consider the same example of rolling a die. If you want to see all possible number of outcomes on n rolls, you use, 6n

That is, if rolled 2 times, number of outcomes = 62

If rolled 5 times, number of outcomes = 66

If you want to count the number of cases in which no letters can be repeated, number of possible outcomes = 6!

So, the basic difference is that when repetition is allowed, you use nth power and when repetition is not allowed, you use factorial.

A better example of a situation where you chose factorial is given below.

You have a list of 5 songs. You are interested in number of arrangements possible. The number of ways to arrange 5 songs = 5!

Here, we used factorial because songs are not repeated.

If A,B,C,D and E are the songs, then B,C,E,A,D is an arrangement of the song, but not B,C,B,B,E. In case of rolling a die, 3,2,5,1,6,4 and 3,2,5,2,5,5 is also a possible outcome and hence, we use nth power in that case.


Related Solutions

Confused how to calculate SPI with lots of info and if is should be using the...
Confused how to calculate SPI with lots of info and if is should be using the average of all the info? Year: 2018 Goods or Service Quantity for a typical student in a year Student 1 price Student 2 price Student 3 price Average Price Cost of Basket Unleaded Gas 100 gallons $2.45 $2.90 $2.60 $2.65 Hygiene Products 25 $3.50 $3.00 $4.00 $3.50 Textbooks 10 $150.00 $215.00 $175.00 $180.00 Coffee 150 $2.00 $4.00 $3.25 $3.08 Calculators 1 $100.00 $85.00 $110.00...
Python 3 Calculate factorial Create a function that uses a loop to calculate the factorial of...
Python 3 Calculate factorial Create a function that uses a loop to calculate the factorial of a number. * function name: get_fact * parameters: num (int) * returns: int * operation: Must use a loop here. Essentially calculate and return the factorial of whatever number is provided. but: - If num is less than 1 or greater than 20, print "num is out of range" and exit the function - If num is not an int, print "invalid num parameter"...
Write a c program to calculate the factorial of a number using recursion    [8] Question five...
Write a c program to calculate the factorial of a number using recursion    [8] Question five Write a stack algorithm to POP an item                                                         [6] What does FRONT and REAR signify in a queue?                                                                 [6] Write an algorithm for a dequeue operation                                                                       [8]
Create a program that will calculate the factorial of any user entered integer. For any positive integer, the factorial is given as
Create a program that will calculate the factorial of any user entered integer. For any positive integer, the factorial is given as: n! = n·(n-1)·(n-2)·.……·3·2·1. The factorial of 0 is 1. If a number is negative, factorial does not exist and this program should display error message. Sample output dialogues should look like these:  Enter an integer: -5 ERROR!!! Tactorial of a negative number doesn't exist  Enter an integer: 10  Factorial = 3628800
I expect the answer is F but I am a little confused. Do you mind explaining...
I expect the answer is F but I am a little confused. Do you mind explaining your reasoning? T/F Calling a void method can be part of an expression. I believe the following is T, am I right? A variable declared within the body of a loop does not retain its value from one loop iteration to the next. I believe the following is T, am I right? Named method parameters are stored in a call frame on the stack....
I'm a little confused regarding types of data & measurement scales for statistics, including: Nominal, Ordinal,...
I'm a little confused regarding types of data & measurement scales for statistics, including: Nominal, Ordinal, Interval and Ratio. If one were to categorize class standing, (1=freshmen, 2=sophomore, 3=junior and 4=Senior) would this be considered Nominal, Ordinal or interval? and why?
The factorial of an integer ? is defined using the following equation: ?! = ? ∗...
The factorial of an integer ? is defined using the following equation: ?! = ? ∗ (? − 1) ∗ (? − 2) ∗ … ∗ 2 ∗ 1 In combinatorics, permutations is the number of ways of selecting a subset of some elements such that the order matters. For example, there are 6 permutations of letters A, B, and C. A B C ,A C B, B A C, B C A, C A B, C B A, The...
In order to reduce the possibility of adverse selection, banks should raise the interest rates charged...
In order to reduce the possibility of adverse selection, banks should raise the interest rates charged on loans. True False Flag this Question Question 244 pts When all the costs and benefits of a transaction are borne by the participants of that transaction, _____. the private costs and social costs are identical the free rider problem arises positive externalities exist the market outcome will be inefficient negative externalities exist Flag this Question Question 254 pts Why are cows and chickens...
how do you calculate a confidence interval using absolute uncertainty? I'm just confused because I'm used...
how do you calculate a confidence interval using absolute uncertainty? I'm just confused because I'm used to calculating t and using that to calculate the confidence interval.
In C++, write a program that uses array to calculate the factorial of a reasonable large...
In C++, write a program that uses array to calculate the factorial of a reasonable large number (say, up to 2,000).
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT