PDA

View Full Version : Expanding a formula


Pattielli
May19-04, 07:09 AM
Can you tell me what the following formula will be after it gets expanded ?
(1+x+x^2+.......+x^n^-^2+x^n^-^1)^2 = ?

Thanks a lot,

Muzza
May19-04, 07:17 AM
What's written inside the parantheses is a geometric series. It's equal to (1 - x^(n - 1 + 1)) / (1 - x). Now just square it...

Pattielli
May19-04, 07:45 AM
Thanks a lot,