Order of Operations

Property Analysis

New member
Joined
Jul 22, 2022
Messages
1
I am attempting to rearrange the equation below so that instead of solving for ROI it will solve for OP. I have successfully solved for ROI using excel equations but I am having difficulty accurately computing the OP value when entering a set ROI and would greatly appreciate any help!

1658529293133.png
 
I am attempting to rearrange the equation below so that instead of solving for ROI it will solve for OP. I have successfully solved for ROI using excel equations but I am having difficulty accurately computing the OP value when entering a set ROI and would greatly appreciate any help!

View attachment 33466
[math]ROI = \frac{(GOI-(TX+INS+W))-(DS*12)}{(OP*DPP)+(OP*CCP)}\\ ROI = \frac{(GOI-(TX+INS+W))-(DS*12)}{OP*(DPP+CCP)}\\ OP = \frac{(GOI-(TX+INS+W))-(DS*12)}{ROI*(DPP+CCP)}\\[/math]
 
[math]ROI = \frac{(GOI-(TX+INS+W))-(DS*12)}{(OP*DPP)+(OP*CCP)}\\ ROI = \frac{(GOI-(TX+INS+W))-(DS*12)}{OP*(DPP+CCP)}\\ OP = \frac{(GOI-(TX+INS+W))-(DS*12)}{ROI*(DPP+CCP)}\\[/math]
I think you're missing the fact that the equation for DS contains OP, so that ROI depends on OP both directly and through DS. What @Property Analysis has done is to replace DS with its expression, so that now he has to solve his third equation for OP.

I am attempting to rearrange the equation below so that instead of solving for ROI it will solve for OP. I have successfully solved for ROI using excel equations but I am having difficulty accurately computing the OP value when entering a set ROI and would greatly appreciate any help!

View attachment 33466


The first thing I notice is that DS is really

1658539931754.png

so we can make the work simpler by defining that big fraction to be, say, X. So we have [math]DS=OP\cdot X[/math]
Then the first equation just becomes [math]ROI = \frac{(GOI-(TX+INS+W))-(OP\cdot 12X)}{(OP\cdot DPP)+(OP\cdot CCP)}[/math]
The next step will be to multiply both sides by the denominator, and then collect terms with OP on one side. Can you do the rest?
 
Top