(NOTE: The answer is not 96....)
Here are the first several rows of Pascal's Triangle:
1 <------------- row 0
1 1 <----------- row 1
1 2 1 <--------- row 2
1 3 3 1 <------- row 3
1 4 6 4 1 <----- row 4
1 5 10 10 5 1 <--- row 5
The numbers in row n are the coefficients of the expansion of .
For example, the "1 3 3 1" in row 3 are the coefficients in the expansion of
Your expression is , so you are interested in the numbers in row 4 of Pascal's Triangle. Using your expression and the numbers in row 4....
You are asked for the coefficient of the x term. That term is ; the coefficient is .