Here are the solutions to the problems:
18. A number Z is such that when it is divided by 30, 36 and 47 the remainder is always 7. Find the smallest possible value of Z.
Step 1: Understand the problem. If a number Z leaves a remainder of 7 when divided by 30, 36, and 47, it means that (Z−7) is perfectly divisible by 30, 36, and 47. Therefore, (Z−7) is a common multiple of 30, 36, and 47. To find the smallest possible value of Z, we need to find the Least Common Multiple (LCM) of 30, 36, and 47, and then add 7 to it.
Step 2: Find the prime factorization of each number.
30=2×3×5
36=22×32
47=47(47isaprimenumber)
Step 3: Calculate the LCM of 30, 36, and 47. The LCM is found by taking the highest power of all prime factors present in any of the numbers.
LCM(30,36,47)=22×32×51×471
LCM=4×9×5×47
LCM=36×5×47
LCM=180×47
LCM=8460
Step 4: Find the value of Z.
Since (Z−7)=LCM, we have:
Z−7=8460
Z=8460+7
Z=8467
The smallest possible value of Z is 8467.
19. Which of the following number is divisible by both 3 and 4: 36, 744, 101, 302, 805
To be divisible by both 3 and 4, a number must satisfy the divisibility rules for both 3 and 4.
• Divisibility Rule for 3: The sum of the digits of the number must be divisible by 3.
• Divisibility Rule for 4: The number formed by the last two digits must be divisible by 4.
Let's check each number:
-
36:
- Sum of digits: 3+6=9. Since 9 is divisible by 3, 36 is divisible by 3.
- Last two digits: 36. Since 36 is divisible by 4 (36÷4=9), 36 is divisible by 4.
- Conclusion: 36 is divisible by both 3 and 4.
-
744:
- Sum of digits: 7+4+4=15. Since 15 is divisible by 3, 744 is divisible by 3.
- Last two digits: 44. Since 44 is divisible by 4 (44÷4=11), 744 is divisible by 4.
- Conclusion: 744 is divisible by both 3 and 4.
-
101:
- Sum of digits: 1+0+1=2. Since 2 is not divisible by 3, 101 is not divisible by 3.
- Conclusion: Not divisible by both 3 and 4.
-
302:
- Sum of digits: 3+0+2=5. Since 5 is not divisible by 3, 302 is not divisible by 3.
- Conclusion: Not divisible by both 3 and 4.
-
805:
- Sum of digits: 8+0+5=13. Since 13 is not divisible by 3, 805 is not divisible by 3.
- Conclusion: Not divisible by both 3 and 4.
The numbers divisible by both 3 and 4 are 36and744.