1
How many three-digit numbers divisible by 7 can be formed using the first three prime digits without repetition?
0:00
Solution: The first three prime digits are 2, 3, and 5. Forming three-digit numbers without repetition: 235, 253, 325, 352, 523, 532. Checking divisibility by 7: 235 % 7 = 4, 253 % 7 = 1, 325 % 7 = 3, 352 % 7 = 2, 523 % 7 = 5, 532 % 7 = 0. Only 532 is divisible by 7. Hence, there is 1 such number.
3
If P is the product of all even numbers from 2 to 100, determine the largest 'm' such that P is divisible by 4725^m.
0:00
Solution: Step 1: Factorize 4725 into prime factors: 4725 = 3^3 * 5^2 * 7
Step 2: Determine the powers of 3, 5, and 7 in the product of even numbers from 2 to 100.
Step 3: For 7: There are 7, 14, 21... 98. So, 7 appears 8 times (considering 98 = 2 * 7^2).
Step 4: For 5: 5, 10, 15... 100 contribute 5^12.
Step 5: For 3: 3, 6, 9... 99 contribute more than 3^16.
Step 6: Since 4725 = 3^3 * 5^2 * 7, the limiting factor is 7^8 and 5^12, and 3^3.
Step 7: Hence, the largest 'm' is determined by the smallest quotient which is 6 for 5^12.