InterviewSolution
Saved Bookmarks
| 1. |
The minimum cost of each table is Rs. 10 and each capsule is Rs. 10. If the cost of 8 table and 5 capsules is not less than Rs. 150, frame the inequations for the given data.A. `x ge 10 , y ge 10, 8x+5y ge 150`B. `x ge 10, y ge 10 ,8s+5y le 150`C. `x le 10, y le 10, 8x+5y ge 150`D. ` x le 10, y le 10, 8x+5y le 150` |
|
Answer» Correct Answer - A Let the cost of each tablet of x and the cost of each capsuel be y. Minimum cost of each tablet and each capsule is Rs. 10. `:. xge 10 and y ge 10` The cost of 8 tablet and 5 capsules should be greater than or equal to 150 ,i.e., ` 8x+5y gt 150`. |
|