Hey everyone,

My algebra seems to be failing me.  I need some help here.

Here's my equation:
c = ((y - s) / (w - b - s)) * i;

I need to solve for y when I have c.  I wrote it out on paper and I came up
with:
y = ((c / i) * (w - b - s)) + s;

But that doesn't work...

My logic:

c = ((y - s) / (w - b - s)) * i;

c / i = ((y - s) / (w - b - s));

(c / i) * (w - b - s) = y - s;

((c / i) * (w - b - s)) + s = y;

Am I missing something?

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to