To solve the problem, we need to find how many 4-digit numbers can be formed using the digits 1, 2, 3, 4, 5 without repetition such that the number is divisible by 5.
1. Understanding Divisibility by 5:
A number is divisible by 5 if its last digit is either 0 or 5.
Since the digits given are 1, 2, 3, 4, 5 and 0 is not included, the last digit must be 5 for the number to be divisible by 5.
2. Fixing the Last Digit:
Last digit = 5 (fixed)
3. Selecting the First Three Digits:
The remaining digits available for the first three positions are {1, 2, 3, 4} since digits cannot be repeated.
4. Counting the Number of Possible Arrangements:
Number of ways to arrange the first digit = 4 (any of the four digits)
Number of ways to arrange the second digit = 3 (remaining digits)
Number of ways to arrange the third digit = 2 (remaining digits)
5. Calculating Total Number of 4-digit Numbers:
Total numbers = $4 \times 3 \times 2 = 24$
Final Answer:
The number of 4-digit numbers divisible by 5 that can be formed without repetition is $ {24} $.