Microsoft
Software
Hardware
Network
Question : basic question about factorials
Hi
My book hasn't explained factorials very well at all. When you evaluate a factorial, do you keep subtracting 1 until the very last term is 1 so that, for example,
(2n+1)! with n = 3
2(3) + 1 x
2(3) + 1 - 1
2(3) + 1 - 2
2(3) + 1 - 3
2(3) + 1 - 4
2(3) + 1 - 5
2(3) + 1 - 6 <= this is the last term
Or do you do something else
thanks
Answer : basic question about factorials
Yes.
You can evaluate the expression in () first:
(2n+1)! with n = 3 = 7! = 7*6*5*4*3*2*1
Random Solutions
PowerEdge 1950 - Hard Drive Upgrade - Server 2003 R2
-ERR Protocol Error. 17
How do I change default email address in site on sharepoint 2007 moss
SAP RFC returning Invalid Data Type
Conditional Formating in Access
Excel control returns only a string
Joomla CiviCRM problem
Need to know all ports associated with network shares
How do I modify this php script to send a confirmation?
PHP Array: Only the first item in array is returned