I'm getting confused by these types of problems where "n" appears in the general term:
Use Induction to prove: $$\prod_{i=1}^n \frac{n+i}{2i-3}= 2^n(1-2n)$$
Would my P(n+1) be this?:
$\mathbf P(n+1):$ $$\prod_{i=1}^{n+1} \frac{n+1+i}{2i-3}= 2^{n+1}(1-2(n+1))$$
If this is the case, I dont know how to use the Inductive hypothesis to prove it since the product sequence is now a "different" sequence.
How would I go about solving this?
Many thanks in advance.
Edit: the index was indeed wrong, thanks T Ford, changed it to i=1
Here is a go: $$\prod_{i=0}^n\frac{n+i}{2i-3}=\frac{\prod_{i=0}^nn+i}{\prod_{i=0}^n2i-3}$$ Firstly: $$\prod_{i=0}^nn+i=n(n+1)(n+2)(n+3)...(2n)=\frac{(2n)!}{(n-1)!}$$ and: $$\prod_{i=0}^n2i-3=(-3)(-1)(1)(3)=3*n!!$$ so: $$\prod_{i=0}^n\frac{n+i}{2i-3}=\frac{(2n)!}{3(n-1)!*n!!}$$ since in this case our double factorial is odd, $$n!!=\frac{(n+1)!}{2^{(n+1)/2}((n+1)/2)!}$$ giving: $$\prod_{i=0}^n\frac{n+i}{2i-3}=\frac{(2n)!}{(n-1)!}*\frac{3*2^{(n+1)/2}((n+1)/2)!}{(n+1)!}$$ Not sure if this is on the right path but its my attempt