MHB Determine positive integer solutions

  • Thread starter Thread starter anemone
  • Start date Start date
  • Tags Tags
    Integer Positive
AI Thread Summary
The equation x + y + z + xy + yz + xz = xyz + 1 seeks positive integer solutions for triples (x, y, z) under the condition z ≥ y ≥ x. Various methods, including substitution and analysis of small values, are discussed to find valid triples. The importance of symmetry in the variables is highlighted, as it can simplify the search for solutions. The discussion emphasizes the need for systematic approaches to ensure all possible combinations are considered. Ultimately, the goal is to identify all valid triples that satisfy the given equation.
anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
Determine all triples of positive integers $x,\,y,\,z$ such that $z\ge y\ge x$ and $x+y+z+xy+yz+xz=xyz+1$.
 
Mathematics news on Phys.org
anemone said:
Determine all triples of positive integers $x,\,y,\,z$ such that $z\ge y\ge x$ and $x+y+z+xy+yz+xz=xyz+1$.

add $1 + xyz$ on both sides to get $(1+x)(1+y)(1+z) = 2(1+xyz)$

for upper bound on x letting $x =y = z$ we get $(1+x)^3 =2(1+x^3)=> x <4$

so we need to check for 3 cases $x = 1, 2 , 3$

$x=1 => 2(1+y)(1+z) = 2(1+yz) => 1+y+z + yz = 1 + yz=> y+ z = 0$ or no solution$x=2=> 3(1+y)(1+z) = 2(1+2yz)$
or $3 + 3y + 3z+ 3yz = 2 + 4yz$
or $ yz-3y-3z =1$
or $(y-3)(z-3) = 10$
giving one solution $z-3=10,y-3=1=> z = 13,y=4$
or another solution $z-3 = 5,y-3 =2 => z= 8,y = 5$

$x=3=> 4(1+y)(1+z) = 2(1+3yz)$
or $4 + 4y + 4z + 4yz = 2 + 6yz$
or $ yz - 2y - 2z = 1$
or $(y-2)(z-2) = 5$ giving $z-2=5, y-2 = 1$ or $z = 7, y = 3$

so 3 sets of solution $(x,y,z) = (2,5,8),(2,4,13),(3,3,7)$
 
Last edited:
Well done kaliprasad! :cool:
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Back
Top