Math Problem Statement

e. find the number of ways to select 20 toys of three colors: Red; green, blue; you should select at least one toy of each color; no more than 7 toys of color red, and no more than 6 of color blue.

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Combinatorics
Generating Functions
Restricted Combinations

Formulas

y1 + y2 + y3 = 17
Generating function for y1: (1 - x^7) / (1 - x)
Generating function for y2: 1 / (1 - x)
Generating function for y3: (1 - x^6) / (1 - x)
Final generating function: ((1 - x^7) * (1 - x^6)) / (1 - x)^3

Theorems

Generating Function Theorem for Combinatorics
Stars and Bars Theorem

Suitable Grade Level

Undergraduate/Advanced High School