PDA

View Full Version : Very slow with maths.


Andy
Jul3-03, 02:45 AM
Using “Only Four” ZEROS (0) and any Mathematical Operations/Symbols, to obtain the number 24.

So can someone explain to me how, (0! + 0! + 0! + 0!)! = 24

Im sure this is simple to most of you but i am very slow when it comes to maths.

KLscilevothma
Jul3-03, 03:20 AM
http://www.physicsforums.com/showthread.php?s=&threadid=3545

goo
Jul3-03, 04:01 AM
I still don't get it. Can someone explain?

4! = 4 x 3 x 2 x 1 = 24

0! = 0 x -1 x -2 x -3 ~ = 1

huh? :)

Guybrush Threepwood
Jul3-03, 04:18 AM
no 0! = 1 (by definition)
you can think of it like this:
n! = (n-1)!*n
so:
3! = 2!*3
2! = 1!*2
1! = 0!*1 => 0! = 1

also there is no factorial for negative or not-integer numbers (at least I think...)

Guybrush Threepwood
Jul3-03, 04:22 AM
well it seems there is possible to define factorial for complex numbers:
factorial from mathworld (http://mathworld.wolfram.com/Factorial.html)

goo
Jul3-03, 04:25 AM
thanks guybrush, that cleared things up.

Andy
Jul3-03, 08:17 AM
Thank you.