You can put this solution on YOUR website! Suppose an experiment has only two outcomes, e1 and e2, where p(e1)= p and p(e2)= p^2. What is p?
-----
Equation:
p + p^2 = 1
---
p^2 + p -1 = 0
-----
Quadratic Formula:
p = [-1 +- sqrt(1-4*1*-1)]/2
---
To get a positive answer:
----
p = [-1 +sqrt(5)]/2
---
p = 0.6180
==================
cheers,
Stan H.
==================