Now, it look like there is some information missing in the answer. The whole problem should look like this:
Alicia Keys's new album As I Am is climbing the charts, and the manager of Tip Top Tunes expects to sell a lot of copies. Because she has limited shelf space, she can't put out all her copies of the CD at once. On Monday morning, she stocked the display with 40 copies. By the end of the day, some of the copies had been sold. On Tuesday morning, she counted the number of copies left and then added that many more to the shelf. In other words, she doubled the number that was left in the display. At the end of the day, she discovered that she had sold the exact same number of copies as had been sold on Monday. On Wednesday morning, the manager decided to triple the number of copies that had been left in the case after Tuesday. Amazingly, she sold the same number of copies on Wednesday as she had on each of the first two days! But this time, at the end of the day the display case was empty. How many copies of the As I Am CD did she sell each day?
Answer:
She sold 24 copies of the cd each day.
Explanation:
In order to solve this problem we must first set our variable up. In this case, since we need to know what the number of sold cd's per day is, that will just be our variable:
x= Number of copies sold.
So we can start setting our equation up. So we take the first part of the problem:
"On Monday morning, she stocked the display with 40 copies. By the end of the day, some of the copies had been sold."
This can be translated as:
40-x
where this expression represents the number of copies left on the shelf by the end of monday.
"On Tuesday morning, she counted the number of copies left and then added that many more to the shelf."
so we represent it like this:
(40-x)+(40-x)
"In other words, she doubled the number that was left in the display."
so the previous expression can be simplified like this:
2(40-x)
"At the end of the day, she discovered that she had sold the exact same number of copies as had been sold on Monday."
so the expression now turns to:
2(40-x)-x this is the number of copies left by the end of tuesday.
"On Wednesday morning, the manager decided to triple the number of copies that had been left in the case after Tuesday."
this translates to:
3[2(40-x)-x]
This is the number of copies on the shelf by the begining of Wednesday.
"Amazingly, she sold the same number of copies on Wednesday as she had on each of the first two days! But this time, at the end of the day the display case was empty."
this piece of information lets us finish writting our equation:
3[2(40-x)-x] -x = 0
since there were no copies left on the shelf, then the equation is equal to zero.
So now we proceed and solve the equation for x:
3[2(40-x)-x] -x = 0
We simplify it from the inside to the outside.
3[80-2x-x]-x=0
3[80-3x]-x = 0
we now distribute the 3 so we get:
240-9x-x=0
we combine like terms so we get:
240-10x=0
we move the 240 to the other side of the equation so we get:
-10x=-240
and divide both sides into -10 so we get:
x=24
so she sold 24 copies each day.