53.2k views
3 votes
Given below is the odd-number function. Which of the following are equal to O(5)? Check all that apply.

O(n) = 2n - 1

A. 9
B. O(4) + 2
C. The fifth odd number
D. 5

User Zvisofer
by
7.8k points

1 Answer

5 votes
Plug the 5 in the n value.
O(5)= 2(5) - 1
=10-1 = 9

A.9
User Ambra
by
8.2k points