epsi00
- 84
- 0
Is there a simple way to find the integer values of f(x)=(a+5x)/(6x+1) with a, x integers.
The discussion revolves around finding integer values of the function f(x) = (a + 5x) / (6x + 1) where both a and x are integers. Participants explore methods to determine x for given integer values of a, addressing the complexity of the problem for larger values of a.
Participants express differing interpretations of the problem, with some focusing on deriving a from x and others on finding x for a given a. The discussion remains unresolved regarding the most efficient method to find integer values of x.
Participants mention the complexity of checking values of x one by one for larger integers a, indicating a potential limitation in brute-force approaches.
CompuChip said:If you pick any integer for x, you can set
[tex]a = (6x + 1) n - 5x[/tex]
to get any integer n you like.
Is that what you meant by "finding the integer values"?