Bunuel
12 Days of Christmas 2024 - 2025 Competition with $40,000 of PrizesA parking lot contains 60 vehicles, a mix of cars and trucks. Each car weighs 1.5 tons, and each truck weighs 3.5 tons. The current average (arithmetic mean) weight of the vehicles in the lot is 3 tons. Assuming no cars leave the lot, how many trucks must leave to reduce the average weight of the remaining vehicles to 2 tons?
A. 5
B. 25
C. 30
D. 40
E. 45
We have a parking lot with 60 vehicles, a mix of cars and trucks. The cars weigh 1.5 tons, and the trucks weigh 3.5 tons. The current average weight is 3 tons, and we want to reduce the average weight to 2 tons by having some trucks leave. Let’s figure out how many trucks need to leave.
Step 1: Define Variables
Let:
c = number of cars
t = number of trucks
We know:
c + t = 60 (total number of vehicles)
Each car weighs 1.5 tons, each truck weighs 3.5 tons.
Average weight = 3 tons, so total weight = 60 * 3 = 180 tons.
Step 2: Write the Total Weight Equation
Total weight of cars and trucks: 1.5c + 3.5t = 180
Step 3: Solve the System of Equations
From c + t = 60, solve for c: c = 60 - t
Substitute into the total weight equation: 1.5(60 - t) + 3.5t = 180 90 - 1.5t + 3.5t = 180 2t = 90 t = 45
So, there are 45 trucks and 15 cars in the lot.
Step 4: Determine How Many Trucks Must Leave
Let x be the number of trucks that need to leave.
After x trucks leave:
Remaining trucks = 45 - x
Remaining vehicles = 60 - x
Total remaining weight = 1.5 * 15 + 3.5 * (45 - x)
We want the new average weight to be 2 tons: (1.5 * 15 + 3.5 * (45 - x)) / (60 - x) = 2
Multiply both sides by (60 - x): 1.5 * 15 + 3.5 * (45 - x) = 2 * (60 - x)
Simplify: 22.5 + 3.5 * (45 - x) = 120 - 2x 22.5 + 157.5 - 3.5x = 120 - 2x 180 - 3.5x = 120 - 2x
Move x terms to one side: 180 - 120 = 3.5x - 2x 60 = 1.5x x = 40
Final Answer:
40 trucks must leave. The answer is 40.