Math: Create a Python script/file that performs the following computations and outputs the results to the console window. The following link will be helpful. https://docs.python.org/3/library/math.html
1. 75 + 40 - √10 + 24 ÷ √16
2. 64 × cos(ln(e^(π/4)))
3. Volume of a cylinder given diameter d = 5, and height h = 10
4. Greatest common denominator between [50, 10000, 800]