Text: Must use MATLAB to code and solve. In great need of code and commenting.
a) Use the random number generator xn = (axn-1 + c) mod(m) with a = 75, c = 0 and m = 231 - 1 to generate 10000 uniformly distributed random numbers on [0,11] and plot the histogram.
a) Use the numbers generated in problem 1a) to generate 10000 random numbers that represent the daily price fluctuation of a financial asset that can have an increase of 100 with probability 0.45, a decrease of 200 with probability 0.25, or stays the same with probability 0.3.
b) Plot the histogram and the empirical distribution function obtained using the data generated in part a).