We need to form a two-digit number such that the digit in the unit's place is greater than the digit in the ten's place.
For the ten’s place, we can select any digit from 1 to 4 (since the unit's place must be greater). For each choice in the ten's place, there are 4 remaining digits available for the unit’s place, but only those greater than the chosen digit in the ten's place.
- If the ten’s digit is 1, the unit's digit can be 2, 3, 4 (3 choices).
- If the ten’s digit is 2, the unit's digit can be 3, 4 (2 choices).
- If the ten’s digit is 3, the unit's digit can be 4 (1 choice).
Thus, the total number of such pairs is:
\[
3 + 2 + 1 = 6.
\]
Now, we can form a 2-digit number for each pair, so we multiply by the number of ways to arrange the remaining digits:
\[
6 \times 4! = 6 \times 24 = 60.
\]