You can put this solution on YOUR website! The product of a number and 3 less than a number is 4
A number = x
Other number = x - 3
x(x - 3) = 4
x^2 - 3x = 4
x^2 - 3x - 4 = 0
(x + 1)(x - 4) = 0
x + 1 = 0
x = -1 (no answer x < 0)
x - 4 = 0
x = 4
Number = 4
Other number = 1
Hope this helps.
:-)