PDA

View Full Version : Transposing formulas help?


MoodBeam
Jan 10, 2012, 10:49 PM
Make S the subject for;

F - S
D = ----- x 100
S

ebaines
Jan 11, 2012, 08:03 AM
I assume you are starting with this:


D = (\frac {F-S} S ) \times 100.


Multiply both sides by S, and rearrange:


DS = (F-S)100\\
DS + 100S = 100F\\
S(D+100) = 100F\\
S = \frac {100F}{D + 100}