x=1825+91/1217
y=7+2/3
z=1827+2/3
Is there any way to turn x into z only using the first two terms, andor a constant, and the operators ' + ', ' - ', ' * ', ' / '.
I know I can take ((x)-(x mod 10)) + y = z, but this uses a modulus.
... Basically the core of the question is can I change any...