Find the slope and the equation of the tangent of the curve at the given point. Show your solution.
1) y = 2x² -x + 2 (-1, 5)
2) y = x² + x + 1 at (-2, 3)
Find the slope of the curve at the given point. Show your solution.
1) y = 4 - 3x² at (-1, 1)
2) y = x² – 5 at (1, -4)
3) y = 2x² – 5 at (2, 3)
Italiano is a popular restaurant in the Vile Parle area of Mumbai. The lockdown and subsequent Covid restrictions force the restaurant to shut shop. The owner Mr Ranjeet Sharma is also the main chef of the restaurant decided to start operations from home and use the apps of Zomato and Swiggy to run the place as a cloud kitchen. The business not only survived but became a profitable venture. The recent lifting of restrictions as put Mr Sharma in a quandary, should he now re- rent restaurant space at a very expensive rental value or should he continue to run it as a cloud kitchen. He has approached you, a marketing consultant for advice on devising a plan of action. What would you advise? Create a plan of action for the business. Create a communication plan. Create a consumer outreach plan
What is economic problem
Create a program that will enter at least five numbers, compute the average, and print the said numbers in reverse order.
Sample output:
Enter the number of elements: 5
enter the value of item number 1: 80
enter the value of item number 2: 82
enter the value of item number 3: 84
enter the value of item number 4: 82
enter the value of item number 5: 85
The average of 5 element is 82.60
Reverse order of 5 elements: 85, 82, 84, 82, 80
A ball is thrown vertically upwards with an initial velocity of 30 m/s.
Using a time step of 0.02 s up to 6.20 s, plot the graph of the vertical distance versustime for this ball.
Hint ; Motion under gravity is described by the equation : 𝑣𝑦 = 𝑣𝑜𝑦𝑡 +1/2𝑔𝑡^2
and gravitational acceleration 𝑔 is here taken as negative.
NB:Show calculations for the answer.
(i) To what maximum height does the ball rise?(show calculations)
(ii) What is the index of time at maximum height(show calculations)
(iii) How long does it take the ball to ascend to maximum height?(show calculations)
(iv) How long does it take the ball to hit the ground?
(v) What happens to the ball if the sign for gravitational acceleration is taken as
A ball is thrown vertically upwards with an initial velocity of 30 m/s.
Using a time step of 0.02 s up to 6.20 s, write a matlab code to give a plot of the vertical distance versus
time for this ball.
Hint ; Motion under gravity is described by the equation : 𝑣𝑦 = 𝑣𝑜𝑦𝑡 +1/2𝑔𝑡^2
and gravitational acceleration 𝑔 is here taken as negative.
Then use your code to answer the following questions:
(i) To what maximum height does the ball rise?
(ii) What is the index of time at maximum height?
(iii) How long does it take the ball to ascend to maximum height?
(iv) How long does it take the ball to hit the ground?
(v) What happens to the ball if the sign for gravitational acceleration is taken as positive?
Now you that you have clarifi. Now that you have clarified what media monitoring is in question 2.1., consider the following scenario: One of your roles as a media liaison officer for the department of health is to undertake a media coverage evaluation of the organization. Choose only five(5) articles that addressed department of health news. Your media monitoring must have the following: Title, Date of publication, Media house published the article, Ratings whether the articles are Positive, Neutral, Negative.ed
Five hundred children participated in a field demonstration. Their heights averaged is 110 cm with a standard deviation of 6 cm. What is the probability that the height of a child picked at random is less than 104cm?
Create a program that will input the amount and quantity of three types of categories, such as Beverages, Fruits, and Canned Goods. Each category has three types of items. You’ll need to input the amount and quantity of the three items in each of the categories then compute the total price and amount due, respectively.