We know that if the integers $a$ and $b$ are coprime, then there exist integers $x$ and $y$ such that $xa+yb=1$.
I am wondering whether we could have the following statement true: Statement A: if gcd($a,b$)=$\pm 1$, then there exists an integer $x$ or $y$ (okay if either one of them exists) such that $|xa+b|$ or $|a+yb|$ is a prime number or $1$.
Or could we have the following statement:
Statement B: if gcd($a,b$)=$\pm1$ and both $a$ and $b$ divide $c\neq0$, then there exists an integer $x$ or $y$ such that gcd($xa+b,c$)=$\pm1$ or gcd($a+yb,c$)=$\pm1$. (Again that either one of $x$ and $y$ exists is OK.)