Question

Is this recursive function?

Given two functions T1(n) = 20n and T2(n) = n2 +10n200 and assuming integer n > 0,

what is the minimum value of n such that T1(n) < T2(n)?

1 0
Add a comment Improve this question Transcribed image text
✔ Recommended Answer
Answer #1

Answer:

T1(n) = 20n
T2(n) = n2 + 10n - 200

T1(n) < T2(n)
20n < n2 + 10n - 200
n2 - 20n - 200 > 0

(x - 27.32)(x + 7.32) > 0

SO, x > 27.32 or x > -7.32

But, since x > 0,
The minimum value of x for T1(n) < T2(n) is 27


answered by: Zahidul Hossain
Add a comment
Know the answer?
Add Answer to:
Is this recursive function?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT