Ant has to add 1 unit in x, y and z direction in order to reach to distant corner
Case 1 (+1, +1, +1)= 3*2*1=6
Case 2 (+1, +1, -1, +1, +1)= 3*2*1*1*1=6
Case 3 (+1, +1, -1, +1, -1, +1, +1)= 3*2*1*1*1*1*1=6
Total number of ways = 6+6+6=18
An ant is clinging to one corner of a box in the shape of a cube. The ant wants to get to the most distant corner of the box by crawling only along the edges of the cube and without ever revisiting a place it has been. How many different paths can the ant take to the
...
Case 1 (+1, +1, +1)= 3*2*1=6
Case 2 (+1, +1, -1, +1, +1)= 3*2*1*1*1=6
Case 3 (+1, +1, -1, +1, -1, +1, +1)= 3*2*1*1*1*1*1=6
Total number of ways = 6+6+6=18
vibhav wrote:
An ant is clinging to one corner of a box in the shape of a cube. The ant wants to get to the most distant corner of the box by crawling only along the edges of the cube and without ever revisiting a place it has been. How many different paths can the ant take to the
...








