Prove or disprove the following:
a) If f(x) is O(g(x)), then 2f(x) is O(29).
b) If f(x) is O(g(x)), then f(x) is O(g(x)).
Note that in these proofs, you do not need to use the definition of big-O, but can use the properties for combining mathematical functions covered in lecture.