Math for Modelers Real exam 2023…..latest update
Math for Modelers Real exam 2023…..latest update 1. Joanne sells silk-screened t-shirts at a community festival. Her Marginal cost to produce one t-shirt is $3.50. Her total cost to produce 60 t-shirts is $300, and she sells them for $7 each. Use Python to graph this information and determine the number of t-shirts Joanne must produce and sell to break even. So the equation to solve is 7x = 3.5x + 90 Solve for x to find the breakeven number of shirts: 3.5x = 90 x = 25.7 At least 26 shirts should be produced Python Graph: Python Code: # import the matplotlib module import t from t import * # import the numpy module import numpy # import linspace from numpy import linspace # assign the variables x= linspace(0,50,100) y= 3.5*x + 90 z= 7*x # bring in the chart figure() # plot the y equation
Written for
- Institution
- Math for Modelers
- Course
- Math for Modelers
Document information
- Uploaded on
- April 17, 2023
- Number of pages
- 19
- Written in
- 2022/2023
- Type
- Exam (elaborations)
- Contains
- Questions & answers
Subjects
- math for modelers
- math
-
math for modelers real exam 2023…latest update
-
math for modelers real exam 2023
-
math for modelers real exam 2023…latest