180 degrees= a whole line
180-102=78
So m13 should equal 78°
Answer:
210
Step-by-step explanation:
Here comes the problem from Combination.
We are being asked to find the number of ways out in which 3 students may sit on 7 seats in a row. Please see that in this case the even can not be repeated.
Let us start with the student one. For him all the 7 seats are available to sit. Hence number of ways for him to sit = 7
Let us see the student second. For him there are only 6 seats available to sit as one seat has already been occupied. Hence number of ways for him to sit = 6
Let us see the student third. For him there are only 5 seats available to sit as two seat has already been occupied. Hence number of ways for him to sit = 5
Hence the total number of ways for three students to be seated will be
7 x 6 x 5
=210
Answer:
4
Step-by-step explanation:
F(-1) = 2(-1)^2 + 8(-1)
= 2(1) + (-8)
= -6
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.