The customer's approach contains a mistake in the formulation of the cost equations. The equations for the total cost for each rental company should be structured as follows:
For Zippy Rent-a-Car: \[ C = 30 + 50x \] (The $30 is the one-time fee and the $50 is the daily rental rate, multiplied by the number of days \(x\).)
For Speedy Rent-a-Car: \[ C = 70 + 40x \] (Again, here the $70 is the one-time fee and the $40 is the daily rental rate, multiplied by the number of days \(x\).)
Now, let's set the two equations equal to each other to find out when both costs are the same:
\[ 30 + 50x = 70 + 40x \]
Next, we'll solve for \(x\):
Step 1: Subtract \(40x\) from both sides:
\[ 30 + 10x = 70 \]
Step 2: Subtract 30 from both sides:
\[ 10x = 40 \]
Step 3: Divide by 10:
\[ x = 4 \]
So the correct solution indicates that the rental costs will be the same after 4 days, not 1/4 day.
Summary of the mistake:
- The customer incorrectly set up the equations for total cost by swapping the one-time fee and the daily rental rate.
- The substitution approach was not employed correctly with the proper cost equations, leading to an incorrect conclusion of 1/4 day instead of the correct answer of 4 days.