Answer:
True depending on what you are comparing it to.
Step-by-step explanation:
A pulley would help lighten the load that you are trying to pull up, which may make it easier for you to get the load to your designated area. The more complicated it is, usually the more 'lighter' it becomes, or the less force you have to exert.
For example, you will have to give a 100% energy in trying to life a heavy box. However, if you use a simple pulley (only one), you may only have to exert 75% more energy, for the weight is significantly lower.
~
Answer:
75
Step-by-step explanation:
f(1) = 7
f(n) = 3f(n-1) + 3
So what you are trying to do here is find the recursive value (that's what it is called) for f(n). Computers love this sort of thing, but we humans have to do it slowly and carefully.
So let's try f(2)
That means that f(2) = 3*f(n-1) + 3
but if f(2) is used it means that you have to know f(2-1) which is just f(1) and we know that.
so f(2) = 3*f(1)+3
f(2) = 3*7 + 3
f(2) = 21 + 3
f(2) = 24
Now do it again. We now know F(2), so we should be able to find f(3)
f(3) = 3*f(3 - 1) + 3
f(3) = 3*f(2) + 3 We know that f(2) = 24
f(3) = 3* 24 + 3
f(3) = 72 + 3
f(3) = 75
The equation for the perimeter of a rectangle:
P = 2L + 2W
We’re given P and L and asked to find W:
15x + 17y = 2(7/2x + 7y) + 2W
15x + 17y = 7x + 14y + 2W
2W = 8x + 3y
W = 4x + 3/2y
Answer is A.
To convert miles to feet you multiply by 5280
To convert hours to seconds you divide by 3600
so you multiply 64 by 5280/3600 which comes to 93.87 ft/s Answer