Question 1114820
4, 6, 11
:
we know we have an n^2 term
:
general form of quadratic sequence is
:
An^2 +Bn +C 
:
using the sequence elements, we have 3 equations in 3 unknowns
:
A + B + C = 4
:
4A +2B +C = 6
:
9A +3B +C = 11
:
solve using a 3 by 3 linear system method or solver
:
A = 1.5, B = -2.5, C = 5
:
**********************
X(n) = 1.5n^2 -2.5n +5
**********************
:
a) x(4) = 1.5 * 4^2 -2.5 * 4 +5 = 19
:
b) 1.5n^2 -2.5n +5 = 81
:
1.5n^2 -2.5n -76 = 0
:
use quadratic formula to solve for n 
:
n = (-(-2.5) +square root((-2.5)^2 -4 * 1.5 * (-76)) / (2*1.5) = 8
:
n = (-(-2.5) -square root((-2.5)^2 -4 * 1.5 * (-76)) / (2*1.5) = -6.3333
:
we reject the negative value for n
:
******
n = 8
******
: