If $$\{x\}+y+\lfloor{z}\rfloor=3.1$$
$$x+\lfloor{y}\rfloor+\{z\}=2.4$$
$$\lfloor{x}\rfloor+\{y\}+z=1.3$$
then find the value of $z$.
My attempt:
I converted fractional part of every equation to greatest integer to get $$x+y+z=3.4$$ but I don't see any way to solve it.
$$\{x\}+y+\lfloor{z}\rfloor=3.1\tag{1}$$
$$x+\lfloor{y}\rfloor+\{z\}=2.4\tag{2}$$
$$\lfloor{x}\rfloor+\{y\}+z=1.3\tag{3}$$
Observe that $$\{a\}+\lfloor{a}\rfloor=a$$
Now, add $(1),(2)$ and $(3)$, to get
$$x+y+z=3.4\tag{4}$$
Then,
Subtract $(1)$ from $(4)$ to get
$$\lfloor{x}\rfloor+\{z\}=0.3\tag{5}$$
Similarly,
Subtract $(2)$ from $(4)$ to get
$$\{y\}+\lfloor{z}\rfloor=1.0\tag{6}$$
Subtract $(3)$ from $(4)$ to get
$$\{x\}+\lfloor{y}\rfloor=2.1\tag{7}$$
As $0 \leq \{a\} <1$