Maths Olympiad Prep

Library / /366 of 520

Algebra Difficulty 3.6 AMC 10/12 Find the answer

On January 1, 2010, the world's third-largest free trade area, the China-ASEAN Free Trade Area, was officially established, marking the beginning of the "zero tariff" era for the trade area. A private border trade company in Guangxi plans to transport 240 tons of white sugar to locations A and B in an ASEAN country using a total of 20 large and small trucks, which can exactly accommodate this batch of white sugar. It is known that the load capacities of these two types of trucks are 15 tons per truck and 10 tons per truck, respectively. The freight charges to location A are: 630 yuan per large truck and 420 yuan per small truck; to location B: 750 yuan per large truck and 550 yuan per small truck.
(1) Determine the number of each type of truck used;
(2) If 10 trucks are arranged to go to location A and the rest to location B, and the white sugar transported to location A is not less than 115 tons, please design a truck deployment plan that minimizes the total freight charges and calculate the minimum total freight charges.

A number or a short expression. Spacing and $ signs are ignored.

Solution

(1) Solution 1: Let the number of large trucks be xx and the number of small trucks be yy. According to the problem, we have

x+y=2015x+10y=240 \begin{align*} x + y &= 20 \\ 15x + 10y &= 240 \end{align*}

Solving these equations, we get

x=8y=12 \begin{align*} x &= 8 \\ y &= 12 \end{align*}

Therefore, 8 large trucks and 12 small trucks are used.

Solution 2: Let the number of large trucks be xx and the number of small trucks be (20x)(20-x). According to the problem, we have

15x+10(20x)=240 15x + 10(20-x) = 240

Solving for xx, we get x=8x=8.

Therefore, 20x=208=1220-x = 20-8 = 12 (trucks).

Therefore, 8 large trucks and 12 small trucks are used.

(2) Let the total freight charges be WW yuan. Let the number of large trucks going to location A be aa, and the number of small trucks going to location A be (10a)(10-a). The number of large trucks going to location B is (8a)(8-a), and the number of small trucks going to location B is 12(10a)=(a+2)12-(10-a) = (a+2). Thus,

W=630a+420(10a)+750(8a)+550(a+2) W = 630a + 420(10-a) + 750(8-a) + 550(a+2)

Simplifying, we get:

W=10a+11300(0a8, where a is an integer) W = 10a + 11300 \quad (0 \leq a \leq 8, \text{ where } a \text{ is an integer})

Since 15a+10(10a)11515a + 10(10-a) \geq 115, we have a3a \geq 3.

Since WW increases with aa, the minimum WW occurs when a=3a=3.

When a=3a=3, W=10×3+11300=11330W = 10 \times 3 + 11300 = 11330.

Therefore, 3 large trucks and 7 small trucks should be arranged to go to location A, and 5 large trucks and 5 small trucks to location B, with the minimum total freight charges being 11330 yuan\boxed{11330 \text{ yuan}}.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.