InterviewSolution
Saved Bookmarks
| 1. |
Ashok completed `1/2` of his task in the morning and `1/3` of the task in evening. How much task was done and how much task was left? |
|
Answer» Task done=`1/2+1/3=(3+2)/6=5/6` Completed task=5/6 task left=`1-5/6=1/6`. |
|