CAT 2021 Vedic Tables G Strategy
Question 1: Recurrence Relation If x₀ = 1, x₁ = 2, andxₙ₊₂ = (1 + xₙ₊₁) / xₙ for n = 0, 1, 2, …,then what is the value of x₂₀₂₁? Options: Answer:We calculate the first few values using the recurrence: From x₄ onward, the values repeat in a cycle: [1, 1, 2, 3, 2]This … Read more