I subtract 14 from a certain number. I multiply the result by the result by three .the final answer is three.what was the number

To find the number, let's break down the given information step by step:

1. Start with an unknown number, let's call it "x".
2. Subtract 14 from the unknown number: x - 14.
3. Multiply the result by 3: 3 * (x - 14).
4. The final answer is 3: 3 * (x - 14) = 3.

Now we can solve for x by following these steps:

1. Distribute the multiplication: 3x - 42 = 3.
2. Add 42 to both sides to isolate the variable: 3x = 45.
3. Divide both sides by 3 to solve for x: x = 15.

Therefore, the original number is 15.