Arranging Formula to Calculate M35 from 18733.59

  • MHB
  • Thread starter dipster307
  • Start date
  • Tags
    Formula
In summary, the conversation discusses a formula rearrangement problem in MS Excel. The formula involves variables M35, M36, I39, I40, and I41, and the goal is to calculate M35 when X is known. The formula is rearranged to isolate M35 and the final solution is: M35 = (X - I41*I40 - M36*I39) / (1 - I40 - I39). However, there were some sign typoes in the original solution.
  • #1
dipster307
5
0
I am having problems trying arrange the formula below. I want to change it so the formula starts with "M35" equals to.

18733.59 = M35-(((M35-I41)*I40)+((M35-M36)*I39))

The equation above is use in MS Excel, this is why you see the variable M35, I41 etc.

Now the values used to get the value 18733.59 is as follows:

M35 = 23823.52
M36 = 8105
I40 = 0.12
I41 = 7605
I39 = 0.2

Say if 18733.59 is equal to X. I used the formula to calculate X as I know all the values. But I want to arrange the formula to calculate M35, so I I know the value of X and I don't know the value of M35, I can calculate it, if I had the formula re-arrange, I could than calculate it.

Can someone please help.
 
Mathematics news on Phys.org
  • #2
dipster307 said:
I am having problems trying arrange the formula below. I want to change it so the formula starts with "M35" equals to.

18733.59 = M35-(((M35-I41)*I40)+((M35-M36)*I39))

The equation above is use in MS Excel, this is why you see the variable M35, I41 etc.

Now the values used to get the value 18733.59 is as follows:

M35 = 23823.52
M36 = 8105
I40 = 0.12
I41 = 7605
I39 = 0.2

Say if 18733.59 is equal to X. I used the formula to calculate X as I know all the values. But I want to arrange the formula to calculate M35, so I I know the value of X and I don't know the value of M35, I can calculate it, if I had the formula re-arrange, I could than calculate it.

Can someone please help.

X = M35-(((M35-I41)*I40)+((M35-M36)*I39))

First you have a redundant set of brackets, so we get rid of them:

X = M35 - ((M35-I41)*I40) - ((M35-M36)*I39)
Expand the brackets:

X = M35 - M35*I40 + I41*I40 - M35*I39 + M36*I39

Now collect the terms with M35:

X = M35*(1 - I40 - I39) + I41*I40 + M36*I39

so:

M35*(1 - I40 - I39) = X - I41*I40 - M36*I39

giving:

M35 = (X - I41*I40 - M36*I39) / (1 - I40 - I39)CB
 
Last edited:
  • #3
Sounds like a good answer, however this is my problem.

M35 = 23823.52 and X = 18733.59

These values are correct and can't be changed.

So when I use your formula, your answer. I put in X and do the calculation, I get 16689.99 and not 18733.59.

Using the BODMAS.

I am doing something wrong or is there an error in your solution?
 
  • #4
a=M35, b=M36, c=I39, d=I40, e=I41

a = (x - bc - de) / (1 - c - d)
a = 23823.514705882...

CB has a couple of sign typoes...
 
  • #5
Wilmer said:
CB has a couple of sign typoes...

Not any more, thanks

CB
 
  • #6
CaptainBlack said:
Not any more, thanks
CB

You still need to stand in the corner for 15 minutes !
 

FAQ: Arranging Formula to Calculate M35 from 18733.59

How do I calculate M35 from a given value of 18733.59?

To calculate M35 from a given value of 18733.59, you can use the formula M35 = 18733.59/35. This will give you the value of M35 as 534.96.

What is the significance of M35 in the given formula?

M35 represents the value of the 35th term in the sequence or pattern being studied. It is used to find the specific value of a term in the sequence.

Can the formula be rearranged to solve for a different term in the sequence?

Yes, the formula can be rearranged to solve for any term in the sequence. The general formula for finding the value of the nth term in a sequence is Mn = (n-1)d + a, where d is the common difference and a is the first term in the sequence.

Is there a specific order in which the formula should be arranged?

Yes, the formula should be arranged in the order of operations, which is parentheses, exponents, multiplication/division, and addition/subtraction. It is important to follow this order to get the correct result.

What are the possible reasons for getting an error or incorrect result when using the formula?

Some possible reasons for getting an error or incorrect result when using the formula could be incorrect values for the first term or common difference, using the wrong order of operations, or inputting the wrong value for the term you are trying to find. It is important to double-check all values and follow the correct order of operations to ensure an accurate result.

Similar threads

Replies
5
Views
1K
Replies
31
Views
2K
Replies
4
Views
1K
Replies
2
Views
2K
Replies
3
Views
1K
Replies
11
Views
2K
Back
Top