Question 1042347
let x be the number.
x can be positive or negative.


your formula is x * (7x + 14) = 105
simplify to get 7x^2 + 14x = 105
subtract 105 from both sides to get 7x^2 + 14x - 105 = 0
factor to get(7x+35) * (x-3) = 0
solve for x to get x = -5 or x = 3
confirm by replacing x in the original equation to see if the equation holds true.
original equation is x * (7x + 14) = 105
when x = -5, this becomes -5 * (-35 + 14) = 105 which becomes -5 * -21 which becomes 105 = 105.
when x = 3, this becomes 3 * (21 + 14) = 105 which becomes 3 * 35 = 105 which becomes 105 = 105.
both values of x makes the original equation true, but your answer has to be -5 because you are looking for a negative number.