reshown by
735 views
2 2 votes
Six devices (A,B,C,D,E, F) are each assigned one of three IP addresses (IP#1, IP#2, IP#3). If three
devices are assigned IP#1, two devices are assigned IP#2, and one device IP#3, how many different
assignments are possible?

This is question 4 from lecture 3A.
25% Accept Rate Accepted 1 answers out of 4 questions

1 Answer

3 3 votes
The first step is to find out the number of ways to assign IP#1 to 3 devices out of all the devices. Since at ths initial stage there are 6 devices, then there are C(6,3) or 20 ways.

remember that C(n,r) = n!/r!(n-r)!

The next step is to find out how my ways to assign IP#2 to 2 devices out of the remain 3 devices. There are C(3,2) or 3 ways to do that.

Then lastly finding the number of way to assign IP#3 to the last remaining device, there is only 1 way to do that (C(1,1)).

Now by the Basic Counting Rule the total number of assignments possible is C(6,3)*C(3,2)*C(1,1) or 20*3*1 which is 60 total assignments

Related questions

2 2 votes
1 1 answer
3.5k
3.5k views
KenTheStatsMan asked Oct 8, 2018
3,508 views
This question is from the third Combination example from lecture notes 3A. Researching this question I found this answerhttps://www.quora.com/In-how-many-ways-can-52-card...
1 1 vote
1 1 answer
580
580 views
lopezkev asked Oct 15, 2018
580 views
Given the questions:1. How many different groups of 4 students can be made from a class of 40?and2. How many different lists of 4 students can be made from a class of 40?...
1 1 vote
1 1 answer
598
598 views
Rathin asked Oct 12, 2018
598 views
You can bring along 2 friends! you have 5 friends who want to come along. How many different groups of friends could you take with you?
0 0 votes
0 0 answers
1.3k
1.3k views
Nescafeadjust asked Jun 8, 2022
1,283 views
How do I accurately compare between the number of something a survey measure from my employees each year with a varying umber of survey engagement and employee size?If I ...
1 1 vote
1 1 answer
798
798 views
Gabriel777 asked Oct 27, 2018
798 views
A. To drop the least useful variables of a modelB. To reduce over-fittingC. To reduce the bias of a modelD. To decrease p-value