Answer:
c
Step-by-step explanation:
because if you look at the line below it it shows 180 degrees because it is a straight line if that makes sense. if not just trust me.
To solve this problem you must apply the proccedure shown below:
1. You have:
<span>
In(2x+3)=7
2. Then, you must apply log(e), as below:
</span><span>
In(2x+3)=ln(e^7)
3. Now, you obtain:
2x+3=e^7
4. Youy must clear the variable "x", as below:
2x=e^7-3
</span> x=(e^7-3)/2
<span>
5. Therefore, the value of "x" is:
x=546.817
</span><span>
The answer is: </span>x=546.817<span> </span>
Interesting question. Good to know for computer science.
Suppose you have a function like
an = 3x - 2 Try the first couple
a1 = 3(1) - 2
a1 = 3 - 2
a1 = 1
a2 = 3(2) - 2
a2 = 6 - 2
a2 = 4 So each term differs by 3
a2 - a1 = 3
an = a_(n - 1) + 3
a3 = a2 + 3
a3 = 4 + 3
a3 = 7
a4 = a3 + 3
a4 = 7 + 3
a4 = 10
a5 = a4+ 3
a5 = 10 + 3
a5 = 13
I'll do one more and then check it.
a6 = a5 + 3
a6 = 13 + 3
a6 = 16
a6 = 3x -2
a6 = 3*6 - 2
a6 = 18 - 2
a6 = 16 which checks.
So the general formula is
an = a_(n - 1) * k if you were multiplying or
an = a_(n - 1) + k if you were adding. The key thing is that you are working with the previous term.