from a group of n objects r objects are taken at a time in which K particular objects are always included In how many ways it could be done
Answers
Answer:
This can be done in three ways.
This is called restricted permutation.
The ways are given in the image.
Hope this helps you.
Mark me as BRAINLIEST
Concept:
A Permutation is an organisation of its members into a sequence or linear order, or a rearrangement of its elements if the set is already sorted.
Given:
There are n objects and r objects need to be selected which includes k particular objects.
Find:
The number of possible ways to select the objects.
Solution:
The total number of objects = n.
The total number of objects that need to be selected = r.
The number of objects that need to be always included = k.
Taking k objects into one group, then the total number of objects remaining is = n - k.
The number of objects to select = r - k.
There are r places to fill the selected objects.
The number of ways to select is = .
Hence, the number of ways is .