Problema Solution
On kids' night, there must be at least one child with every adult. The restaurant has a maximum seating capacity of 75 people. Write a system of inequalities to represent the constraints of the system.
Answer provided by our tutors
let
a = the number of adults
c = the number of children
there must be at least one child with every adult:
c > a
the restaurant has a maximum seating capacity of 75 people:
a + c <= 75
the system of inequalities to represent the constraints is:
c > a
a + c <= 75