Saved Bookmarks
| 1. |
Amit has shirts and pants such that thetotal is less than 10. If the number of shirtsis 2 more than the number of pants, findthe maximum number of pants he couldhave |
|
Answer» Let the number of shirt be x and pant be y => x + y < 10 now if x = y +2 then y+2 +y < 10=> 2y + 2 < 10=> 2y < 8 => y < 4 maximum number of pant can be 3 |
|