SOLUTION: Machine A can produce 30 steering wheels per hour at a cost of $8 per hour. Machine B can produce 40 steering wheels per hour at a cost of $12 per hour. The company can use eithe

Algebra ->  Human-and-algebraic-language -> SOLUTION: Machine A can produce 30 steering wheels per hour at a cost of $8 per hour. Machine B can produce 40 steering wheels per hour at a cost of $12 per hour. The company can use eithe      Log On


   



Question 318404: Machine A can produce 30 steering wheels per hour at a cost of $8 per hour. Machine B can produce 40 steering wheels per hour at a cost of $12 per hour.
The company can use either machine by itself or both machines at the same time. What is the minimum number of hours needed to produce 380 steering wheels if the cost must be no more than $108?

Answer by Fombitz(32388) About Me  (Show Source):
You can put this solution on YOUR website!
Let X be the number of hours using Machine A.
Let Y be the number of hours using Machine B.
Total quantity:30X%2B40Y=380
3X%2B4Y=380
Total costs:8X%2B12Y%3C=108
You must satisfy both equations : making the number of steering wheels and keeping cost below or equal to a certain limit.
Find the point of intersection between the two curves,
1.3X%2B4Y=38
2.8X%2B12Y=108
Multiply eq. 2 by (-3) and add to eq. 1,
-9X-12Y%2B8X-12Y=-114%2B108
-X=-6
highlight%28+X=6+%29
.
.
.
Then use either equation to solve for Y,
3%286%29%2B4Y=38
4Y=20
highlight%28Y=5%29
.
.
.
Run machine A for 6 hours, machine B for 5 hours to make 380 steering wheels at a total cost of $108.
.
.
.
Additionally, this is actually a linear programming problem.
We should better define the feasible region, although the region is not a region but a line segment.
The red line shows the cost limit while the green line shows the number of steering wheels.
Once the green line crosses the red line, the total cost inequality does not hold.
So the only points we need to check are the intersection point between the red and green curve and the intersection point between the green line and the x-axis.
What we're trying to minimize is the number of hours total, X%2BY
At X=6, Y=5, X%2BY=11
When Y=0, 3X=38, X=38%2F3 and then X%2BY=38%2F3=12.7
So the minimum for X%2BY does occur at X=6, Y=5

Solved by pluggable solver: Plot Any Inequality
Graphing function y%3C%28108-8x%29%2F12:

graph%28+300%2C+300%2C+-2%2C+16%2C+-2%2C+16%2C+y%3C%28108-8x%29%2F12+%29