What interest rate is the balance changing at a rate of


Question 1. Maximize z = 4x + 6y subject to the constraints provided in the graph below. Using Python, recreate this graph and provide the optimal solution. You must also identify each linear inequality and the objective function in the legend of the graph that you create.

1712_Figure.jpg

Question 2. The manager of a concert hall estimates that 500 people attend each classical concert, 900 people attend each jazz concert, and 400 people attend each rock concert. In any given month, the total of the number of classical concerts and the number of jazz concerts may not exceed 11 and the number of rock concerts must be no more than 6. Furthermore, there should be twice as many rock concerts as classical concerts in any given month. How many of each type of concert should there be in a month in order to maximize attendance? What will that attendance be?

Question 3. Researchers at university have developed a piecewise function that can be used to estimate the body weight (in grams) of a female fox during the first 56 days of its life according to

            50 + 2.85t + 0.6519t2 + 0.00804tif 0 ≤ t ≤ 28

W(t) =

             -1097 + 68.9t                                  if 0 ≤ t ≤ 28

Is this function continuous? Why or why not? Using Python, graph this function.

Question 4. $2900.00 is deposited into an account with an interest rate of ??% per year, compounded monthly. At the end of 8 years, the balance in the account is given by

A = 2900 ( 1+ r/1200)96

At what interest rate is the balance changing at a rate of $372.62 per percent?

Question 5. The natural resources of an island limit the growth of the population to a limiting value of 4,048. The population of the island over time is given by the logistic equation

P(t) = 4048/(1 + 4.9e-0.37t)

where t is the number of years after 1980. What is the rate of change of the population of the island in 1986?

Question 6. The average monthly rent for a 1000 sq. ft. apartment in the Springfield area from 1998 through 2005 can be approximated by the function f(t) = 1.603t2 - 23.258t3 + 62.12t2 + 6.992t + 1010, where t is the number of years since 1998. Using Python, find the year during which rents were increasing most rapidly. What was the highest rate of increase?

Question 7. Phil is creating a flyer to contain 27 in2 of printing with a 3-in margin at the top and bottom and a 1-in margin at each side. What overall dimensions will minimize the amount of paper used?

Question 8. In 2015 the measles epidemic was growing according to the rate

N'(t) = 106t/(t2+2)

where N(t) is the number of people infected after t days. Find a formula for the number of people infected after t days, given that 47 people were initially infected. How many people were infected after 20 days?

Question 9. The rate of change in a person's body temperature with respect to the dosage of x milligrams of a certain drug is given by

D'(x) = 4/(x+5)

One milligram raises the body temperature 2.5oC. Find a function giving the total temperature change. Using Python, graph both D(x) and D′(x).

Question 10. The age of randomly selected, alcohol-impaired driver in a fatal car crash is a random variable with probability density function given by

f(x) = 0.1972/x0.5114

Find the following:

(a) The expected age of a drunk driver in a fatal car crash.

(b) The standard deviation of the distribution.

(c) The probability that such a driver will be younger than 1 standard deviation below the mean.

I need to use Python 2.7.

Request for Solution File

Ask an Expert for Answer!!
Other Engineering: What interest rate is the balance changing at a rate of
Reference No:- TGS01697538

Expected delivery within 24 Hours