165k views
2 votes
A zookeeper is monitoring the population of gazelles. The herd needs three times more males than females to thrive, and the zoo only has room for 12 female gazelles. Let x = the number of female gazelles and y = the number of male gazelles. Write the constraints to represent a thriving population of gazelles at the zoo.

A.x > 0 and y > 0
B.0 < x ≤ 12 and 0 < y ≤ 36
C.0 < x ≤ 12 and y > 36
D.x > 0 and y < 23

User Dotty
by
5.5k points

2 Answers

6 votes

Final answer:

The constraints for a thriving population of gazelles at the zoo, with a limit of 12 female gazelles and the need for thrice as many males, are 0 < x ≤ 12 and 0 < y ≤ 36, which matches answer option B.

Step-by-step explanation:

To represent a thriving population of gazelles in the zoo, we must write constraints that capture the relationship between the number of female gazelles (x) and the number of male gazelles (y). Since the zoo can only accommodate 12 female gazelles, and the herd requires three times more males than females, we can express the constraints as inequalities.

The first constraint pertains to the maximum number of female gazelles, which is 12. Therefore, we have 0 < x ≤ 12. The second constraint relates to the male gazelles, as we need three times as many males as there are females, so y = 3x. Since x has an upper limit of 12, the maximum value for y would be 36 (3 times 12).

Taking into account that we cannot have a negative number of gazelles, the constraints for a population to thrive are:

  • 0 < x ≤ 12: the number of female gazelles must be positive and no more than 12.
  • 0 < y ≤ 36: the number of male gazelles must be positive and no more than three times the maximum number of female gazelles.

Given these constraints, the correct answer is B. 0 < x ≤ 12 and 0 < y ≤ 36.

User TehAnswer
by
5.4k points
2 votes

Answer:

B.0 < x ≤ 12 and 0 < y ≤ 36

Step-by-step explanation:

User Chris Graham
by
6.0k points