I need a bit of help rearranging this equation

  • Thread starter Thread starter Hfuais
  • Start date Start date
  • Tags Tags
    Bit
AI Thread Summary
To isolate x in the equation y = 50 (5 - 0.67^x), first divide both sides by 50, resulting in y/50 = 5 - 0.67^x. Next, subtract 5 from both sides to get y/50 - 5 = -0.67^x, and then multiply by -1 to simplify to 5 - y/50 = 0.67^x. Taking the logarithm of both sides leads to log((250 - y)/50) = x log(0.67). Finally, solve for x by dividing: x = log((250 - y)/50) / log(0.67).
Hfuais
Messages
5
Reaction score
0
1. The equation is : y = 50 ( 5 - 0.67 ^ x)



2. Just basic rearranging, I need to isolate x.



3. So far I have..
y = 50 ( 5 - 0.67 ^ x)
y - 50=( 5 - 0.67 ^ x)
y - 55 = - 0.67 ^ x)
Now is the bit where I am stuck, seeing it is raised as a power? I know it's simple, I just can't remember! :/
 
Physics news on Phys.org
Remember what the natural log (ln) is and this becomes simple.

55 - y = .67^x

ln(55 - y) = ln(.67^x)

ln(55 - y) = xln(.67)

x = ln(55 - y) / ln(.67)

Is this what you needed?
 
You are doing pretty much everything wrong. To begin with, you do not just "move to the other side and change the sign". I wish that phrase we banned!

To "solve for x" or "make x the subject" (the first is American English, the second British English) you need to undo everything that is done to x, by doing the opposite, on both sides.

The first thing you want to eliminate is that "50" and it multiplies the rest of the right side and the opposite of multiplying is dividing. Divide both sides by 50 to get y/50= 5- 0.67^x. Now, we have 5 added on the right so subtract 5 from both sides: y/50- 5= -0.67^x. That "-" indicates a multiplication by -1 so divide by -1 (which, yes, is the same as multiplying by -1): 5- y/50= 0.67^x. Note that 5- y/50 is NOT (5- y)/50. We could write 5= 250/50 so that 5- y/50= (250- y)/50 so that 5- y/50= (250- y)/50= 0.67^x.

Now the right side is a exponential function- the "x" is in the exponent. And the opposite of an exponential is a logarithm. That is, take the logarithm of both sides:
log((250- y)/50)= log(.67^x)= xlog(.67)

Finally, since we now have the right side reduced to x times something, divide by it: x= [log((250- y)/50)/log(.67).
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top