asked 181k views
2 votes
Write down the 2rd term in the sequence given by: T(n) = n2 - 5

1 Answer

6 votes
I suspect you meant T(n) = n^2 - 5; the " ^ " sign denotes exponentiation.

T(1) = 1^2 - 5 = 1 - 5 = - 4

T(2) = 2^2 - 5 = 4 - 5 = -1
answered
User Zahir
by
8.6k points

Related questions

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.