InterviewSolution
Saved Bookmarks
| 1. |
A college is currently accepting students that are both in-state and out-of-state. They plan to accept four times as many in-state students as out-of-state, and they only have space to accept 100 out-of-state students. Let x = the number of out-of-state students and y = the number in-state students. Write the constraints to represent the incoming students at the college. x > 0 and y > 0 0 400 0 < x and y < 100 |
|
Answer» It’s 100 Step-by-step EXPLANATION: TRUST me |
|