This used to be really easy for me, but after 1 month away from school I've seemed to forget it all
I need to solve this for n:
Code:y n
-- + -- = 5
c d
thanks in advance,
Dimava
Printable View
This used to be really easy for me, but after 1 month away from school I've seemed to forget it all
I need to solve this for n:
Code:y n
-- + -- = 5
c d
thanks in advance,
Dimava
one more plz...
solve for t:
Code:t
-------- = s
w+t
thanks
n = d (5 - y/c)
t = s (w + t)Quote:
Originally posted by dimava
one more plz...
solve for t:
Code:t
-------- = s
w+t
t = sw + st
t - st = sw
(1 - s)t = sw
t = sw/(1 - s)
thanks :cool: