Hi, I would need to solve the equation for "s", keeping "s" also in the slider. This is "s" must not affect "t" Kindly please help. Thanks
Manipulate[
Solve[
0.20 == 0.266 - 0.032 s + 0.00077 t],
{t, 10, 50, Appearance -> "Labeled"},
{s, 2, 2.8, Appearance -> "Labeled"}]