Scary equations

{ x 2 + 2 y 2 + 5 z 2 = 35 + 6 y z x + 2 y 3 z = 9 x + y + z = 10 \begin{cases} x^2 + 2y^2 + 5z^2 = 35 + 6yz \\ x + 2y - 3z = 9 \\ x + y + z = 10 \end{cases}

Given that the integers ( x , y , z ) (x, y, z) are a solution to the following simultaneous equations above, find the value of x y z xyz .


The answer is 14.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

3 solutions

Kazem Sepehrinia
Jul 22, 2015

Combine 2nd and 3rd equations to get x + 5 z = 11 x+5z=11 , it follows that z 2 z\le2 . Trying z = 1 , 2 z=1, 2 gives only one triple with integer values: ( x , y , z ) = ( 1 , 7 , 2 ) (x, y, z)=(1, 7, 2) .

Brilliant solution but unfortunately I said "positive integers" by accident. It should've read "Given the integers (x,y,z)" instead.

Josh Banister - 5 years, 10 months ago
Kenny Lau
Jul 22, 2015

The question wrote "positive integers" instead of "integers" before this solution was created. Therefore, I would keep the solution for the "positive integers" below the solution for the "integers".


SOLUTION FOR QUESTION IN CURRENT FORM :

We have: { x 2 + 2 y 2 + 5 z 2 = 35 + 6 y z x + 2 y 3 z = 9 x + y + z = 10 \begin{cases} x^2 + 2y^2 + 5z^2 = 35 + 6yz \\ x + 2y - 3z = 9 \\ x + y + z = 10 \end{cases}

Subtracting the third equation from the second equation: y 4 z = 1 y-4z=-1

Arranging: y = 4 z 1 y=4z-1

Third equation: x + y + z = 10 x+y+z=10

Substituting y = 4 z 1 y=4z-1 : x + ( 4 z 1 ) + z = 10 x+(4z-1)+z=10

Simplifying: x = 11 5 z x=11-5z

Substituting x = 11 5 z x=11-5z and y = 4 z 1 y=4z-1 to the first equation: ( 11 5 z ) 2 + 2 ( 4 z 1 ) 2 + 5 z 2 = 35 + 6 ( 4 z 1 ) z (11-5z)^2+2(4z-1)^2+5z^2=35+6(4z-1)z

Expanding: 121 110 z + 25 z 2 + 32 z 2 16 z + 2 + 5 z 2 = 35 + 24 z 2 + 6 z 121-110z+25z^2+32z^2-16z+2+5z^2=35+24z^2+6z

Rearranging and cancelling: 38 z 2 120 z + 88 = 0 38z^2-120z+88=0

Solving quadratic equation : z = 2 or z = 19 22 z=2 \mbox{ or } z=\frac{19}{22}

Reject the second one since z z is an integer.

Substituting z = 2 z=2 to y = 4 z 1 y=4z-1 gives us: y = 4 × 2 1 = 7 y=4\times2-1=7

Substituting z = 2 z=2 to x = 11 5 z x=11-5z gives us: x = 11 5 × 2 = 1 x=11-5\times2=1

Therefore: x y z = 1 × 7 × 2 = 14 xyz=1\times7\times2=\fbox{14}


SOLUTION FOR ORIGINAL QUESTION (as reference only):

We have: { x 2 + 2 y 2 + 5 z 2 = 35 + 6 y z x + 2 y 3 z = 9 x + y + z = 10 \begin{cases} x^2 + 2y^2 + 5z^2 = 35 + 6yz \\ x + 2y - 3z = 9 \\ x + y + z = 10 \end{cases}

Subtracting the third equation from the second equation: y 4 z = 1 y-4z=-1

Arranging: y = 4 z 1 y=4z-1

From the condition that x 1 x\ge1 and (z\ge1): y = 10 x z 10 1 1 = 8 y=10-x-z\le10-1-1=8

  • When z = 1 z=1 , y = 4 × 1 1 = 3 y=4\times1-1=3 .
  • When z = 2 z=2 , y = 4 × 2 1 = 7 y=4\times2-1=7 .
  • When z = 3 z=3 , y = 4 × 3 1 = 11 y=4\times3-1=11\color{#D61F06}✘ because we earlier declared that y y must be smaller than or equal to 8 8 .

Therefore, we only have two cases:

  • x = 6 , y = 3 , z = 1 x=6,y=3,z=1
  • x = 1 , y = 7 , z = 2 x=1,y=7,z=2

Let us plug them into the first equation.

In the first case,

  • x 2 + 2 y 2 + 5 z 2 = 59 x^2+2y^2+5z^2=59
  • 35 + 6 y z = 53 35+6yz=53
  • 59 53 59\ne53\color{#D61F06}✘

In the second case,

  • x 2 + 2 y 2 + 5 z 2 = 119 x^2+2y^2+5z^2=119
  • 35 + 6 y z = 119 35+6yz=119
  • 119 = 119 119=119\color{#20A900}✔

Therefore, x y z = 1 × 7 × 2 = 14 xyz=1\times7\times2=\fbox{14} .

Brilliant solution but unfortunately I said "positive integers" by accident. It should've read "Given the integers (x,y,z)" instead.

Josh Banister - 5 years, 10 months ago

Log in to reply

I have done it :D

Kenny Lau - 5 years, 10 months ago
Josh Banister
Jul 22, 2015

I had to rewrite the question because I forgot I put on the bound "positive integers". It is now written as just "integers". Have a go again if you dare.

I have done it again :D

Kenny Lau - 5 years, 10 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...