The first thing you have to realize is that
tangent is the
slope of a curve on a given point. You can solve for the slope by finding the derivative of the given function. So:

Next use
product rule (I recommend watching videos if you're confused):
![= [sin(x)] + [x*cos(x)]](https://tex.z-dn.net/?f=%3D%20%5Bsin%28x%29%5D%20%2B%20%5Bx%2Acos%28x%29%5D)
Next substitute you x-value (π/2) into your derivative:
![= [sin( \frac{ \pi}{2} )] +[ \frac{\pi}{2}*cos( \frac{\pi}{2})]](https://tex.z-dn.net/?f=%3D%20%5Bsin%28%20%20%5Cfrac%7B%20%5Cpi%7D%7B2%7D%20%29%5D%20%2B%5B%20%5Cfrac%7B%5Cpi%7D%7B2%7D%2Acos%28%20%5Cfrac%7B%5Cpi%7D%7B2%7D%29%5D%20%20)


So our slope at π/2 is 1. Next we use our slope-form and substitute our given value and solve for y-intercept (algebra-stuff)


So we get our equation:

So our answer is E
Feel free to ask any questions.
Hopes this helps!
Answer:
double a;
double b;
double distance = Math.sqrt( (Math.pow(a, 2) + Math.pow(b, 2));
System.out.println("The distance is: " + distance);
Explanation:
The code snippet is written in Java.
First, variable a is declared as a type of double and variable b is also declared as a type of double.
The given formula for the distance is:
√(a² + b²)
So we use the inbuilt function of Java to calculate the power and the square root.
Math.sqrt is to find the square root and it returns a value of type double.
Math.pow is use to calculate the value of a² and b².
a² = Math.pow(a, 2)
b² = Math.pow(b, 2)
Then Math.sqrt is applied to the sum of Math.pow(a, 2) and Math.pow(b, 2), the value is assigned to distance of type double.
The value of distance is now displayed to the user:
System.out.println("The distance is: " + distance);
If the money supply increases and nominal GDP remains the same, then A. price level increases.
<h3>What is Money Supply?</h3>
This refers to the total amount of money that is in circulation in a country that usually increases spending.
Hence, an open market sale by the federal reserve will increase the interest rates because it would increase investment spending because an OMO sale decreases interest rates which make getting loans easier.
M= Money supply
V= Velocity
P- Price level
Y= nominal GDP
Hence, with the increase in the money supply, then there would be an increase in the price supply.
Read more about money supply here:
brainly.com/question/3625390
#SPJ1
Answer:
c... converting indigenous peoples to roman Catholicism was a major motivation for Spain, whereas Great Britain emphasized economic and political control
Explanation:
i just took it