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
Set default language, country and time zone for all users via Windows XP registry
RHCE Exam
OS4 MultiTask Programming: How to get network while in Background?
VB.net query problem
Wanting to print addresses on envelopes in open office writer
Dead harddrive - clicking sound
DatetimePicker in datagridview MSDN example problem
Error"Cannot connect to Citrix Server. Proxy detection failure: Improper auto-configuration URL"
SonicWall, VPN Access Rule
SPRY DataSet - not updating on screen after successful update to database