If x = 9.3, y = x - 5.1, z = x - 0.2, k = y + 1.5, a = k + 2.2, b = a - 1.6, h = z + 2.8, u = 625 / 25 and t = 7, then solve the following expression according to the precedence.
P = (x - y + z / k - a / b - h + u % t).
-
P = - 2.54768
-
P = - 2.45748
-
P = - 2.54678
-
P = - 2.54878
-
P = - 2.45768
B
Correct answer
Explanation
This option is correct. First z / k will be solved which comes out to be 1.59649. Then a / b will be solved which comes out to be 1.25397. Then u % t will be solved which comes out to be 4. So, the last expression will be: 5.1 + 1.59649 - 1.25397 - 11.9 + 4. Solving it, the result will be -2.45748.