Factorial Question | Solve k(n-1)! Equation

  • Context: High School 
  • Thread starter Thread starter TheRobsterUK
  • Start date Start date
  • Tags Tags
    Factorial
Click For Summary
SUMMARY

The discussion centers on the interpretation of the expression k(n-1)! in the context of factorials. Specifically, when k=4 and n=8, the correct evaluation is 4(8-1)! = 4 x 7! = 20,160. The confusion arises from the notation, which is clarified as k(n-1)! being equivalent to k((n-1)!), not (k(n-1))!. This distinction is crucial for accurate calculations involving factorials.

PREREQUISITES
  • Understanding of factorial notation and operations
  • Basic algebraic manipulation skills
  • Familiarity with mathematical conventions in expressions
  • Knowledge of combinatorial mathematics
NEXT STEPS
  • Study factorial properties and their applications in combinatorics
  • Explore advanced factorial notations and their implications
  • Learn about the use of factorials in algorithm complexity analysis
  • Investigate common misconceptions in mathematical notation
USEFUL FOR

Mathematics students, educators, and anyone involved in combinatorial analysis or algorithm design will benefit from this discussion.

TheRobsterUK
Messages
7
Reaction score
0
Hi,

I have a question about factorials that I'm hoping someone can help me with.

I know that the factorial n! means the product of the integers from 1 to n, for example if I have 4! then this is equal to 4 x 3 x 2 x 1 = 24, but I have an equation which contains the term:

k(n-1)!

I am not sure how to interpret this...for instance, if we assume that k=4 and n=8, does this give:

4(8-1)!
= 4 x 7!
= 4 x 5,040
= 20,160

Or does it give:

4(8-1)!
=4 x 7!
=28!
=3.0489 x 10^29

I'm guessing it's the first one but am not sure...can someone confirm or provide the correct answer please?

Many Thanks
-Rob
 
Mathematics news on Phys.org
Note that the notations:
(k(n-1))!, k((n-1)!) CANNOT be misunderstood.

The convention used, in order to save parentheses is:
k(n-1)!=k((n-1)!).

Note that this convention is akin to the one used with expressions involving a power:
A*B^{n}=A*(B^{n})
rather than (A*B)^{n}[/tex]
 
Last edited:

Similar threads

  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 24 ·
Replies
24
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 3 ·
Replies
3
Views
920