answersLogoWhite

0

Factorials are a mathematics application used for combinations and permutations. The real world application of factorials are used to find the probability of certain things.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Where can one get help with the subject of factorials in mathematics?

There are mathematics forums online where one can ask questions on factorials or one can read information on factorials. Examples of forums are the "Math Forum" and "Math is Fun" forum.


How find the excluded value of x for a polynomial expression?

Use factorials.


What is 42 as a quotient of two factorials?

For any pair of factorials, a! / a-1! = a. In this instance: 42! / 41! = 42


Do you have to shout factorials?

YES!


Do decimal numbers have factorials?

by using the Gamma method apparently...:)


How do you find factorials?

to find factorials you just multiply the factorial like this. for example 6! you would do 6x5x4x3x2. a little trick of mine is to multiply the previous factorial's answer by the factorial you are trying to make's number like this 6!=5! 5!=5x4x3x2 i hope this was helpful' Dayna,a 10 year old girl


Is factorial same as permutation?

No. Simple permutations are composed of 2 factorials.


Is there a trick to figuring out factorials?

Not realy besides x! = x*(x-1)!. For some things there are approximations but these are only good for small ranges of values and complicated, generaly reserved for factorials of large numbers.


Can the answers of factorials be decimals?

No. Factorials can only be placed on positive whole numbers or 0. For example, 0!, 1!, and 6! are all fine, but 2.5! and (-1)! are not. Since factorials can only be placed on whole numbers, that means you will only be multiplying whole numbers. 100! = 100 * 99 * 98 ... * 1; all those numbers are whole numbers, meaning your answer will be a whole number.


What is the largest number that can be made with 57 and 9?

5 to the power of (7 to the power 9) is approx 7.2*1028205961. It is possible to make larger numbers if you use factorials or other functions.


What are the last two digits in the sum of factorials of the first 100 positive integers?

They are 13.


Wap to check a number is strong number or not?

Logic Of Strong number: Take anumber.First findout the factorials of all the digits of the number.Then sum the factorials of all the digits.If that sum is equal to the entered number then that number is said to be a strong number.