Number of ways to cut a cuboid

128 Views Asked by At

There is a cuboid of size b * b * a which needs to be cut into '2a' smaller cuboid of size (b/2) * (b/2) * 2. How many different ways are there to cut the bigger cuboid to achieve the required smaller cuboid?