asked 179k views
3 votes
What is the smallest, positive integer value of x such that the value of f(x) = 2x + 3 exceeds the value of g(x) = 50x + 5?

asked
User Javsmo
by
9.2k points

2 Answers

6 votes

Answer: 9

Explanation:

answered
User Ravjit Singh
by
8.8k points
4 votes
f(x) > g(x)
2^x + 3 > 50x + 5

for x = 3 , f(3) > g(3)
11 > 155 (false)

for x = 10 , f(10) > g(10)
1027 > 505 (true)

for x = 9 , f(9) > g(9)
515 > 455 (true)

for x = 8 , f(8) > g(8)
259 > 405 (false)

the smallest,positive integer value of x is 9 since the value of 9 is the last number to exceeds g(x)
answered
User Magmatic
by
8.5k 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.