The slope is -3 and the intercept is (0,9) or just 9 in this case, I hope that it’s right
Answer:
2
Step-by-step explanation:
Each time you flip a coin, there is a 50% change of it landing on tails. So half the time you should get a tails.
Half of 4 is 2, so you will likely get 2 tails.
Answer:
23 months
Also please note that it's everytime ^t/12 not (^t)/12
Step-by-step explanation:
Principal (P) = $2700
rate = 9%
t = ?
Amount = 
Amount = 2700 +500 = $3200
So substituting all our values we get :

So we use log to solve for t :

Solving this using a calculator we get:
1.9714966193*12
=23 months
Answer:
Y' = -xsin(2x) + 2cos(2x)
Step-by-step explanation:
For this problem, we will need to use the product rule since you have two terms that contain the variable x.
The product rule is simply as follows:
The derivative of the function is the product of the first term times the derivative of the second term plus the derivative of the first term times the second term.
Note the derivative of 2x with respect to x, is 2.
Note the derivative of cos(2x) with respect to x is (-1/2) sin(2x).
With this in mind, let's find the derivative of our function with respect to x.
Y = 2xcos2x
Y = 2x * cos(2x)
Y' = 2x * (-1/2)sin(2x) + 2 * cos(2x)
Y' = (2x * -1 / 2) sin(2x) + 2 * cos(2x)
Y' = (-x)sin(2x) + 2cos(2x)
So the derivative of our function is Y' = -xsin(2x) + 2cos(2x) according to the application of the product rule.
Cheers.