x + y + z =1
= 2
= 3
Find xyz .The answer will be of the form . Enter the answer as .
(correct to three decimal places )
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.
let S1 = x + y + z =1
S2 = x^2 + y^2 + z^2 = 2
S3 = x^3 + y^3 + x^3 = 3
t2 = xy + yz + xz
t3 = xyz
We have ,
S2 = S1 ^ 2 - ( 2 * t2 )
=> 2 = 1 - ( 2 * t2)
=> 1 = -2 * t2
=> t2 = -1 / 2
We also have ,
S3 = S1 ^ 3 - ( 3 * S1 * t2 ) + 3(t3)
=> 3 = 1 - [ 3 * 1 * ( -1 / 2 ) ] + 3 * xyz
=> 2 = 3/2 + 3xyz
=> 1 / 2 = 3xyz
=> xyz = 1/6 ........ => a = 1 , b = 6
(a+b) / ab = 7 / 6 = 1.167 :)