answersLogoWhite

0


Best Answer

6.334 * 10^702

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the factorial of 28 times 13 raised to the 23rd power23 divided by 9?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is 30 factorial divided by 27 factorial times 3 factorial?

It is 4060.


How can you get the number 25 by using only number 4?

(4 times 4 factorial + 4) divided by 4 4 factorial + the square root of 4 minus (4 divided by 4)


How do you solve the factorial of 3?

A factorial is a whole number multiplied by all the whole numbers less than that number. So 3 factorial (written as 3!) is 3 times 2 times 1=6


Why would you use a factorial?

If you have 6 different numbers and you are asked "how much different ways of arranging these numbers are there",you could use a factorial.1 times 2 times 3 times 4 times 5 times 6=720 ways.


Write a C-like program fragment that calculate the factorial function for argment 12 with do while loop?

#!/usr/bin/perl print factorial($ARGV[11]); sub factorial { my($num) = @_; if($num == 1) { return 1; # stop at 1, factorial doesn't multiply times zero } else { return $num * factorial($num - 1); # call factorial function recursively } }


What is 3 factorial times 6 factorial?

3!=6 6!=720... ... 6*720=4320... .. . . . 3!=123 & 6!=12345*6


How do you do a factorial?

You first look at the number that is before the !(factorial sign). Then you times all positive integers (which means it doesn't include 0), including the number itself. The answer is the factorial of the original number beside the ! sign. EX.:4!=1x2x3x4=24


How many ways can you reorder a set of nine?

362880 times (9 factorial)


An algorithm that generates all r-permutations of an n-element set?

P(n,r)=(n!)/(r!(n-r)!)This would give you the number of possible permutations.n factorial over r factorial times n minus r factorial


How many ways can you arrange the word VIDEO?

5 factorial 5x4x3x2x1 or 120 times


What is 2 times 73 to the power of 9 minus the factorial of 6?

2 times 739 minus !6 equals 117,743,173,416,535,106


What is ten times divided by two times three?

The answer depends on 10 times WHAT divided by 2 times 3.The answer depends on 10 times WHAT divided by 2 times 3.The answer depends on 10 times WHAT divided by 2 times 3.The answer depends on 10 times WHAT divided by 2 times 3.