Answer:
Let's call the unknown number "x". According to the problem, we know that:
x * (x - 6) = 27
Expanding the left side of the equation, we get:
x^2 - 6x = 27
Subtracting 27 from both sides, we get:
x^2 - 6x - 27 = 0
Now we can use the quadratic formula to solve for x:
x = (-b ± sqrt(b^2 - 4ac)) / 2a
In this case, a = 1, b = -6, and c = -27, so:
x = (-(-6) ± sqrt((-6)^2 - 4(1)(-27))) / 2(1)
x = (6 ± sqrt(180)) / 2
x = (6 ± 6sqrt(5)) / 2
x = 3 ± 3sqrt(5)
So the two possible solutions are:
x = 3 + 3sqrt(5) ≈ 8.746
x = 3 - 3sqrt(5) ≈ -2.746
Since the problem statement doesn't specify whether the number should be positive or not, both solutions are valid.