Here's the question :
38500*1.05^x = f(x)
40000+2000x = g(x)
What is x when g(x) = f(x)
so.... 38500(1.05)^x= 40000 +2000x, can u just show the step by step solution to this. I know the answers, so don't just post the answers.
Here's the question :
38500*1.05^x = f(x)
40000+2000x = g(x)
What is x when g(x) = f(x)
so.... 38500(1.05)^x= 40000 +2000x, can u just show the step by step solution to this. I know the answers, so don't just post the answers.
You will have to use some kind of numeric root-finding or graphical technique, as algebraically solving for x is not possible here, at least not without invoking:
Lambert W function - Wikipedia, the free encyclopedia
A method I used to use when all I had was a simple calculator and hadn't learned any calculus would be to begin with:
Divide through by 500:
Take a guess, observing thatis fairly close but
need to either get larger so the exponential can "catch up" or get smaller so that the linear function can catch up.
Let's try for the positive root first, and try. As long as the left side is smaller we need to increase
.
At this point we know the root is between 6 and 7, and closer to 7, so let's try:
We could carry out this process until the limit of accuracy of our calculator is reached.
A similar method can be used to find the negative root.
If you have a graphing calculator, your could use the numeric solve feature or graph the two functions and zoom in to the intersections to get a good approximation of the-coordinate of the intersections.