-3

$(1-(1-(1-n)^{-1})^{-1})^{-1}$

Please tell me how to solve the abv sum. The ans is $n$

DeepSea
  • 77,651
  • 1
    This question does not deserve the downvotes,instead the OP should be advised on how to write a good question on this site. – Nicco Oct 05 '15 at 07:35
  • Your question was put on hold, the message above (and possibly comments) should give an explanation why. (In particular, this link might be useful.) You might try to edit your question to address these issues. Note that the next edit puts your post in the review queue, where users can vote to reopen this. (Therefore it would be good to avoid minor edits and improve your question as much as possible with the next edit.) – Martin Sleziak Oct 05 '15 at 08:13

1 Answers1

2

$(1-(1- (1-n)^{-1})^{-1})^{-1} =\left(1- \left(1 + \dfrac{1}{n-1}\right)^{-1}\right)^{-1}=\left(1-\left(\dfrac{n}{n-1}\right)^{-1}\right)^{-1}=\left(1-\dfrac{n-1}{n}\right)^{-1}= \left(\dfrac{1}{n}\right)^{-1}= n$

DeepSea
  • 77,651