Posted by preston jones on Saturday, August 8, 2009 at 6:04pm.
Plot small baskets on vertical axis, large on the horizontal axis.
Constraints: x, nor y can be less than zero. x+y=100.
and finally, 10y + 15x<=1200
So, plot the lines y=-x + 100, then y=120-1/5x
Now test the corners for profit. Remember Profit is income-costs. At one of the corners, you will get max profit.
let x = number of small baskets
let y = number of large baskets
There are two constraints given:
"The club president estimates that you will not sell more than 100 baskets."
The total number of baskets <= 100: so x + y <= 100
"Your club can afford up to $1200 to buy baskets."
10x + 15y <= 1200, because the cost of buying one small basket is $10, and the cost of buying one large basket is $25
Note that profit is p= (16-10)x + (25-15)y because you have to buy the baskets.
420x2=
and estimate by rounding to the largest place:4587
-2695
Related Questions
math - An objective function and a system of linear inequalities representing ...
Objective functon - An objective function and a system of linear inequalities ...
PLEASE HELP... ALGEBRA.... LINEAR PROGRAMMING - HELP ME WITH THESE 2 PROBLEMS ...
algebra - Find the minimum and maximum values of the objective function subject...
Math - Your computer-supply store sells two types of inkjet printers. The first...
College Algebra - Maximize the objective function C = 4x + 5y with the ...
math - Maximize z = 16x + 8y subject to: 2x + y ≤ 30 x + 2y &#...
MATH - 1. Maximize z = 16x + 8y subject to: 2x + y ≤ 30 x + 2y &#...
math - Which type of graph would be most appropriate to show the students in the...
High School Pre Calculus - This is probably really easy but I am confused. #1 ...
For Further Reading