Answer:
Explanation:
<u>1. Given vector:</u>
- length: 4.00 mm = magnitude of the vector
- angle: 23.5º north of east = 23.5º from the x-axys (counterclockwise)
<u>2. y-component</u>
The y-component may be determined using the sine ratio, the angle from the x-axys (counterclockwise direction), and the magnitude of the vector.
- sine (23.5º) = y-component / magnitude
- y-component = magnitude × sine (23.5º) = 4.00 mm × sine (23.5º) = 1.59 mm.
Answer:
Median is the middle of the data set. For example this data set is 4, 6, 7, 9, 10. First you take out 4 and 10. The you take out 6 and 9 to get a median of 7. But if there is an even amount of numbers like in this data set, 1, 2, 4, 5. Then you take out 1 and 5 and then find the middle point in between 2 and 4 which is 3.
Answer: Choice B. k(h(g(f(x))))
For choice B, the functions are k, h, g, f going from left to right.
===========================================================
Explanation:
We have 4x involved, so we'll need f(x)
This 4x term is inside a cubic, so we'll need g(x) as well.
So far we have
g(x) = x^3
g( f(x) ) = ( f(x) )^3
g( f(x) ) = ( 4x )^3
Then note how we are dividing that result by 2. That's the same as applying the h(x) function

And finally, we subtract 1 from this, but that's the same as using k(x)

This leads to the answer choice B.
To be honest, this notation is a mess considering how many function compositions are going on. It's very easy to get lost. I recommend carefully stepping through the problem and building it up in the way I've done above, or in a similar fashion. The idea is to start from the inside and work your way out. Keep in mind that PEMDAS plays a role.