basil
- 8
- 0
How do you deduce that
a1 - \sqrt{N} b1 = a2 - \sqrt{N}b2
to be
a1=a2 and b1=b2?
a1 - \sqrt{N} b1 = a2 - \sqrt{N}b2
to be
a1=a2 and b1=b2?
daveb said:You can't: Take N = 4, a1=5, b1=1, a2=15, and b2=6
Unit said:Assuming a, b, c, d are integers, then (a - c) is an integer, thus for equality, (d - b)√N must be an integer. This is only true if a = c and b = d, or if √N is an integer, making N a perfect square.