You can put this solution on YOUR website! If half the difference between the square of a certain positive number, and the number, is 3 more than twice the number, what is the number
: (x^2 - x) = 2x + 3
Multiply both sides by 2
x^2 - x = 2(2x + 3)
x^2 - x = 4x + 6
x^2 -x - 4x - 6 = 0
x^2 - 5x - 6 = 0
Factors to
(x-6)(x+1) = 0
Two solutions
x = 6
x = -1
:
Check both solutions in the original equation