is there any way to solve: \(153 (modx) = 5 \)
\(267 (mod x) = 8\) using mod? i tried but im not sure how
153 - 5 ==148
Factor(148) ==2^2 x 37................(1)
267 - 8 ==259
Factor(259) ==7 x 37....................(2)
x == GCD(148, 259) ==37