SOLUTION: A soft-drink distributor has budgeted $300000 for the purchase of 12 new delivery truck. If a model A truck costs $18000, a model B truck costs $22000, and a model C truck costs $3

Algebra ->  Trigonometry-basics -> SOLUTION: A soft-drink distributor has budgeted $300000 for the purchase of 12 new delivery truck. If a model A truck costs $18000, a model B truck costs $22000, and a model C truck costs $3      Log On


   



Question 801341: A soft-drink distributor has budgeted $300000 for the purchase of 12 new delivery truck. If a model A truck costs $18000, a model B truck costs $22000, and a model C truck costs $30000, how many truck of each model should the distributor purchase to use exactly all the budgeted funds?
Answer by josgarithmetic(39618) About Me  (Show Source):
You can put this solution on YOUR website!
x, y, z, the counts of truck models A, B, C.
Each of x, y, z must be greater than or equal to zero.

Form these two equations:
x18000%2By22000%2Bz30000=300000 and x%2By%2Bz=12.

The cost equation should be divided by 1000 to simplify:
18x%2B22y%2B30z=300
and further divided by 2:
9x%2B11y%2B15z=150

The system is now best shown as
9x%2B11y%2B15z=150 and x%2By%2Bz=12.
One more equation would be helpful but no other information was given to allow any formation of it. Because the system is more sensitive to z, my idea is try to eliminate this variable.

Multiply the truck count equation by 15 and subtract the simplified cost equation:
%2815x%2B15y%2B15z%29-%289x%2B11y%2B15z%29=12%2A15-150
6x%2B4y=2%2A15
6x%2B4y=30
3x%2B2y=15

The positive integer values for x and y would be:
(1,6), (3,3), maybe (5,0), none others. A graph was made to help identify these.

Going back to either of the original simplified equations of the system, here arbitrarily choosing x+y+z=12, and SOLVE FOR z, we can check the three points just identified and choose any one of them which gives us a z value of positive integer (or zero).
z=12-x-y

Check (1,6).
z=12-1-6=5

Check (3,3).
z=12-3-3=6.

Check (5,0).
z=12-5=7.


---------------------------------------------------------------------
So the three dimensional points which SHOULD work but should also be checked in the cost equation may be points (x,y,z):
(1,6,5), (3,3,6), and (5,0,7).

---------------------------------------------------------------------
CONFIRMING ANSWERS:
CHECK USING SIMPLIFIED COST 9x%2B11y%2B15z=150----------
9*1+11*6+15*5=150, TRUE. (1,6,5) is GOOD.
9*3+11*3+15*6=150, TRUE. (3,3,6) is GOOD.
9*5+0+15*7=150, TRUE. (5,0,7) is GOOD.
---------------------------------------------------------------------