Question 76658
Given:
.
{{{P = x^2 - 13x -80}}}
.
Where P = profit and x = the number of watches sold in a day.
.
If there was a $50 loss for the day, the profit was -50.  Substitute this amount of profit
into the equation and you get:
.
{{{-50 = x^2 -13x - 80}}}
.
Eliminate the -50 on the left side by adding +50 to both sides to get:
.
{{{0 = x^2 - 13x - 30}}}
.
and reverse sides so that you have the equation in the standard quadratic form:
.
{{{x^2 - 13x - 30 = 0}}}
.
The left side of this equation can be factored to get:
.
{{{(x - 15)*(x + 2) = 0}}}
.
and this equation will be true if either of the factors are zero because multiplying
anything by zero results in zero.
.
So solve for values of x that will make the left side zero by setting each factor, one
at a time equal to zero.
.
{{{x - 15 = 0}}} can be solved by adding 15 to both sides to get {{{x = 15}}}
.
and
.
{{{x + 2 = 0}}} can be solved by subtracting 2 from both sides to get {{{x=-2}}}.
.
We can reject the second solution because what does it mean to sell -2 watches ... buy 2 watches?
.
So the answer is that if you only sell 15 watches in a day, you lose $50.
.
And just for fun, let's get an idea of how many watches you need to sell daily to break even.
You break even if your profit is zero, so we can write the equation:
.
{{{x^2 - 13x - 80 = 0}}}
.
If you solve this using the quadratic formula (if you don't know this method yet, you
probably will soon) you will find that the left side of this equation will be zero if 
x is equal to approximately 17.56 or if x = -4.56.  Again we can ignore the negative 
solution.  So this tells us that if 17 watches are sold in a day, you lose a little money
and if 18 watches are sold, you make a little money.
.
Hope this analysis of the watch business gives you some insight into solving quadratic
equations. A tricky part was to recognize that a negative profit is a loss, so you needed
to substitute minus 50 dollars for the profit and then solve the equation for x.