Factorial!

12 Questions | Attempts: 232
Share
Please wait...
Question 1 / 12
0 %
0/100
Score 0/100
1. Which pattern of mathematical operations works for both 3 students, resulting in 6 ways, and also for 4 students, resulting in 24 ways?

Explanation

4 * 3 * 2 * 1 = 24
This is called factorial.

Submit
Please wait...
About This Quiz
Factorial! - Quiz

This is in preparation for writing a program to calculate the factorial of a user-provided number.

Tell us your name to personalize your report, certificate & get on the leaderboard!
2. After someone takes the first spot in the line, how many different possibilities are there for the second student?

Explanation

2 because if Abigail is first in line, then the 2nd student can be either Brent or Candy. Once a student is in the first spot, there are only 2 students left to choose from for the second spot.

Submit
3. After the first and second spots have been taken, how many students are available for the 3rd spot?

Explanation

1 because there is only 1 student left.

Submit
4. How many different orders can 3 students be in when they are standing in a line? 

Explanation

All 6 different ways are shown above.

Submit
5. How many different arrangements can 4 students be in, when they are standing in a line?

 

Explanation

All 24 different ways are shown above.

Submit
6. In 4! = 2 * 3 * 4 = 24, what is 24 called more specifically than a product?

Explanation

In 4! = 2 * 3 * 4 = 24, the 24 is a specific kind of product called a factorial.

Submit
7. How many different possibilities are there for the first student?

Explanation

3 because the student could be Abigail, Brent, or Candy.

Submit
8. What can you do with the numbers 3, 2, and 1 to get the answer 6?

Explanation

The fundamental counting principal of probability tells us to multiply the numbers of ways for each spot. Let's look at another situation in which multiplication is the only one that will work.

Submit
9. Terms are multiplied.  Numbers are multiplied.  Multipliers are multiplied.  Which of these is also a word for any numbers that are being multiplied?

Explanation

In 4! = 2 * 3 * 4 = 24, the 2, 3, and 4 are called factors.

Submit
10. Which of these assignment statements could be used for accumulating a sum in a computer program?

Explanation

Sum = Sum + Number is used for accumulating a sum. The value in memory has the new number added to it and the new sum replaces the old sum in memory.

Submit
11. 4! = 4 * 3 * 2 * 1 = 24
This is called factorial.  The symbol for factorial is the exclamation point. 4! = 24
3! = 3 * 2 * 1 = 6, so 3! = 6
Mark ALL of the following that are acceptable ways to show how 4 factorial is equal to 24.

Explanation

All of these are acceptable ways to show that 4! = 24.

Submit
12. Sing the variables Factor and Factorial, extend your understanding of accumulating a sum to adapt it to calculating a factorial, one factor at a time.  Write the assignment statement.

Explanation

You might have the concept correct but made a mispelling. I am not telling you the correct answer now though, because you will be putting this in your program.

Submit
View My Results

Quiz Review Timeline (Updated): Jan 11, 2013 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Jan 11, 2013
    Quiz Edited by
    ProProfs Editorial Team
  • Apr 26, 2010
    Quiz Created by
    Jhangen
Cancel
  • All
    All (12)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Which pattern of mathematical operations works for both 3 students,...
After someone takes the first spot in the line, how many different...
After the first and second spots have been taken, how many students...
How many different orders can 3 students be in when they are standing...
How many different arrangements can 4 students be in, when they are...
In 4! = 2 * 3 * 4 = 24, what is 24 called more specifically than a...
How many different possibilities are there for the first student?
What can you do with the numbers 3, 2, and 1 to get the answer 6?
Terms are multiplied.  Numbers are multiplied.  Multipliers...
Which of these assignment statements could be used for...
4! = 4 * 3 * 2 * 1 = 24 This is called factorial.  The symbol for...
Sing the variables Factor and Factorial, extend your understanding of...
Alert!

Advertisement