Ask Question
24 June, 08:47

If a (n) = 24 which recursive formula could represent the sequence below?

...,24,88,664,8408, ...

+3
Answers (1)
  1. 24 June, 12:19
    0
    24 = 3*2^3

    88 = 11*2^3

    664 = 83*2^3 - > 83=11+72 = 11 + 2^3*3^2

    664=2^3 (11+2^3*3^2) = 88 + (2^3*2^3*3^2) = 88 + (24^2)

    8408 = 1051 * 2^3 - > 1051 = 83+968 - > 968 = 2^3 * 11^2

    8408 = 2^3 (83+2^3*11^2) = 664 + (2^3*2^3*11^2) = 664 + (88^2)

    So:

    a (n) = a (n-1) + a (n-2) ^2

    Lets check: 88+24^2 = 664

    664+88^2 = 8408
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “If a (n) = 24 which recursive formula could represent the sequence below? ...,24,88,664,8408, ... ...” in 📘 Mathematics if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers