In total, there are 240 stickers.
We'll represent the number of stickers each received like this: Caleb with a, Lime with b, and Ava with c.
Caleb received twice as many stickers as Lime.
We can write this as:
a = 2 * b
Lime received 3 times as many as Ava.
We can write this as:
b = 3 * c
We also know that they shared all 240 of the stickers, which means that the sum of all of their individual stickers equals that much.
We can write this as:
a + b + c = 240
In order to figure out how many stickers Caleb has, we have to isolate his variable, a.
Let's start out by getting b in terms of a.
We'll start with what we know about the two:
a = 2 * b
Divide both sides by 2:
a / 2 = b
Now we can plug that into our big equation:
a + b + c = 240
We now know b = a / 2, so we can substitute b with a / 2:
a + (a / 2) + c = 240
Now let's get c in terms of a.
We'll start with what we know about c:
b = 3 * c
We don't want b in there, so let's substitute b with a / 2 again:
a / 2 = 3 * c
Divide both sides by the 3:
a / 6 = c
Now we can plug that into our big equation:
a + (a / 2) + c = 240
We now know c = a / 6, so we can substitute c with a / 6:
a + (a / 2) + (a / 6) = 240
In order to get rid of the denominators, lets multiply both sides by 6:
6 * (a + a / 2 + a / 6) = 6 * (240)
Distribute the 6 between the factors:
6a + 6a/2 + 6a/6 = 1440
Reduce where necessary:
6a + 3a + a = 1440
Combine like terms:
10a = 1440
Divide out the 10:
a = 144
So now we know that Caleb has 144 out of the original 240 stickers.
Let's check this against what we started with to make sure our math was correct.
We'll start with our original equation in the last section:
a + (a / 2) + (a / 6) = 240
We'll substitute in 144 for Caleb's sticker count (a):
144 + 144 / 2 + 144 / 6 = 240
And evaluate:
144 + 72 + 24 = 240
240 = 240
Yes! Our answer is correct and verified.