Answer:
2800000
Step-by-step explanation:
10^6 means 1000000
2.8 x 1000000 = 2800000
For the first one the answer is y=-1x+6 which means x=-1 and y=6
Add it. average= sum of 2 counts/2
Answer:
a. f(-1)=12
b. f(2t)=16t²-6t+5
c. f(t-2)=4t²-19t+27
Step-by-step explanation:
For a, b, c, we are given an input. We plug that into f(x) to find our answers.
a. f(-1)=12
f(-1)=4(-1)²-3(-1)+5
f(-1)=4+3+5
f(-1)=12
-------------------------------------------------------------------------------------------------------------
b. f(2t)=16t²-6t+5
f(2t)=4(2t)²-3(2t)+5
f(2t)=4(4t²)-6t+5
f(2t)=16t²-6t+5
-------------------------------------------------------------------------------------------------------------
c. f(t-2)=4t²-19t+27
f(t-2)=4(t-2)²-3(t-2)+5
f(t-2)=4(t²-4t+4)-3t+6+5
f(t-2)=4t²-16t+16-3t+6+5
f(t-2)=4t²-19t+27
I'll explain how to do the first one:-
y = cos-1(x2)
This can be described as ' a function of a function' x^2 is a function of x and cos-1(x^2) is a function of x^2.
We need to apply the chain rule.
Personally I find this easier to understand if i let u = x^2, so
If y = f(u) and u is a function of x then
dy/dx = dy/ du * du/dx
Here u = x^2 and y = cos-1(u)
du/dx = 2x
so dy/dx = d(cos-1(x^2) dx = dy/du * du/dx
= -1 / √(1 - u^2) * 2x
= -2x / √(1 - u^2)
= -2x / √(1 - (x^2)^2)
= -2x / √(1 - x^4)
I hope this helps. but if not. you might like to employ the formulae in the question - The square boxes contain the 'u' s in my answer. These formulae are equivalent to my explanation.