SOLUTION: a certain number of friends are waiting in line to board a new roller coaster. They can board the ride in 5,040 diffrent ways. How many friends are in line
Algebra ->
Permutations
-> SOLUTION: a certain number of friends are waiting in line to board a new roller coaster. They can board the ride in 5,040 diffrent ways. How many friends are in line
Log On
Question 967412: a certain number of friends are waiting in line to board a new roller coaster. They can board the ride in 5,040 diffrent ways. How many friends are in line
You can put this solution on YOUR website! i don't know if there's a formula to find this.
you can try several numbers and iterate to get the answer.
the number of friends will be x, where x! = 5040.
try 5! to get 120
try 6! to get 720
try 12! to get 479001600 which is way too big.
try 9! to get 3628880 which is still too big.
it whould be 7 or 8.
try 7! to get 720 * 7 = 5040.