SOLUTION: How many guest were present at a Mexican fiesta if every two guest shared fajitas, every three guest shared a plate of nachos,every four guest shared a bowl of refried beans, and t

Algebra ->  Customizable Word Problem Solvers  -> Misc -> SOLUTION: How many guest were present at a Mexican fiesta if every two guest shared fajitas, every three guest shared a plate of nachos,every four guest shared a bowl of refried beans, and t      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 535962: How many guest were present at a Mexican fiesta if every two guest shared fajitas, every three guest shared a plate of nachos,every four guest shared a bowl of refried beans, and there were 65 dishes all together?
Answer by josmiceli(19441) About Me  (Show Source):
You can put this solution on YOUR website!
Let +g+ = number of guests
Let +f+ = number of fajita dishes
Let +n+ = number of nacho plates
Let +r+ = number of refried bean bowls
-----------------------------------
There are half as many fajita dishes as guests
+f+=+g%2F2+
There are 1/3 as many nacho plates as guests
+n+=+g%2F3+
There are 1/4 as many refried bean bowls as guests
+r+=+g%2F4+
and
+f+%2B+n+%2B+r+=+65+
-----------------
There are 4 equations and 4 unknowns, so it's solvable
By substitution:
+g%2F2+%2B+g%2F3+%2B+g%2F4+=+65+
Multiply both sides by +12+
+6g+%2B+4g+%2B+3g+=+780+
+13g+=+780+
+g+=+60+
There are 60 guests
check:
+f+=+30+
+n+=+20+
+r+=+15+
+f+%2B+n+%2B+r+=+65+
OK