1

$$\left(1-\frac{1}{2^2}\right)\left(1-\frac{1}{3^2}\right)\left(1-\frac{1}{4^2}\right)\ldots\left(1-\frac{1}{2011^2}\right)=\frac{x}{2\cdot 2012}$$

Help me solve this, obviously there is a shortcut to solve it, but I have tried a lot and I've come up with something confusing!

m0nhawk
  • 1,779

1 Answers1

1

If you use the hint (given by @Harald Hanche-Olsen) and write out some terms you will see a pattern emerging:$$\require{cancel}\frac{1.\cancel{3}}{2.\cancel{2}}\frac{\cancel{2}.\cancel{4}}{\cancel{3}.\cancel{3}}\frac{\cancel{3}.5}{\cancel{4}.4}...$$Can you see how all the intermediate terms will cancel out?

Mufasa
  • 5,434
  • BTW: I tried using the latext \cancel{3} notation to show the terms that would cancel but it doesn't seem to work anymore - is this a new bug? – Mufasa Oct 26 '14 at 20:06
  • 1
    No, you have to put \require{cancel} after the first $. – rae306 Oct 26 '14 at 20:09
  • Perhaps split it up as $\cfrac 12\cdot \cfrac 32\cdot \cfrac 23\cdot \cfrac 43 \cdot \cfrac 34\cdot \cfrac 45 \dots $ – Mark Bennet Oct 26 '14 at 20:10
  • @RainiervanEs - thanks for the latex clarification - I have used it to show how cancellation would cascade through the terms – Mufasa Oct 26 '14 at 21:52