You can put this solution on YOUR website! Assume you mean:
if the rato of one less than twice a number to the square of the number is 5/9:
: =
cross multiply
9(2x-1) = 5x^2
18x - 9 = 5x^2
arrange as a quadratic equation on the right
0 = 5x^2 - 18x + 9
This factors to
(5x-3)(x-3) = 0
The integer solution is all we want here
x = 3
:
;
See if that works =