How many pairs of (not necessarily positive) integers satisfy the equation $2xy = 6x + 7y$?
I got this as a practice problem in my book, and I've been pretty stuck on how to find all pairs. I've managed to brute force a few solutions, but I don't really see a pattern. And I'm not sure how to tell once I've found every possible integer solution. Also, I've recently learned that this falls under the Diophantine Equation category, and I know a few identities from that. One identity I know is Simon's Favorite Factoring Trick, but that doesn't seem to work here given the $2$ as the coefficient of the $xy$ term. Any ideas how I can proceed from here, and how I can generally solve this kind of equation?