Loading [MathJax]/jax/output/SVG/jax.js
 
+0  
 
0
17
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 28, 2024
 #1
avatar+280 
+2

N2(modLCM[6,7,8])N2(mod168)

 

set up equation

168N+2=1000168N=998N=499845.940

 

round down N = 6

 

 

answer is 6. 

 Jul 29, 2024
edited by BRAINBOLT  Jul 29, 2024

2 Online Users

avatar