i need a dataming expert
Project detail
Consider a cube defined on the following dimension hierarchies:
{customer < customer_city < customer_state}
{day < month < year}
{product < product_group}.
a. (1pt) Knowing that cuboids are generated by selecting any subset of attributes from the dimension hierarchies such that at most one attribute is selected from each dimension hierarchy find the number of cuboids that can be generated for this cube. Write the formula and make the calculations.
b. (1pt) How many cuboids include the customer_city attribute.
c. (1.5pt) List all the cuboids that include the customer_city attribute.
d. (0.5pt) Is:
(customer_state, day, year, product_group)
a valid cuboid in this cube?