Solve in rstudio and save as pdf or HTML file.
. 1. Plot the normal density curve over the range (-5, 7).
2. What is the quantile for P = 0.975?
3. What is the probability that one random draw will be observed in the interval (-3, 5)?
4. What is the probability that one random draw will be greater than 7?
5. Plot the binomial density curve over the range (0, 12). [Hint. Use x <- 0:12]
6. What is the quantile for P = 0.99?
7. What is the probability that one random draw will be observed in the interval (0,4)?
8. What is the probability that one random draw will be greater than 3?
9. A purchasing manager gets the memo about replacing some aging trucks in the moving company's fleet for the next fiscal year. After discussing the task with the fleet manager and sales manager, she finds that replacing the three oldest trucks with newer three-year-old trucks will be sufficient for next year's operations. She finally gets a budget of $450000 dollars to purchase three trucks. Upon consulting used-truck sales data, she finds that for three-year-old trucks, the average sales price is $156818 with a standard deviation of $8000. She decides to get bids from 12 dealers for purchasing one three-year-old truck, assuming she will take the three lowest bids. Assume the delivery costs are zero, and the sold-truck-price is normally distributed with a mean 156818 and standard deviation 8000, what is the probability she will be able to purchase the three trucks within the budget?
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme