Correct option is C. Row 15 of pascal's triangle will be used.
Pascal's triangle:
1 n = 0 , Row = 0
1 1 n = 1 , Row = 1
1 2 1 n = 2 , Row = 2
:
.........
.......
For n = 0, Row number 1
For n = 1, Row number 2
For n = 2, Row number 3
We make pascal's triangle but sum of above two number, write below.
As we can see in pascal's triangle.
Exponent represent the number of row.
If binomial has exponent n then nth row of pascal's triangle use.
For
Here power is 15
So, we have to use 15 row of pascal's triangle.
Hence, Row 15 is correct
To learn more about Pascal's triangle from the given link
https://brainly.com/question/5305033
#SPJ4