Solve for x,y and z;If
xy+x+y=23
yz+y+z=31
zx+z+x=47
Input your answer as the sum of positive values of x,y,z.
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.
Re-writing these equations as (x+1)(y+1)=24, (y+1)(z+1)=32 and (z+1)(x+1)=48, then multiplying out and taking square-root gives (x+1)(y+1)(z+1)=192, which on dividing out above equations one by one gives (z+1) = 8, (x+1)=6 and (y+1)=4. Consequently, x, y and z are 5, 3 and 7, respectively, and their sum is 15.