InterviewSolution
Saved Bookmarks
| 1. |
1/3 of 6 dozens fruits in a Fruitsellers cart are apples. If1/4 of all the fruits are apples and the rest of the fruits are bananas. find how many dozen bananas are there in the fruit sellers cart? |
|
Answer» 1 dozen = 12 6 dozen = 6 x 12 = 72 total number of apples in the cart = x 72 = 24 total number of oranges = x 72 = 18 total number of bananas = 72 - ( 24 + 18) = 72 - 42 = 30 number of dozen bananas = 30/12 = 5/2 = 2.5 dozens |
|