SOLUTION: Carlos takes 20 minutes longer than Erica does to make the 240-mile drive between two cities. Erica drives 3 miles an hour faster. How fast do Carlos and Erica drive? The rest o

Algebra ->  Systems-of-equations -> SOLUTION: Carlos takes 20 minutes longer than Erica does to make the 240-mile drive between two cities. Erica drives 3 miles an hour faster. How fast do Carlos and Erica drive? The rest o      Log On


   



Question 1026740: Carlos takes 20 minutes longer than Erica does to make the 240-mile drive between two cities. Erica drives 3 miles an hour faster. How fast do Carlos and Erica drive?
The rest of the unit involved matrices and so I am sure that is required to solve this one too, but I do not fully understand how to work this problem. Thank you.

Found 3 solutions by josgarithmetic, stanbon, MathTherapy:
Answer by josgarithmetic(39630) About Me  (Show Source):
You can put this solution on YOUR website!
Carlos takes 20 minutes longer than Erica does to make the 240-mile drive between two cities.
Is this a uniform work-rates problem or a travel rates problem?

No matter.
Erica drives 3 miles an hour faster. How fast do Carlos and Erica drive?
Try as a uniform travel rates problem, since rates of movement are given.



RT=D to relate rate as speed, time, and distance.
Make a data table.
Variable assignments are implied here; and 1%2F3 hour is 20 minutes.
           rate      time         distance

Carlos      r        t+1/3          240

Erica       r+3         t           240

Totals?

Thinking ahead some, matrices do not appear to be very useful. The solution process should involve a term or equation using rt, so this would suggest not a linear system.
The system taken initially from the tabulated description:system%28r%28t%2B1%2F3%29=240%2C%28r%2B3%29%2At=240%29

Simplification of the system: highlight%28system%28rt%2Br%2F3=240%2Crt%2B3t=240%29%29
Two equations involving
This indicates two equal expressions for rt:
240-r%2F3=240-3t
-r%2F3=-3t
r%2F3=3t
highlight_green%28r=9t%29------This should be very very, very useful.

A way to form two LINEAR equations to solve the problem seems absent. Also it seems unreasonable so having found a simple relationship between r and t, JUST SUBSTITUTE for r into both simplified equations of the system; and solve either or both for t. You should expect the same value for t using either equation.

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
Carlos takes 20 minutes longer than Erica does to make the 240-mile drive between two cities. Erica drives 3 miles an hour faster. How fast do Carlos and Erica drive?
===
Carlos DATA:
dist = 240 miles ; rate = r mph ; time = 240/r hrs
----
Erica DATA:
dist = 240 miles ; rate = r+3 mph ; time = 240/(r+3) hrs
----------
Equation::
Carlos time = Erica time + 1/5 hr
------------------------------------
240/r - 240/(r+3) = 1/5
========
5*240r + 5*240*3 - 5*240r = r(r+3)
------
r^2 + 3r - 15*240 = 0
r = 58.52 mph (Corlos rate)
f+3 = 61.52 mph (Erica rate)
--------------
Cheers,
Stan H.
--------------

Answer by MathTherapy(10557) About Me  (Show Source):
You can put this solution on YOUR website!
Carlos takes 20 minutes longer than Erica does to make the 240-mile drive between two cities. Erica drives 3 miles an hour faster. How fast do Carlos and Erica drive?
The rest of the unit involved matrices and so I am sure that is required to solve this one too, but I do not fully understand how to work this problem. Thank you.
Let Carlos’ speed be S
Then Erica’s is: S + 3
We then get the TIME equation: 240%2FS+=+240%2F%28S+%2B+3%29+%2B+20%2F60 -------> 240%2FS+=+240%2F%28S+%2B+3%29+%2B+1%2F3
240(3)(S + 3) = 240(3S) + S(S + 3) --------- Multiplying by LCD, 3S(S + 3)
240%283S%29+%2B+2160+=+240%283S%29+%2B+S%5E2+%2B+3S
S%5E2+%2B+3S+%2B+240%283S%29+-+240%283S%29+-+2160+=+0
S%5E2+%2B+3S+-+2160+=+0
(S - 45)(S + 48) = 0
S, or Carlos’ speed = highlight_green%28matrix%281%2C2%2C+45%2C+%22mph%22%29%29 OR S = - 48 (ignore)
Erica’s speed: 45 + 3, or highlight_green%28matrix%281%2C2%2C+48%2C+%22mph%22%29%29
It's as SIMPLE as that!