Solution 1
We can rewrite xyz=1 as z1=xy.
Substituting into one of the given equations, we have
x+xy=5
x(1+y)=5
x1=51+y.
We can substitute back into y+x1=29 to obtain
y+51+y=29
5y+1+y=145
y=24.
We can then substitute once again to get
x=51
z=245.
Thus, z+y1=245+241=41, so m+n=005.
Solution 2
Let r=nm=z+y1.
(5)(29)(r)=(x+z1)(y+x1)(z+y1)=xyz+yxy+xxz+zyz+xyx+yzy+xzz+xyz1=1+x+z+y+y1+z1+x1+11=2+(x+z1)+(y+x1)+(z+y1)=2+5+29+r=36+r
Thus 145r=36+r⇒144r=36⇒r=14436=41. So m+n=1+4=5.
Solution 3
Since x+(1/z)=5,1=z(5−x)=xyz, so 5−x=xy. Also, y=29−(1/x) by the second equation. Substitution gives x=1/5, y=24, and z=5/24, so the answer is 4+1 which is equal to 5.
Solution 4
(Hybrid between 1/2)
Because xyz=1,x1=yz,y1=xz, and z1=xy. Substituting and factoring, we get x(y+1)=5, y(z+1)=29, and z(x+1)=k. Multiplying them all together, we get, xyz(x+1)(y+1)(z+1)=145k, but xyz is 1, and by the Identity property of multiplication, we can take it out. So, in the end, we get (x+1)(y+1)(z+1)=145k. And, we can expand this to get xyz+xy+yz+xz+x+y+z+1=145k, and if we make a substitution for xyz, and rearrange the terms, we get xy+yz+xz+x+y+z=145k−2 This will be important.
Now, lets add the 3 equations x(y+1)=5,y(z+1)=29, and z(x+1)=k. We use the expand the Left hand sides, then, we add the equations to get xy+yz+xz+x+y+z=k+34 Notice that the LHS of this equation matches the LHS equation that I said was important. So, the RHS of both equations are equal, and thus 145k−2=k+34 We move all constant terms to the right, and all linear terms to the left, to get 144k=36, so k=41 which gives an answer of 1+4=005
-AlexLikeMath
Solution 5
Get rid of the denominators in the second and third equations to get xz−5z=−1 and xy−29x=−1. Then, since xyz=1, we have y1−5z=−1 and z1−29x=−1. Then, since we know that z1+x=5, we can subtract these two equations to get that 30x=6⟹x=5. The result follows that z=245 and y=24, so z+y1=241+245=41, and the requested answer is 1+4=005.
Solution 6
Rewrite the equations in terms of x.
x+z1=5 becomes z=x+51.
y+x1=29 becomes y=29−x1
Now express xyz=1 in terms of x.
5−x1⋅(29−x1)⋅x=1.
This evaluates to 29x−1=5−x, giving us x=51. We can now plug x into the other equations to get y=24 and z=245.
Therefore, z+y1=245+241=246=41.
1+4=5, and we are done. ~MC413551
Solution 7
First, we have been given the value of xyz, so we should probably figure out a way to use that. Before that, we replace nm, because why deal with 2 variables when you don't have to. We multiply these 3 equations to get:
(x+z1)(y+x1)(z+y1)⟹xyz+x+y+z+x1+y1+z1=145a
. Plugging the value in for xyz, we get:
2+x+y+z+x1+y1+z1
. Now, we need a way to get these other random terms out of there. We add the three equations to get
x+y+z+x1+y1+z1=34+a
. Plugging this back into the equation we found we get:
36+a=145a⟹a=41⟹005
-jb2015007
Solution 8
Let x=ba,y=cb, and z=ac. From x+z1=5, we get ba+ca=5⇒ac+ab=5bc. Similarly, from y+x1=29,ab+bc=29ac. We wish to find ac+bc=abac+bc. Set ab=1. Then ac+1=5bc and bc+1=29ac. Solving these equations, we get bc=245 and ac=241 and thus we get 245+241=41⇒m=1,n=4 and thus our answer is 5. ~rice_farmer