Yahoo 知識+ 將於 2021 年 5 月 4 日 (美國東岸時間) 停止服務,而 Yahoo 知識+ 網站現已轉為僅限瀏覽模式。其他 Yahoo 資產或服務,或你的 Yahoo 帳戶將不會有任何變更。你可以在此服務中心網頁進一步了解 Yahoo 知識+ 停止服務的事宜,以及了解如何下載你的資料。
Modular arithmetic?
What is the minimum value for N, such that N>=0 and the following conditions are satisfied.
N ≡ 3mod7
N ≡ 4mod9
N ≡ 9mod11
2 個解答
- 匿名1 十年前最愛解答
Not really sure how to show work for this one, but I guess you can write out the sets:
First set (N ≡ 3mod7)
N {3, 10, 17, 24, 31, 38, 45, 52, 59, 66, 73, 80, 87, 94, 101...}
Second set (N≡ 4mod9)
N {4, 13, 22, 31, 40, 49, 58, 67, 76, 85, 94, 103, 112, 121, 130, 149...}
Third set (N ≡ 9mod11)
N {9, 20, 31, ...} Stopped at 31 because it's the first number in each set.
- 1 十年前
3 mod 7: 3, 10, 17, 24, 31, 38, ...
4 mod 9: 4, 13, 22, 31, 40, ...
9 mod 11: 9, 20, 31, 42, 53, ...
Looks like 31 is the smallest such number.