You can put this solution on YOUR website! i need to get the sum of this equation
(a+b)/c=E
if i want to get sum of c?
sum of a?
sum of b?
-----------------
I don't think you want the "sum" of these
different variables. I'll just solve
the equation for each:
---
c = (a+b)/E
---
a = cE-b
----
b = cE-a
===============
Cheers,
Stan H.