Problem 60 of 7
List feasible integer solutions for x + y <= 5, x >= 1, y >= 1 under x and y are whole numbers.
Using a hint is okay. It just tells the trainer to give you a little more review.
Hidden until you reveal it.
account for discrete quantities and nonnegative constraints.
Hidden until you reveal it.
Use small bounds so integer solutions are enumerable.
Enter your answer
Your answer is equivalent to the expected form.
Walkthrough
Full solution stays hidden until you ask for it.
1. Use only whole-number values allowed by context.
2. Test each small pair against every inequality.
Use the worked steps, then substitute the final answer back into the original relationship to confirm it satisfies the prompt.
Fractional or negative points.