Courses
Q.
The least number which when divided by 16,18,20 and 25 leaves 4 as remainder in each case but when divided by 7 leaves no remainder is
see full answer
Start JEE / NEET / Foundation preparation at rupees 99/day !!
a
17004
b
18004
c
18002
d
18000
answer is D.
(Unlock A.I Detailed Solution for FREE)
Ready to Test Your Skills?
Check your Performance Today with our Free Mock Test used by Toppers!
Take Free Test
Detailed Solution
To solve this problem, we need to find the least number N that satisfies the following conditions:
- When divided by 16, 18, 20, and 25, the remainder is 4.
- When divided by 7, there is no remainder (i.e., N is divisible by 7).
Step 1: Express the conditions mathematically
- The number N leaves a remainder of 4 when divided by 16, 18, 20, and 25. This means that: N≡4 (mod 16) N≡4 (mod 18) N≡4 (mod 20) N≡4 (mod 25) These conditions are equivalent to: N−4≡0 (mod 16), (mod 18), (mod 20), (mod 25) So N−4 must be divisible by the least common multiple (LCM) of 16, 18, 20, and 25.
Step 2: Calculate the LCM of 16, 18, 20, and 25
To find the LCM, first, break down the numbers into their prime factorizations:
- 16 = 24
- 18 = 2×32
- 20 = 22×5
- 25 = 52
The LCM is obtained by taking the highest powers of all prime factors:
LCM(16,18,20,25)=24×32×52=16×9×25=3600
So, N−4 must be divisible by 3600. Therefore, N=3600k+4, where k is an integer.
Step 3: Apply the condition that N is divisible by 7
Now, we need to find the value of N that is divisible by 7. Thus:
3600k+4≡0 (mod 7)
We first find 3600mod7:
3600÷7=514 remainder 2
So, 3600≡2 (mod 7), and the equation becomes:
2k+4≡0 (mod 7)
Simplifying:
2k≡−4 (mod 7) 2k≡3 (mod 7)
Next, multiply both sides by the modular inverse of 2 modulo 7. The inverse of 2 modulo 7 is 4 (since 2×4=8≡1 (mod 7)). Multiplying both sides of the equation by 4:
k≡12 (mod 7) k≡5 (mod 7)
Thus, k=7m+5, where m is an integer.
Step 4: Calculate the least value of N
Substitute k=7m+5 into the equation for N:
N=3600k+4=3600(7m+5)+4=25200m+18000+4=25200m+18004
So, the smallest value of N is when m=0:
N=18004
The least number is 18004.
Therefore, the correct option is 18004.