Given:
Total numbers = 9, 8, 7, 5, 3, 1 ==> 6 numbers
Let's find the number of positive three digit integers whose digits are among the given numbers in which none of the digits are the same.
Here, we are to use permutation since the ordering of the numbers is important.
Apply the formula:
![^nP_r=(n!)/((n-r)!)](https://img.qammunity.org/2023/formulas/mathematics/high-school/gdpdqcyk4odbluf8cnit8vgom9giz385zb.png)
Where:
n = 6
r = 3
We have:
![\begin{gathered} ^6P_3=(6!)/((6-3)!) \\ \\ =(6!)/(3!) \\ \\ =(6*5*4*3!)/(3!) \\ \\ =6*5*4 \\ \\ =120 \end{gathered}](https://img.qammunity.org/2023/formulas/mathematics/college/5xj28rv13cd96eej0m22qpa7iyikq072rs.png)
Therefore, the number of 3 digit integers is 120.
ANSWER:
120