Question 473465
In how many ways can 8 people sit around a round table? 
Ans: 7!
-----------------------
Using all the prime numbers less than 10 how many four-digit even numbers can be made if repetition is not allowed.
--
Primes less than 10: 2,3,5,7
---
To be even the 2 must be the right-most digit
---
The other 3 digits can be arranges is 3! = 6 ways
----
# of numbers is 1*6 = 6
Cheers,
Stan H.