Evaluate the following expressions.

a.28 - 3 + 6

b.6 / 5

c.3 * 6 / 2 - 15

d.4 - 6 % 11

e.37 / 4.0

f.15 + 18 % 2 - 20 / 6

h.32 % 12 + 6 - 36 / 5 * 8

i.5 / 9 * (32.6 - 4.5)

j.18.0 + 5.0 * 3.0 /4.0

Respuesta :

Answer:

In this question all the expression follow the BOD MAS rule.

Explanation:

The explanation of the given expression can be given as:

In option (a) first we add two number then we subtract.

Answer=31

In option (b) we divide the value (/). it give the Quotient

Answer=1

In option (c) we first divide the value (/) that give the Quotient. then multiply the value and then subtract it.

Answer=-6

In option (d) we first modules the value (%) that give the remainder.Then  subtract it.

Answer=6

In option (e) we divide the value (/). it give the Quotient

Answer=9.2

In option (f) first we done modules then divide and then addition and at the last subtract.

Answer=12

In option (h) first we done modules, second divide, third multiply then addition and at the last subtract.

Answer=-42

In option (i) first solve bracket the divide and multiply.  

Answer=0

In option (j) first divide, second multiply then addition.

Answer=21.75