InterviewSolution
Saved Bookmarks
| 1. |
If the odd numbered dice have even number of dots on their top faces, then what would be the total number of dots on the top faces of their dice? |
| Answer» Odd numbered dice are : (II), (III) and (V) No. of dots on the top faces of these dice are 2, 2 and 4 respectively. Required total = 2 + 2 + 4 = 8 | |