Logan D. answered 04/10/15
Tutor
5
(547)
Expert Teacher: Calculus, Differential Equations & Physics for Success
A = average
c = # of coins
p = # of pirates
p = # of pirates
Pirates found a treasure of golden coins and divided them equally
A = c / p
If there were 4 pirates less then each one of them would've got 10 coins more
A + 10 = c / (p - 4)
if there were 50 less coins each pirate would've got 5 less coins
A - 5 = (c - 50) / p
We have three unknowns and three equations, so we can solve for each variable. To summarize, our system of equations is:
A = c / p
A + 10 = c / (p - 4)
A - 5 = (c - 50) / p
We can begin solving by method of elimination or substitution. I'll substitute the first equation into the third.
(c / p) - 5 = (c - 50) / p
⇒ c - 5p = c - 50
⇒ -5p = -50
⇒ p = 10
Next, I'll substitute the first equation into the second, then substitute the value of p we just found.
(c / p) + 10 = c / (p - 4)
⇒ (c / 10) + 10 = c / (10 - 4)
⇒ (c / 10) + 10 = c / 6
⇒ (6c / 10) + 60 = c
⇒ 6c + 600 = 10c
⇒ 4c = 600
⇒ c = 150
The pirates found 150 golden coins.
[Note: We can check our answer by substituting the values of p and c into our three equations. If they're the correct values, then A should be the same in all three equations. I'll go ahead and do it just to boost our confidence.
First, I'm going to rearrange all the equations for A.
A = c / p
A + 10 = c / (p - 4) ⇒ A = (c / (p - 4)) - 10
A - 5 = (c - 50) / p ⇒ A = ((c - 50) / p) + 5
A + 10 = c / (p - 4) ⇒ A = (c / (p - 4)) - 10
A - 5 = (c - 50) / p ⇒ A = ((c - 50) / p) + 5
Now, substitute:
A = c / p = 150 / 10 = 15
A = (c / (p - 4)) - 10 = (150 / 6) - 10 = 25 - 10 = 15
A = ((c - 50) / p) + 5 = (100 / 10) + 5 = 10 + 5 = 15]