9514 1404 393
Answer:
x = 5
Step-by-step explanation:
In a parallelogram, the diagonals bisect each other. This means ...
PQ = PS
2x +15 = 5x
15 = 3x . . . . . . subtract 2x
5 = x . . . . . . . divide by 3
I suppose a DJ wants to select 4 different songs, then there are: 12*11*10*9 = 11880 ways to choose them.
If the order of the songs he plays doesn't matter, there are: ways to choose them.
The answer is 168 logs.
1st row: 15 logs
2nd row: 18 logs
3rd row: 21 logs
(so, each row has 3 more logs)
4th row: 24 logs
5th row: 27 logs
6th row: 30 logs
7th row: 33 logs
The sum of logs from each row is: 15 + 18 + 21 + 24 + 27 + 30 + 33 = 168 logs
So it tells us that g(3) = -5 and g'(x) = x^2 + 7.
So g(3) = -5 is the point (3, -5)
Using linear approximation
g(2.99) is the point (2.99, g(3) + g'(3)*(2.99-3))
now we just need to simplify that
(2.99, -5 + (16)*(-.01)) which is (2.99, -5 + -.16) which is (2.99, -5.16)
So g(2.99) = -5.16
Doing the same thing for the other g(3.01)
(3.01, g(3) + g'(3)*(3.01-3))
(3.01, -5 + 16*.01) which is (3.01, -4.84)
So g(3.01) = -4.84
So we have our linear approximation for the two.
If you wanted to, you could check your answer by finding g(x). Since you know g'(x), take the antiderivative and we will get
g(x) = 1/3x^3 + 7x + C
Since we know g(3) = -5, we can use that to solve for C
1/3(3)^3 + 7(3) + C = -5 and we find that C = -35
so that means g(x) = (x^3)/3 + 7x - 35
So just to check our linear approximations use that to find g(2.99) and g(3.01)
g(2.99) = -5.1597
g(3.01) = -4.8397
So as you can see, using the linear approximation we got our answers as
g(2.99) = -5.16
g(3.01) = -4.84
which are both really close to the actual answer. Not a bad method if you ever need to use it.