The square of a number is 3 less than four times the number. Which values could be the number?
x = the number
x^2 = 4x - 3 re-arrange
x^2 - 4x + 3 = 0 factor ( or use Quadrtatic Formula)
(x-1)(x-3) = 0 shows x = 1 or 3