ridgewayj ridgewayj
  • 01-04-2020
  • Mathematics
contestada

S=2πr^2+πdh solve for h

When I tried I got

h= S-2πr^2
______
d

Respuesta :

upandover
upandover upandover
  • 01-04-2020

S = 2πr^2 + πdh

S - 2πr^2 = πdh

(S - 2πr^2) / πd = h

You cannot cancel out the pi on the top and bottom because on the top, it is being subtracted.

Hope this helps!! :)

Answer Link

Otras preguntas

Gabrielle is 15 years older than Mikhail. The sum of their ages is 81. What is Mikhail's age?
100+200x300=what is the answer
What is the initial value & rate of change of the table Weeks. Dollars 0. 10 2 20 4 30 6 40
7. A cylindrical tank can hold 2279.64 cubic feet of water. The radius of the tank is 11 feet. What is the height of the tank?
A student is writing about the process of becoming president. Which source is most credible? an article from a government website listing the presidential requ
Find the average of this set of numbers.1, 1, 1, 2, 60A) 5B) 13C) 30D) none of the above
HELP!!!! I can’t figure this out
He always gets up early. (Make it interrogative)
By drastically reducing inventories, manufacturers can increase the utilization of more floor space. This is an example of a
Consider the following recursive method. public static string recur(int val) { string dig = "" + (val % 3); if (val / 3 > 0) return dig + recur(val / 3); ret