Saturday, November 25, 2017

Multiples of 2 numbers that differ by 1

I have 2 known positive integers, a and b . Is there a ' standard ' formula to find the lowest (if possible) positive integers x and y , so that the following is true?




xa=yb+1


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...