Given:
The given numbers are 5,6,7,8,9.
Required:
Find the way so three-digit numbers can be written using digits from the sets 5, 6, 7, 8, 9 without any repeating digits.
Explanation:
Let n is the total number then the way to write m digits number is given by the formula:
[tex]A(n,m)=\frac{n!}{(n-m)!}[/tex]So the way to write 3 digits numbers are:
[tex]\begin{gathered} A(5,3)=\frac{5!}{(5-3)!} \\ =\frac{5!}{2!} \\ =5\times4\times3 \\ =60 \end{gathered}[/tex]Final Answer:
Option D is the correct answer.