How Can I Solve This Bilinear Integer Equation?

  • Context:
  • Thread starter Thread starter juantheron
  • Start date Start date
  • Tags Tags
    Integer
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
juantheron
Messages
243
Reaction score
1
If $x,y$ are integer ordered pair of $2x^2-3xy-2y^2 = 7,$ Then $\left|x+y \right| = $

My Try:: Given $2x^2-3xy-2y^2 = 7\Rightarrow 2x^2-4xy+xy-2y^2 = 7$

So $(2x-y)\cdot (x-2y) = 7.$

Now How can I solve after that

Help me

Thanks
 
Mathematics news on Phys.org
jacks said:
If $x,y$ are integer ordered pair of $2x^2-3xy-2y^2 = 7,$ Then $\left|x+y \right| = $

My Try:: Given $2x^2-3xy-2y^2 = 7\Rightarrow 2x^2-4xy+xy-2y^2 = 7$

So $(2x-y)\cdot (x-2y) = 7.$

Now How can I solve after that

Help me

Thanks


You are just a little bit off. You can check your work. Let's try that here.

$(2x-y)\cdot (x-2y) = 2x^2 - 4xy -xy + 2y^2 = 2x^2 -5xy + 2y^2 \neq 2x^2 - 3xy - 2y^2$.

Knowing this, what do you think the correct factorization is?
 
Once you have got the correct factorisation sorted out, notice that if the product of two integers is $7$, then one of them must be $\pm1$ and the other one must be $\pm7$.
 
Thanks Aryth, opalg Got it.