Loading [MathJax]/jax/output/SVG/jax.js
 
+0  
 
+1
34
1
avatar+2729 

Find the number of solutions to
N &\equiv 2 \pmod{6}, \\
N &\equiv 2 \pmod{7}, \\
N &\equiv 2 \pmod{8}
in the interval 0 \le N < 1000.

 Jul 17, 2024
 #1
avatar+1950 
+1

For N to satisfy all the choices given, we must find the LCM of 6, 7, and 8. 

We have that LCM[6,7,8]=168

 

Since they are all containing remainder 2, we have the equation

168x+21000

 

Since we want the max number, we set the equations to equal each other and solve for x. We get

168x+2=1000168x=998x=499845.940

 

We round down, so our final answer is 5. 

 

Thanks! :)

 Jul 17, 2024
edited by NotThatSmart  Jul 17, 2024

0 Online Users