Question 1065828

Solve the following equation for the given variable.

A = πr(s+h)

Solve for h
<pre>{{{A = pi * r(s + h)}}}
{{{A/(pi*r) = s + h}}} ------ Dividing by {{{pi * r}}}
{{{highlight_green(matrix(1,3, A/(pi*r) - s, "=", h))}}} 
That's all. It's that simple.