Question 230820: How do I solve for r where:
(1/(1+r))*(30/r)-100 = 0
I'm getting stuck on the steps in te middle..."the work"... Found 2 solutions by Alan3354, stanbon:Answer by Alan3354(69443) (Show Source):
You can put this solution on YOUR website! (1/(1+r))*(30/r)-100 = 0
(1/(1+r))*(30/r) = 100
Multiply thru by r*(1+r)
30 = 100r*(1+r)
30 = 100r^2 + 100r
10r^2 + 10r - 3 = 0
You can put this solution on YOUR website! How do I solve for r where:
(1/(1+r))*(30/r)-100 = 0
-----------------
Multiply thru by r(1+r) to get:
(30)-100r(r+1) = 0
---
-100r^2-100r+30 = 0
Divide thru by -10 to get:
10r^2 + 10r - 3 = 0
---
Use the quadratic formula:
r = [-10 +- sqrt(100 - 4*10*-3)]/20
---
r = [-10 +- sqrt(220)]/20
---
r = [-10 +- 2sqrt(55)]/20
x = [-1/2 + (1/10)sqrt(55)] or x = [-1/2 + (1/10)sqrt(55)]
========================================
Cheers,
Stan H.