Question says that a yogurt shop allows its customers to add, for no charge, 3 toppings to any yogurt purchased. Also the store has 15 possible toppings.
Now we need to find about how many different 3-topping combinations can a customers choose.
To find that we just need to apply combination formula
![C(n,r)=(n!)/(r!(n-r)!)](https://img.qammunity.org/2019/formulas/mathematics/middle-school/5d6rc9zosc3dn5w8efti6oipojck9nq6og.png)
which is used to select r items out of n items
we have to find combination of 15 toppings into 3 toppings so we calculate C(15,3) using above formula
![C(15,3)=(15!)/(3!(15-3)!)](https://img.qammunity.org/2019/formulas/mathematics/middle-school/v7bsq9g56zm7hixj22es6tjox0tmr37wdf.png)
![C(15,3)=(15!)/(3!*12!)](https://img.qammunity.org/2019/formulas/mathematics/middle-school/bsn39nq8n7b8dguvbeypt7qyqwg3conhvk.png)
![C(15,3)=(15*14*13*12!)/(3!*12!)](https://img.qammunity.org/2019/formulas/mathematics/middle-school/2ugnn9fhirq3svn6p72g2ipv7mz1ekhmq4.png)
![C(15,3)=(15*14*13)/(3!)](https://img.qammunity.org/2019/formulas/mathematics/middle-school/9nx562388h748tl1fo6ixj5p9jw7pjscjz.png)
![C(15,3)=(2730)/(6)](https://img.qammunity.org/2019/formulas/mathematics/middle-school/qgkbxye9uvq08w2ui95edqk65v2vp1yvdo.png)
![C(15,3)=455](https://img.qammunity.org/2019/formulas/mathematics/middle-school/wgwv36bn4dhlnutmllzjl4ok5efixaaty3.png)
Hence final answer is 455.