asked 35.9k views
1 vote
There are 7 empty lockers in a school hallway. in how many different ways could 4 new students be assigned to lockers?

asked
User Flobadob
by
8.4k points

1 Answer

4 votes
This can be solved using the combination formula C(n,r), where n is the number of objects ( lockers) and r is the sample ( number of students).

There are 7 lockers and 4 students, so it would be written as C(7,4)

= 7! / (4!(7-4)!)

= 7*6*5*4*3*2 / ((4*3*2)*(3*2))
=5040 / (24*6)
=5040/144
=35

There are 35 different ways.
answered
User Spencer Uresk
by
8.7k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.