Difference between revisions of "MIE 2016/Day 1/Problem 9"

(Created page with "===Problem 9=== Let <math>x</math>, <math>y</math> and <math>z</math> be complex numbers that satisfies the following system: <math>\begin{cases}x+y+z=7\\x^2+y^2+z^2=25\\\fra...")
 
(Solution)
 
Line 20: Line 20:
  
 
==Solution ==
 
==Solution ==
 +
We start by expanding <math>(x+y+z)^2=x^2+y^2+z^2+2(xy+yz+xz)</math>.
 +
 +
 +
As we are given <math>(x+y+z)</math> and <math>x^2+y^2+z^2</math>, we get <math>(xy+yz+xz)</math> is <math>12</math>.
 +
 +
 +
Next, we simplify the third case and obtain <math>4(xy+yz+xz)=xyz</math>
 +
 +
 +
As we know <math>(xy+yz+xz)</math> is <math>12</math>, we know <math>xyz</math> is <math>48</math>
 +
 +
 +
Next we expand <math>(x+y+z)^3=x^3+y^3+z^3+3((x+y+z)(xy+yz+xz)-xyz)</math>
 +
 +
 +
Rearranging the equation we arrive at <math>x^3+y^3+z^3=(x+y+z)^3-3((x+y+z)(xy+yz+xz)-xyz)</math>
 +
 +
 +
Substituting all the known values, we get <math>x^3+y^3+z^3=343-3((7)(12)-48) = 235</math>. <math>\boxed{\textbf{B}}</math>.
  
 
==See Also==
 
==See Also==

Latest revision as of 22:40, 7 January 2018

Problem 9

Let $x$, $y$ and $z$ be complex numbers that satisfies the following system:

$\begin{cases}x+y+z=7\\x^2+y^2+z^2=25\\\frac{1}{x}+\frac{1}{y}+\frac{1}{z}=\frac{1}{4}\end{cases}$


Compute $x^3+y^3+z^3$.


(a) $210$

(b) $235$

(c) $250$

(d) $320$

(e) $325$


Solution

We start by expanding $(x+y+z)^2=x^2+y^2+z^2+2(xy+yz+xz)$.


As we are given $(x+y+z)$ and $x^2+y^2+z^2$, we get $(xy+yz+xz)$ is $12$.


Next, we simplify the third case and obtain $4(xy+yz+xz)=xyz$


As we know $(xy+yz+xz)$ is $12$, we know $xyz$ is $48$


Next we expand $(x+y+z)^3=x^3+y^3+z^3+3((x+y+z)(xy+yz+xz)-xyz)$


Rearranging the equation we arrive at $x^3+y^3+z^3=(x+y+z)^3-3((x+y+z)(xy+yz+xz)-xyz)$


Substituting all the known values, we get $x^3+y^3+z^3=343-3((7)(12)-48) = 235$. $\boxed{\textbf{B}}$.

See Also