Weird Maths for CDEF - Please help

Post general support questions here that do not specifically fall into the Linux or Windows categories.

Moderators: Developers, Moderators

Post Reply
aaronnicoli
Posts: 33
Joined: Tue May 05, 2009 7:28 pm

Weird Maths for CDEF - Please help

Post by aaronnicoli »

Hi all,

I have a maths prob and cannot work it out.

I need this to run a CDEF, but can someone make this for f.


where i = 100; p = 30;

find for f.

i = f - (f * (p / 100))

eg.
100 = f - (f * (30 / 100))
100 = f - (f * .3) #cannot get past this :S

Thanks in advance
aaronnicoli
Posts: 33
Joined: Tue May 05, 2009 7:28 pm

Post by aaronnicoli »

Someone else helped me work it out elsewhere:

i = f - (f * (p / 100))Multiply through by (100 / p):

i * (100 / p) = f * (100 / p) - fFactorize RHS:

i * (100 / p) = f * (100 / p - 1) = f * ((100 - p) / p)Multiply through by (p / (100 - p)):

i * 100 / (100 - p) = fIn your example:

f = 100 * 100 / (100 - 30) = 100 * 100 / 70 = 1000 / 7
Post Reply

Who is online

Users browsing this forum: No registered users and 9 guests