Art B. answered 01/04/15
Tutor
New to Wyzant
Dayana,
I think you are missing some information (the equations which best represents this situation). So here is a solution:
Let x = number of envelopes Sarah stuffed
Let y = number of envelopes Lacey stuffed
Let z = number of envelopes Mark stuffed.
Since Sarah stuffed 10 more than Lacey:
x = y + 10 eqn (1)
Since Mark stuffed 3 less than twice Lacey:
z = 2y - 3 eqn (2)
All together, 503 envelopes were stuffed means:
x + y + z = 503 eqn (3)
Substitute x = y + 10 and z = 2y - 3 into eqn (3) yields:
(y + 10) + y + (2y - 3) = 503
4y + 7 = 503
4y = 496
y = 124 envelopes
Solve for x using eqn (1):
x = y + 10 = 124 + 10 = 134 envelopes
Solve for z using eqn (3):
x + y + z = 503
134 + 124 + z = 503
Z = 245 envelopes
Hope this helps!