Respuesta :
Let's take this problem step-by-step:
Let's first set up some variables:
- c: # of children
- a: # of adults
Let's examine the information given:
- Elevator can hold a maximum of 1500 pounds
⇒ average child is 75 pounds
⇒ average adult is 150 pounds
⇒ therefore: [tex]75c + 150a\leq 1500[/tex]
- Elevator can fit no more than 14 people
⇒ therefore: [tex]c + a \leq 14[/tex]
Let's graph the equations:
[tex]75c+150a\leq 1500\\c+a\leq 14[/tex]
⇒ look at the image attached
The point at which the two graphs intersect:
⇒ is the solution that represents the amount of children and adults and
their combine weight
With the horizontal axis being the # of children and vertical axis being the # of adults:
⇒ the solution is 8 children and 6 adults
Answer: 8 children and 6 adults
Hope that helped!