Calvin Lin:
Find the number of coprime pairs (a, b) of positive integers subject to 0 100, such that a|(b2-11) and b|(a2-11).
There would be a small correction to the problem. You say, a|b2-11. Then a = [ b^2 -11] / k1. Where k1 is a natural number. Then, [b- 11^(1/2)].[b+11^(1/2)] / k1 = a = prime number. Then either [b- 11^(1/2)] /k1 OR [b+11^(1/2)]/k1. Because a>1 according to the given conditions. But b is a natural number. And 11^(1/2) is not a natural number. Also k1 is a natural number. Then we have a contradition. If you input some square number instead of 11, then the problem may okay.
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
Note that "coprime pairs of positive integers" means that gcd(a,b)=1.
It does not imply that a and b are prime numbers.
For example, (6,35) are coprime, but neither of the numbers are prime.
Log in to reply
Calvin Lin: Actually, a and b are not needed to be prime numbers. According to my previous argument, then a =1. Then according to the problem's conditions b can take only 1, 2,5. Then answer should be 3.
Log in to reply
Sorry but I do not understand your argument.
Note that (5,14) is also a solution, since 52−11=14 and 142−11=185. This contradicts your claim that a=1.
Log in to reply