Math Problem Statement

Prabhakar went to buy masks, gloves and sanitizer. He wants to purchase total of 10items from amongst all such that he has one item of each type and he does not intend to purchase more than 5 masks. In how many ways can he select the items.

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Combinatorics
Stars and Bars Theorem
Non-negative Integer Solutions

Formulas

x1 + x2 + x3 = 10 (sum of items)
x1' + x2' + x3' = 7 (after substitution)
Number of solutions for non-negative integers: binomial coefficient formula \binom{n+k-1}{k-1}

Theorems

Stars and Bars Theorem

Suitable Grade Level

Grades 10-12