Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
47x80 が yaya0 の 10 の補数である場合の a,x,y の値は次のとおりです。
yaya0 の 10 の補数を 100,000-yaya0 と計算しました。
47x80=100,000-yaya0
値を見つける方法は?
47080 + 100x = 100000 - (10000y + 1000a + 100y + 10a) 52920 = 100x + 10100y + 1010a
==>a = 2そうしないと、2を10として取得できません
a = 2
50900 = 100x + 10100y
5 = yこれはとに分割できます9 = x + y
5 = y
9 = x + y
それで
a = 2 x = 4 y = 5