Ask Question
11 November, 09:04

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

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

+1
Answers (1)
  1. 11 November, 09:09
    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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers