217k views
4 votes
Find o(30) where o(n) =2n-1

User Qdelettre
by
8.1k points

1 Answer

1 vote

Answer:

o(30) = 59

Explanation:

o(30) means we want to let n = 30 in our function

o(n) =2n-1

o(30) = 2*30 -1

o(30) = 60 -1

o(30) = 59


User Payling
by
7.7k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.