InterviewSolution
Saved Bookmarks
| 1. |
Machine X can pack 30 articles per hour and machine Y can pack 35 articles per hour. Machine X works for x hours per day and machine Y works for `y` hours per day and both the machines pack at least 2500 articles in a day. Frame and inequation to represent the above data. |
|
Answer» Frome data, Machine X can pack 30 x articles in a day. Machine Y can pack 35 y articles in a day. Both machines can pack at least 2500 articles. `rArr 30 x + 35 y ge 2500` is the required inequation. |
|