David W. answered 05/30/15
Experienced Prof
Word (story) problems are easy if you use a table to translate the words to precise, concise math variables and operations. For example,
Is means =
Larger than, more than +
Four times a 4*a
F is 550 less than S F = S – 550
Total of A, B, C; altogether A + B + C
If a partial answer
This seems obvious – until you get stuck on a word problem.
So, assign variables. Since we are asked to find the number of attendees, let N = number of attendees
“each attendee receives 2 slices” means 2*N slices
“20 slices left” means 20
“each attendee receives 2 slices, there will be 20 slices left” means slices = 2*N + 20
“5 attendees do not receive any slices and the rest receive 5 slices each, there will be no cake left”
Means 5 slices for N-5 attendees
Slices = 5 * (N-5)
O.K., now the math:
Slices = 2*N + 20 = 5 * (N-5)
2N + 20 = 5N – 25
45 = 3N
15 = N
Checking:
Does 2*(15) +20 = 5*(15-5) ? Yes.