answersLogoWhite

0


Best Answer

As we know that the formula of

n!=n(n-1)!

so 8!=8*(8-1)!

=8*7!

=8*7*6!

=8*7*6*5!

=8*7*6*5*4!

=8*7*6*5*4*3!

=8*7*6*5*4*3*2!

=8*7*6*5*4*3*2*1!

=8*7*6*5*4*3*2*1

=40320

so the factorial of the given no. 8 is 40320.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is factorial 8 in regular expression?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you write this expression as a factorial 87654321?

8! means 8*7*6*5*4*3*2*1=40,320


Write this expression as a factorial 87654321?

That's not the factorial of any number. For a start, the factorial of any number greater than or equal to 2 is even, because of the factor 2. The factorial of any number greater or equal to five ends with 0. Another answer: I suspect the questioner meant to ask how to write 8*7*6*5*4*3*2*1 as a factorial. If so, then the answer is "8!"


Write this expression as a factorial 654321?

720


Write the expression as a factorial. 8 x 7 x 6 x 5 x 4 x 3 x 2 x 1?

8!


What is factorial of 8?

40320


The expression 3 factorial equals what?

3! = 3×2×1 = 6


What is difference between regular expression and regular definition in compiler?

Regular expression is built in and the regular definition has to build from regular expression........


What is the factorial of 5-3?

8


What is the regular expression for an integer?

The regular expression for an integer is: -?d


What is factorial of 10 divided by factorial of 4?

2.5


What is 9 factorial?

9 factorial = 9! = (9*8*7*6*5*4*3*2*1) = 362880


How can I convert a DFA to a regular expression using a DFA to regular expression converter?

To convert a Deterministic Finite Automaton (DFA) to a regular expression using a DFA to regular expression converter, you can follow these steps: Input the DFA into the converter. The converter will analyze the transitions and states of the DFA. It will then generate a regular expression that represents the language accepted by the DFA. The regular expression will capture the patterns and rules of the DFA in a concise form. By using a DFA to regular expression converter, you can efficiently convert a DFA into a regular expression without having to manually derive it.