asked 114k views
4 votes
Suppose T(n) = n(n +1)/2. Find T(10).

a
45
b
45/2
c
55/2
d
55

asked
User Salahy
by
8.5k points

1 Answer

2 votes

Answer:

D. 55

Explanation:


T(n) = (n(n +1))/(2) \\ \\ T(10) = (10(10 +1))/(2) \\ \\T(10) = (10* 11)/(2) \\ \\T(10) = 5 * 11 \\ \\ \huge \red{ \boxed{T(10) = 55}}

answered
User Totem
by
7.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.