Let x be the first integer and y be the second integer.
From the problem statement, we can write two equations:
x = 2y - 4 (one integer is 4 less than twice another integer)
xy = 96 (their product is 96)
Substitute the first equation into the second equation:
(2y - 4)y = 96
Simplify and rearrange:
2y^2 - 4y - 96 = 0
Divide both sides by 2:
y^2 - 2y - 48 = 0
Factor the quadratic equation:
(y - 8)(y + 6) = 0
From this, we get two possible values for y:
y - 8 = 0 (which gives y = 8)
or
y + 6 = 0 (which gives y = -6)
If y = 8, then x = 2y - 4 = 2(8) - 4 = 12.
If y = -6, then x = 2y - 4 = 2(-6) - 4 = -16.
Therefore, the two integers are either 12 and 8, or -16 and -6.