The equation above is used in MS Excel, this is why you see the variable G13, B12 etc.
B12 = 34370
C8 = 8105
C3 = 0.4
B3 = 0.2
C18 = 42475
B9 = 7605
C5 = 0.12
C19 = 0.02
Can someone please help.
Next, you have to scan the equation for appearances of G13. Where are they? Do they multiply other numbers? If so, can you gather all those expression in one place?
#3
SuperSonic4
Gold Member
MHB
190
0
dipster307 said:
I an having problems trying arrange the formula below. I want to change it so the formula starts wuth "G13" equals to.
The equation above is used in MS Excel, this is why you see the variable G13, B12 etc.
B12 = 34370
C8 = 8105
C3 = 0.4
B3 = 0.2
C18 = 42475
B9 = 7605
C5 = 0.12
C19 = 0.02
Can someone please help.
Let's define some constants to make them easier to work with. You can define these in excel if you like instead of back subbing.
In case you're wondering I have used an addition sign in $\alpha$ because G13 - B12-C8 = G13 - (B12+C8)[/color]
We can now sub in the constants we've defined above:
40981.10 = G13 -( (((G13 - $\alpha$ )*C3) + $\beta$ + ( $\gamma $ + ((G13-C18)*C19)) )
After distributing the minus sign and clearing up superfluous brackets:
40981.10 = G13 - (G13 - $\alpha$ )*C3 - $\beta$ - ( $\gamma $ + (G13-C18)*C19)You can distribute that minus sign in the last term too. From there it's a case of multiplying out and then combining those terms with G13 in them and those that don't.
#4
dipster307
5
0
SuperSonic4 said:
Let's define some constants to make them easier to work with. You can define these in excel if you like instead of back subbing.
In case you're wondering I have used an addition sign in $\alpha$ because G13 - B12-C8 = G13 - (B12+C8)
We can now sub in the constants we've defined above:
40981.10 = G13 -( (((G13 - $\alpha$ )*C3) + $\beta$ + ( $\gamma $ + ((G13-C18)*C19)) )
After distributing the minus sign and clearing up superfluous brackets:
40981.10 = G13 - (G13 - $\alpha$ )*C3 - $\beta$ - ( $\gamma $ + (G13-C18)*C19)You can distribute that minus sign in the last term too. From there it's a case of multiplying out and then combining those terms with G13 in them and those that don't.
For the first one you're distributing the minus sign across both terms.: -C3 * - $\alpha$ = C3*$\alpha$ .. I find it helps if you either imagine/put C3 at the front or act like you're distributing a -1 where there is just a minus sign
The second and third ones are a little trickier to spot. I started by eliminating the bracket inside (G13-C18) by expansion before applying the minus sign outside the ($\gamma$ + (G13-C18)*C19) brackets:If we just concentrate on this bit: -($\gamma$ + (G13-C18)*C19)
Expanding out the inside brackets: -($\gamma$ + G13*C19 - C18*C19)
Now it's easier to distribute the minus sign: -$\gamma$ - G13*C19 + C18*C19 (because I am multiplying two negatives)Brought back into the equation as a whole: X = G13 – G13*C3 + $\alpha$*C3 - $\beta$ - $\gamma$ - G13*C19 + C18*C19.
The rest of goes as you worked out but with the sign changes and you end up with: G13 = (X - $\alpha$*C3 + $\beta$ + $\gamma$ - C18*C19 ) / (1 – C3 - C19)
Unfortunately I am about 0.3 out (I get 58965.21) yet I cannot spot where I went wrong but hopefully someone else will be able to see it.
For reference the values I took:
$\alpha = 42475$
$\beta = 6874$
$\gamma = 4184.4$
C3 = 0.4
C18 = 42745
C19 = 0.02
#6
Sudharaka
Gold Member
MHB
1,558
1
dipster307 said:
I an having problems trying arrange the formula below. I want to change it so the formula starts wuth "G13" equals to.
The equation above is used in MS Excel, this is why you see the variable G13, B12 etc.
B12 = 34370
C8 = 8105
C3 = 0.4
B3 = 0.2
C18 = 42475
B9 = 7605
C5 = 0.12
C19 = 0.02
Can someone please help.
And after comparing my solution with SuperSonic4's, they appear to be identical. And I get ~58965.52 in both cases, so I'm guessing that some number got entered incorrectly somewhere.
#8
dipster307
5
0
Reckoner said:
My working (open the spoiler if you want to look at a jumbled mess of variables):
And after comparing my solution with SuperSonic4's, they appear to be identical. And I get ~58965.52 in both cases, so I'm guessing that some number got entered incorrectly somewhere.
Thanks everyone for helping out, I just need to keeping practicing my maths skills a bit more :)