It would be O 945 that is the answer
The simplified form is 20x^2. Because you 2x*2, you get 4x. You multiply that by 5x, and then you get your answer.
Answer: The correct answer is B.
Step-by-step explanation:
100,000,000 + 20,000,000 + 4,000,000 + 700,000 + 50,000 = 124,750,000
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)
Answer:
2, 5, 9, 19
Step-by-step explanation:
Using the recursive formula f(n) = 2f(n - 2) + f(n - 1)
with f(1) = 2 and f(2) = 5
f(3) = 2f(3 - 2) + f(3 - 1)
= 2f(1) + f(2) = (2 × 2) + 5 = 4 + 5 = 9
f(4) = 2f(4 - 2) + f(4 - 1)
= 2f(2) + f(3) = (2 × 5) + 9 = 10 + 9 = 19