Question: Please copy and paste your MATLAB code. I need help!! Homework Assignment 2 Due Date: February 11 at 12:00 pm as a CANVAS upload Directions:

Please copy and paste your MATLAB code. I need help!!
Homework Assignment 2 Due Date: February 11 at 12:00 pm as a CANVAS upload Directions: Each student needs to submit original work. Copy and paste the MATLAB code into a word document. Include any answers to questions and plots. Please carefully read each problem. Problem i Economic Breakeven Analysis The cost of producing a product generally decreases with the number of units produced. Of course, revenue increases with the number of units sold. In engineering economics, the breakeven point is that number of units produced and sold when cost equals revenues. Assume that the cost, in $, is given by cost(w)=3000+5w. So it costs $3005 to produce one widget, but it costs $8 per widget to produce 1000 widgets. If we sell our widgets for $12.50 each, our revenues are given by revenue (w)=12.50w. Plot the two functions in order to determine the breakeven point. To solve this problem, we define a range of independent variable widgets, the number of widgets produced. And then define the two functions (revenue and costs). Calculate and plot the two functions and then use this plot to find the breakeven point. (Check the result by hand calculation.) Save this code as an m-file (call it breakeven.m). Save the resulting plot to a word file. What is the break even point? How many widgets need to be sold for a profit of more than $600
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
