You can put this solution on YOUR website! Three divided by the difference of one and a number
is as much as twice the same number.
---------
3/(1-x) = 2x
---------
Cross-multply to get:
2x-2x^2 = 3
------
2x^2 - 2x + 3 = 0
---
Quadratic Formula::
x = [2+-sqrt(4-4*2*3)]/(2*2)
--------
x = [2+-sqrt(-20)]/4
--------
x = [2 +- 2isqrt(5)]/4
--------
x = (1/2) +- (i/2)sqrt(5)
==============
Cheers,
Stan H.
==============