Right idea NinjaDevo, but you need to take care in the implementation.
Your solution to part 1 is correct only if the questioner meant b = (w - z)/v. If the question is really as written, namely,
b = w - z/v, then one simply adds z/v to both sides to get w = b + z/v.
For part 2 you must divide every term by r, so b/r = r*w/r + r/r or b/r = w + 1; subtract 1 from both sides to get
w = b/r - 1.