Answer:
B) 451
Step-by-step explanation:
1) 414 + 125 = 539
2) 539 - 88 = 451
Okay so, togo flies 30 miles in 3/5 of an hour with the wind.togo flies 30 miles in 5/6 of an hour against the wind. his rate of speed with the wind was 30 / (3/5) = 30*5/3 = 150/3 = 50 mph.his rate of speed against the wind was 30 / (5/6) = 30*6/5 = 6*6 = 36 mph.3/5 of an hour times 50 mph = 30 miles.
5/6 of an hour times 36 mph = 30 miles.mph looks good.
going he was with the wind.
his rate of speed then was the airplane speed plus the wind speed.coming back he was against the wind.his rate of speed then was the airplane speed minus the wind speed.-----50 mph = A + W36 mph = A - W-----looks like A + W - (A - W) should equal 50 - 36.removing parentheses, equation becomesA + W - A + W = 14.
combining like terms, the equation becomes2*W = 14.dividing both sides by 2, equation becomesW = 7.if W = 7, then A can be found as follows:50 = A + 7A = 43.likewise,36 = A - 7A = 43.since the airplane speed is the same, it looks like the answer is good.solving in the original equations, we get3/5 * (43 + 7) = 303/5 * 50- = 3030 = 30good.-----5/6 * (43 - 7) = 305/6 * 36 = 3030 = 30good.
answer is W = 7 and A = 43.
Answer:
A
Step-by-step explanation:
(5x4) - 6 / 2 = x
Answer:
The answer is A.
Step-by-step explanation:
A polyhedron is a three-dimensional solid made up of polygons. It has flat faces, straight edges, and vertices. For example, a cube, prism, or pyramid are polyhedrons.
Part A
Everything looks good but line 4. You need to put all of the "2h" in parenthesis so the teacher will know you are squaring all of 2h. As you have it right now, you are saying "only square the h, not the 2". Be careful as silly mistakes like this will often cost you points.
============================================================
Part B
It looks like you have the right answer. Though you'll need to use parenthesis to ensure that all of "75t/(2pi)" is under the cube root. I'm assuming you made a typo or forgot to put the parenthesis.
dh/dt = (25)/(2pi*h^2)
2pi*h^2*dh = 25*dt
int[ 2pi*h^2*dh ] = int[ 25*dt ] ... applying integral to both sides
(2/3)pi*h^3 = 25t + C
2pi*h^3 = 3(25t + C)
h^3 = (3(25t + C))/(2pi)
h^3 = (75t + 3C)/(2pi)
h^3 = (75t + C)/(2pi)
h = [ (75t + C)/(2pi) ]^(1/3)
Plug in the initial conditions. If the volume is V = 0 then the height is h = 0 at time t = 0
0 = [ (75(0) + C)/(2pi) ]^(1/3)
0 = [ (0 + C)/(2pi) ]^(1/3)
0 = [ (C)/(2pi) ]^(1/3)
0^3 = (C)/(2pi)
0 = C/(2pi)
C/(2pi) = 0
C = 0*2pi
C = 0
Therefore the h(t) function is...
h(t) = [ (75t + C)/(2pi) ]^(1/3)
h(t) = [ (75t + 0)/(2pi) ]^(1/3)
h(t) = [ (75t)/(2pi) ]^(1/3)
Answer:
h(t) = [ (75t)/(2pi) ]^(1/3)
============================================================
Part C
Your answer is correct.
Below is an alternative way to find the same answer
--------------------------------------
Plug in the given height; solve for t
h(t) = [ (75t)/(2pi) ]^(1/3)
8 = [ (75t)/(2pi) ]^(1/3)
8^3 = (75t)/(2pi)
512 = (75t)/(2pi)
(75t)/(2pi) = 512
75t = 512*2pi
75t = 1024pi
t = 1024pi/75
At this time value, the height of the water is 8 feet
Set up the radius r(t) function
r = 2*h
r = 2*h(t)
r = 2*[ (75t)/(2pi) ]^(1/3) .... using the answer from part B
Differentiate that r(t) function with respect to t
r = 2*[ (75t)/(2pi) ]^(1/3)
dr/dt = 2*(1/3)*[ (75t)/(2pi) ]^(1/3-1)*d/dt[(75t)/(2pi)]
dr/dt = (2/3)*[ (75t)/(2pi) ]^(-2/3)*(75/(2pi))
dr/dt = (2/3)*(75/(2pi))*[ (75t)/(2pi) ]^(-2/3)
dr/dt = (25/pi)*[ (75t)/(2pi) ]^(-2/3)
Plug in t = 1024pi/75 found earlier above
dr/dt = (25/pi)*[ (75t)/(2pi) ]^(-2/3)
dr/dt = (25/pi)*[ (75(1024pi/75))/(2pi) ]^(-2/3)
dr/dt = (25/pi)*[ (1024pi)/(2pi) ]^(-2/3)
dr/dt = (25/pi)*(1/64)
dr/dt = 25/(64pi)
getting the same answer as before
----------------------------
Thinking back as I finish up, your method is definitely shorter and more efficient. So I prefer your method, which is effectively this:
r = 2h, dr/dh = 2
dh/dt = (25)/(2pi*h^2) ... from part A
dr/dt = dr/dh*dh/dt ... chain rule
dr/dt = 2*((25)/(2pi*h^2))
dr/dt = ((25)/(pi*h^2))
dr/dt = ((25)/(pi*8^2)) ... plugging in h = 8
dr/dt = (25)/(64pi)
which is what you stated in your screenshot (though I added on the line dr/dt = dr/dh*dh/dt to show the chain rule in action)