compound statements

Write the following compound statements as equivalent simple statements.
a. x += 5 – z;
b. y *= 2 *x + 5 – z;
c. w += 2 *z + 4;
d. x -= z + y – t;
e. sum += num;