You can put this solution on YOUR website! Find the whole number such that twice its square subtracted from seven times the number makes 3.
Let x be the number. Then we have:
7*x - (2*(x^2)) = 3
2*x^2 - 7*x + 3 = 0
Solve for x using the quadratic formula.