velox
Retired
1,1,1,3,5,9
Write down the nth term
I know the answer. But dont know how to get to it.
thanks
Write down the nth term
I know the answer. But dont know how to get to it.
thanks
actually T(n)= T(n-1) + T(n-2) + T(n-3) for all integers n>=1 if you define the following:Estel said:heh I see another pattern
Tn= 1 for n = 1, 2, 3.
Tn= Tn-1 + Tn-2 + Tn-3 for n>=4
Can you tell us what section it's in wrx? Might help as to what aspect of sequences we should be looking at...
Its pretty common though to have obscure series questions as q 7 for ext 1 and q 10 for 2 unit, although the may involve arithmetic or geometric series they may not be so obviousmojako said:actually T(n)= T(n-1) + T(n-2) + T(n-3) for all integers n>=1 if you define the following:
T(-1) = -1
T(-2) = 1
T(-3) = 1
I know I'm not helping haha...
btw for less enthusiastic maths students, this sort of questions is very unlikely to be asked in hsc exams. the syllabus only mentions APs and GPs.