arch1
- 3
- 0
Hi there, I need help with the following situation. Apologies if I'm not using the correct arithmetic terms!
Variables: d,e,f
e + f = g
d / g = j
j x e = K
j x f = L
K + L = M
d = M
the above situation is a simplified problem, which is easily solvable. Here's where I run into trouble: (bottom row is the sum)
[TABLE="class: grid, width: 500, align: center"]
[TR]
[TD]d[/TD]
[TD]e[/TD]
[TD]f[/TD]
[TD]g= e+f[/TD]
[TD]j=d/g[/TD]
[TD]K=j x e[/TD]
[TD]L=j x e[/TD]
[TD]M = K+ L[/TD]
[/TR]
[TR]
[TD]1500[/TD]
[TD]0[/TD]
[TD]1500[/TD]
[TD]1500[/TD]
[TD]1.000[/TD]
[TD]0[/TD]
[TD]1500[/TD]
[TD]1500[/TD]
[/TR]
[TR]
[TD]2673[/TD]
[TD]1250[/TD]
[TD]1150[/TD]
[TD]2400[/TD]
[TD]1.113750[/TD]
[TD]1392[/TD]
[TD]1281[/TD]
[TD]2673[/TD]
[/TR]
[TR]
[TD]2729[/TD]
[TD]2366[/TD]
[TD]0[/TD]
[TD]2366[/TD]
[TD]1.153423[/TD]
[TD]2729[/TD]
[TD]0[/TD]
[TD]2729[/TD]
[/TR]
[TR]
[TD]6902[/TD]
[TD]3616[/TD]
[TD]2650[/TD]
[TD]6266[/TD]
[TD][/TD]
[TD]4121[/TD]
[TD]2781[/TD]
[TD]6902[/TD]
[/TR]
[/TABLE]
But 6902/6266 = 1.101500 and j x e for the totals is 3,983 and j x f is 2,919
Is there a formula where I can take the sum of e and f and multiply by j or some other factor and get the correct 4,121 and 2781? without knowing the individual numbers that make up the total of e and f? Multiplying 3616 and 2650 by 1.101500 gives me the wrong values for K and L, even though the sum of the two numbers is 6,902.
Thanks!
Variables: d,e,f
e + f = g
d / g = j
j x e = K
j x f = L
K + L = M
d = M
the above situation is a simplified problem, which is easily solvable. Here's where I run into trouble: (bottom row is the sum)
[TABLE="class: grid, width: 500, align: center"]
[TR]
[TD]d[/TD]
[TD]e[/TD]
[TD]f[/TD]
[TD]g= e+f[/TD]
[TD]j=d/g[/TD]
[TD]K=j x e[/TD]
[TD]L=j x e[/TD]
[TD]M = K+ L[/TD]
[/TR]
[TR]
[TD]1500[/TD]
[TD]0[/TD]
[TD]1500[/TD]
[TD]1500[/TD]
[TD]1.000[/TD]
[TD]0[/TD]
[TD]1500[/TD]
[TD]1500[/TD]
[/TR]
[TR]
[TD]2673[/TD]
[TD]1250[/TD]
[TD]1150[/TD]
[TD]2400[/TD]
[TD]1.113750[/TD]
[TD]1392[/TD]
[TD]1281[/TD]
[TD]2673[/TD]
[/TR]
[TR]
[TD]2729[/TD]
[TD]2366[/TD]
[TD]0[/TD]
[TD]2366[/TD]
[TD]1.153423[/TD]
[TD]2729[/TD]
[TD]0[/TD]
[TD]2729[/TD]
[/TR]
[TR]
[TD]6902[/TD]
[TD]3616[/TD]
[TD]2650[/TD]
[TD]6266[/TD]
[TD][/TD]
[TD]4121[/TD]
[TD]2781[/TD]
[TD]6902[/TD]
[/TR]
[/TABLE]
But 6902/6266 = 1.101500 and j x e for the totals is 3,983 and j x f is 2,919
Is there a formula where I can take the sum of e and f and multiply by j or some other factor and get the correct 4,121 and 2781? without knowing the individual numbers that make up the total of e and f? Multiplying 3616 and 2650 by 1.101500 gives me the wrong values for K and L, even though the sum of the two numbers is 6,902.
Thanks!