Step 1: Define variables
Let x be the number of cars in the parking lot.
Let y be the number of trucks in the parking lot.
We know:
x+y=60 (total number of vehicles).
Step 2: Weight information
Each car weighs 1.5 tons.
Each truck weighs 3.5 tons.
The current average weight of all vehicles is 3 tons.
This gives:(1.5x+3.5y) / 60 =3
Multiply through by 60: 1.5x+3.5y=180
Step 3: Solve for x and y
We now have the system of equations:
x+y=60
1.5x+3.5y=180
From the first equation:
y=60−x
Substitute
y=60−x into the second equation:
1.5x+3.5(60−x)=180
Simplify:
1.5x+210−3.5x=180
−2x+210=180
2x=30⇒x=15
Substitute
x=15 into y=60−x:
y=60−15=45
Thus, there are 15 cars and 45 trucks.
Step 4: Trucks leaving the lot
The goal is to reduce the average weight of the remaining vehicles to 2 tons.
Let z be the number of trucks that leave the lot.
After z trucks leave:
The number of cars remains 15.
The number of trucks becomes 45−z.
The total weight of the remaining vehicles is: 1.5(15)+3.5(45−z)
The total number of vehicles remaining is:
15+(45−z)=60−z
The new average weight is 2, so:
1.5(15)+3.5(45−z) / (60−z) =2
Step 5: Solve for z
Simplify the numerator:
1.5(15)+3.5(45−z)=22.5+157.5−3.5z=180−3.5z
Thus:
(180−3.5z)/ (60−z) =2
Multiply through by 60−z:
180−3.5z=2(60−z)
Simplify:
180−3.5z=120−2z
180−120=3.5z−2z
60=1.5z
z=40
Final answer : D The number of trucks that must leave is:
40