If u use scientific notion the answer for the first one would be 10^8 the second one would be 10^11 and the last one would be 10^10
Hope that Helps >.< <span />
Answer:
Step-by-step explanation:
V-0.12V (first option) if we factor it it becomes
V(1-0.12)=0.88V (last option)
The first three terms of sequence are 9 , 6 , 3
<em><u>Solution:</u></em>
Given the recursive function f(n) = f(n - 1) - 3
Where f(1) = 9
To find: First three terms of sequence
Substitute n = 2 , n = 3 and n = 4 in given recursive function
When n = 2
f(n) = f(n - 1) - 3
f(2) = f(2 - 1) - 3
f(2) = f(1) - 3
f(2) = 9 - 3 = 6
f(2) = 6
Thus second term is 6
When n = 3
f(3) = f( 3 - 1) - 3
f(3) = f(2) - 3
f(3) = 6 - 3 = 3
f(3) = 3
Thus the third term is 3
When n = 4
f(4) = f( 4 - 1) - 3
f(4) = f(3) - 3
f(4) = 3 - 3
f(4) = 0
Thus the fourth term is 0
Thus first three terms of sequence are 9 , 6 , 3
Answer:
.. gas price was 2 cents below the previous year's.
Step-by-step explanation:
Make f(x) = y
y = (15x + 50)/(x + 5)
Swap the x and y and make y the subject again
x = (15y + 50)/(y + 5)
x(y + 5) = 15y + 50
xy + 5x = 15y + 50
xy - 15y = 50 - 5x
y(x - 15) = 50 - 5x
y = (50 - 5x)/(x - 15)
So inverse function f^-1(x) = (50 - 5x)/(x - 15)