SOLUTION: The Jurassic Zoo charges $28.00 for each adult admission and $12.00 for each child. The total bill for 254 people from a school trip was $3864.00. How many adults and how many chil

Algebra ->  Coordinate Systems and Linear Equations  -> Lessons -> SOLUTION: The Jurassic Zoo charges $28.00 for each adult admission and $12.00 for each child. The total bill for 254 people from a school trip was $3864.00. How many adults and how many chil      Log On


   



Question 200854: The Jurassic Zoo charges $28.00 for each adult admission and $12.00 for each child. The total bill for 254 people from a school trip was $3864.00. How many adults and how many children went to the zoo?
Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
Let
a = # of adults that attended
c = # of children that attended


Since a total of 254 people attended, this means that a%2Bc=254. Also, because "The Jurassic Zoo charges $28.00 for each adult admission and $12.00 for each child" and "The total bill for 254 people from a school trip was $3864.00", we know that 28a%2B12c=3864


So we have the system of equations:

system%28a%2Bc=254%2C28a%2B12c=3864%29



In order to solve for one variable, we must eliminate the other variable. So if we wanted to solve for "a", we would have to eliminate "c" (or vice versa).


So lets eliminate "c". In order to do that, we need to have both "c" coefficients that are equal but have opposite signs (for instance 2 and -2 are equal but have opposite signs). This way they will add to zero and cancel out.

So to make the "c" coefficients equal but opposite, we need to multiply both "c" coefficients by some number to get them to an equal number. So if we wanted to get 1 and 12 to some equal number, we could try to get them to the LCM 12. However, we want one number equal to 12 and the other equal to -12.


Because one "c" coefficient is already equal to 12, we need to multiply both sides of the first equation by -12 (to get the "c" coefficient equal to -12).





28a%2B12c=3864 Start with the first equation.


-12%28a%2Bc%29=-12%28254%29 Multiply the both sides of the first equation by -12.


-12a-12c=-3048 Distribute and multiply.


So we have the new system of equations:


system%28-12a-12c=-3048%2C28a%2B12c=3864%29


Take note that the "c" coefficients are equal but opposite.


Now add the equations together. You can do this by simply adding the two left sides and the two right sides separately like this:


%28-12a-12c%29%2B%2828a%2B12c%29=%28-3048%29%2B%283864%29


%28-12a%2B28a%29%2B%28-12c%2B12c%29=-3048%2B3864 Group like terms.


16a%2B0c=816 Combine like terms.


16a=816 Simplify.


a=%28816%29%2F%2816%29 Divide both sides by 16 to isolate a.


a=51 Reduce.


------------------------------------------------------------------


-12a-12c=-3048 Now go back to the first equation.


-12%2851%29-12c=-3048 Plug in a=51.


-612-12c=-3048 Multiply.


-12c=-3048%2B612 Add 612 to both sides.


-12c=-2436 Combine like terms on the right side.


c=%28-2436%29%2F%28-12%29 Divide both sides by -12 to isolate c.


c=203 Reduce.


============================================================================

Answer:


So the solutions are a=51 and c=203.


This means that 51 adults attended and 203 children attended.