English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

An equation that will tell me:

a/(a+1)/(a+2)...(a+n)

2006-07-31 15:15:24 · 3 answers · asked by Bob 3 in Science & Mathematics Mathematics

For example

If a=7 and b=13
The equation I want would give me 7/8/9/10/11/12/13

2006-07-31 15:17:05 · update #1

3 answers

It depends on how you want to associate the divisions. Let us simplify your example, take a = 7, b = 9.

Then you would write 7/8/9. By this do you mean:

(7/8)/9 = 7/72

or

7/(8/9) = 63/7 ?

In the first case, the answer will always be:

a/(b!/a!).

In the second case, for n odd the answer is:

[a*(a+2)*...*(a+n-1)]
----------------------------
[(a+1)*(a+3)*...*(a+n)]

and if n is even the answer is:

[a*(a+2)*...*(a+n)]
--------------------------------
[(a+1)*(a+3)*...*(a+n-1)].

2006-07-31 19:05:01 · answer #1 · answered by Anonymous · 0 0

Sounds like a job for a computer language such as Visual Basic.

2006-07-31 15:20:33 · answer #2 · answered by fcas80 7 · 0 0

(a)(a!)/b!

2006-07-31 15:21:32 · answer #3 · answered by Michael M 6 · 0 0

fedest.com, questions and answers