The operation ∗ is defined by a∗b=1−aba−b.Compute 1∗(2∗(3∗(⋯(999∗1000)⋯))).
Solution — click to reveal
Let x=2∗(3∗(⋯(999∗1000)⋯))). Then 1∗(2∗(3∗(⋯(999∗1000)⋯)))=1∗x=1−x1−x=1.For the sake of rigor, we should prove that x=1. This is left as an exercise for the reader.