asked 102k views
3 votes
The function T(n) is defined below. Which of the following are equal to T(8)? Check all that apply.

T(n) = 4n - 5

The function T(n) is defined below. Which of the following are equal to T(8)? Check-example-1
asked
User Calley
by
8.8k points

2 Answers

6 votes
A and D are the correct answers
answered
User Sbu
by
9.3k points
7 votes
In function T(n), in which n = 8, plug in 8 for n

T(n) = 4n - 5
T(8) = 4(8) - 5

multiply 4 and 8

4(8) = 32

T(8) = 32 - 5

Simplify

T(8) = 27

27, or C) is your answer.


hope this helps
answered
User Tyquan
by
8.4k points

No related questions found

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