To find the number of each type of car the agency should purchase, we will solve the system of equations represented by the given conditions.
The equations based on the car rental agency's conditions are:
- \( x + y + z = 60 \) (total number of cars)
- \( 15000x + 25000y + 45000z = 1400000 \) (total cost of cars)
- \( 20x + 40y + 60z = 2000 \) (total daily rental income)
Here, \( x \) is the number of compact cars, \( y \) is the number of midsize cars, and \( z \) is the number of luxury cars.
Let's simplify the equations step by step:
- Equation 3 can be simplified by dividing everything by 20: \[ x + 2y + 3z = 100 \quad (4) \]
Now we have the following simplified system:
- \( x + y + z = 60 \) (equation 1)
- \( 15000x + 25000y + 45000z = 1400000 \) (equation 2)
- \( x + 2y + 3z = 100 \) (equation 4)
Next, we can solve this system of equations. We will first isolate one variable in terms of the others using equation 1.
From equation 1: \[ x = 60 - y - z \quad (5) \]
Now substitute equation (5) into equations (2) and (4).
Substituting into equation 2: \[ 15000(60 - y - z) + 25000y + 45000z = 1400000 \] Distributing the \( 15000 \): \[ 900000 - 15000y - 15000z + 25000y + 45000z = 1400000 \] Combine like terms: \[ 900000 + 10000y + 30000z = 1400000 \] Subtract \( 900000 \) from both sides: \[ 10000y + 30000z = 500000 \] Divide everything by \( 10000 \): \[ y + 3z = 50 \quad (6) \]
Substituting into equation 4: Using equation (5) with equation (4): \[ (60 - y - z) + 2y + 3z = 100 \] Combine like terms: \[ 60 + y + 2z = 100 \] Subtract 60 from both sides: \[ y + 2z = 40 \quad (7) \]
Now we have two new equations from equations (6) and (7):
- \( y + 3z = 50 \) (equation 6)
- \( y + 2z = 40 \) (equation 7)
Now subtract equation (7) from equation (6): \[ (y + 3z) - (y + 2z) = 50 - 40 \] This simplifies to: \[ z = 10 \]
Now, substitute \( z = 10 \) back into equation (7): \[ y + 2(10) = 40 \] \[ y + 20 = 40 \] So, \[ y = 20 \]
Finally, substitute \( y = 20 \) and \( z = 10 \) into equation (5): \[ x = 60 - 20 - 10 \] \[ x = 30 \]
So the solution is:
- \( x = 30 \) (compact cars)
- \( y = 20 \) (midsize cars)
- \( z = 10 \) (luxury cars)
Final Answer:
A. There is one solution. The agency should purchase:
- 30 compact cars,
- 20 midsize cars,
- and 10 luxury cars.