Math, asked by Anonymous, 8 months ago

Find the solution .

=> 100! * 100!
(!) => This symbol represent Factorial​

Answers

Answered by PixleyPanda
1

n! = n. (n-1) !

For example, the factorial of 10 is written as

10! = 10. 9 !

10! = 10 (9 × 8 × 7 × 6 × 5× 4 × 3 × 2 × 1)

10! = 10 ( 362,880 )

10! = 3,628,800

Therefore, the value of 10 factorial is 3,628,800Answer:

Step-by-step explanation:

The formula to find the factorial of a number is

n! = n × (n-1) × (n-2) × (n-3) × ….× 3 × 2 × 1

For an integer n≥ 1, the factorial representation in terms of pi product notation is

n!=∏ni=1i

From the above formulas, the recurrence relation for the factorial of a number is defined as the product of factorial number and factorial of that number minus 1. It is given by

hope it heps

:)

Answered by Anonymous
1

The factorial of 100 (100!) is 93326215443944152681699238856266700490715968264381621468592963895217599993229915608941463976156518286253697920827223758251185210916864000000000000000000000000 which is 158 digits long and the maximum value of unsigned long long int in C is 18,446,744,073,709,551,615.

Similar questions