hw06November 26, 20201Homework 6: Probability, Simulation, Estimation, and Assess-ing ModelsReading: *Randomness*Sampling and Empirical Distributions*Testing HypothesesPlease complete this notebook by filling in the cells provided.Before you begin, execute thefollowing cell to load the provided tests. Each time you start your server, you will need to executethis cell again to load the tests.Directly sharing answers is not okay, but discussing problems with the course staff or with otherstudents is encouraged. Refer to the policies page to learn more about how to learn cooperatively.For all problems that you must write our explanations and sentences for, youmustprovide youranswer in the designated space. Moreover, throughout this homework and all future ones, please besure to not re-assign variables throughout the notebook! For example, if you usemax_temperaturein your answer to one question, do not reassign it later on.[1]:# Don't change this cell; just run it.importnumpyasnpfromdatascienceimport*# These lines do some fancy plotting magic.importmatplotlib%matplotlibinlineimportmatplotlib.pyplotaspltplt.style.use('fivethirtyeight')importwarningswarnings.simplefilter('ignore',FutureWarning)importottergrader=otter.Notebook()1.11. ProbabilityWe will be testing some probability concepts that were introduced in lecture. For all of the followingproblems, we will introduce a problem statement and give you a proposed answer. Next, for eachof the following questions, you must assign the provided variable to one of three integers. You are1