数 1234567890 不是质数,因此可以写成 ab(a,b 为正整数)。
求 a∗+b∗,其中 a∗b∗=1234567890,且对任意其它满足 ab=1234567890 的因子对,都有
∣a−b∣≥∣a∗−b∗∣.
提示:可考虑质因数分解。
The number 1234567890 is not prime, so it can be written in the form ab for two positive integers a and b. Find a∗+b∗, where a∗ and b∗ satisfy a∗b∗=1234567890 and for any other pair (a,b) such that ab=1234567890, ∣a−b∣≥∣a∗−b∗∣. It may be helpful to consider the prime factorization.