Question:

A boy needs to select five courses from 12 available courses, out of which 5 courses are language courses If he can choose at most two language courses, then the number of ways he can choose five courses is

Updated On: Mar 19, 2025
Hide Solution
collegedunia
Verified By Collegedunia

Correct Answer: 546

Solution and Explanation

The total number of courses is 12, with 5 language courses and 7 non-language courses. For at most two language courses, the possible combinations are: 

- 0 language courses: \( \binom{7}{5} \), 

- 1 language course: \( \binom{5}{1} \cdot \binom{7}{4} \), 

- 2 language courses: \( \binom{5}{2} \cdot \binom{7}{3} \). 

Calculate each term: 1. \( \binom{7}{5} = 21 \), 

2. \( \binom{5}{1} \cdot \binom{7}{4} = 5 \cdot 35 = 175 \), 

3. \( \binom{5}{2} \cdot \binom{7}{3} = 10 \cdot 35 = 350 \). 

Total: \[ 21 + 175 + 350 = 546. \] Final Answer: 546.

Was this answer helpful?
4
3

Concepts Used:

Probability

Probability is defined as the extent to which an event is likely to happen. It is measured by the ratio of the favorable outcome to the total number of possible outcomes.

The definitions of some important terms related to probability are given below:

Sample space

The set of possible results or outcomes in a trial is referred to as the sample space. For instance, when we flip a coin, the possible outcomes are heads or tails. On the other hand, when we roll a single die, the possible outcomes are 1, 2, 3, 4, 5, 6.

Sample point

In a sample space, a sample point is one of the possible results. For instance, when using a deck of cards, as an outcome, a sample point would be the ace of spades or the queen of hearts.

Experiment

When the results of a series of actions are always uncertain, this is referred to as a trial or an experiment. For Instance, choosing a card from a deck, tossing a coin, or rolling a die, the results are uncertain.

Event

An event is a single outcome that happens as a result of a trial or experiment. For instance, getting a three on a die or an eight of clubs when selecting a card from a deck are happenings of certain events.

Outcome

A possible outcome of a trial or experiment is referred to as a result of an outcome. For instance, tossing a coin could result in heads or tails. Here the possible outcomes are heads or tails. While the possible outcomes of dice thrown are 1, 2, 3, 4, 5, or 6.