 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | A shopkeeper sells mangoes in two types of boxes, one small and onelarge. A large box contains as many as 8 small boxes plus 4 loose mangoes.Set up an equation which gives the number of mangoes in each smallbox. The number of mangoes in a large box is given to be 100. | 
| Answer» Let the number of mangoes in small box `= x` Then, the number of mangoes in large box ` = 8x+4` We are given, the number of mangoes in large box is `100`. So, the required equation is, `8x+4 = 100` | |