This is a distance rate time problem
D = RxT
-----------------------------------------------------------
| | Distance | Rate | Time |
|---------------------------------------------------------|
| driving | 1.5 | r | t1 |
| --------------------------------------------------------|
| walking | 1.5 | r/10 | t2 |
----------------------------------------------------------
We can develop equations out of this chart
1.5 = rt1
1.5 = (r/10) t2
So
rt1 = (r/10) t2
or
rt1 - (r/10) t2 = 0 call this equation 1
We also know from the narrative that the total trip lasted 33 minutes
t1 + t2 = 33 call this equation 2
rt1 - (r/10) t2 = 0
t1 + t2 = 33
We can use elimination or substitution to solve this.
Let's use elimination.
To do so, we need to multiply the 2nd equation by -r to that we can eliminate the t1 term.
rt1 - (r/10) t2 = 0
-rt1 - rt2 = -33r
-rt1 - rt2 = -33r
Add the two equations together.
-(r+r/10)t2 = -33r
Divide both sides by -r
(1 + 1/10)t2 = 33
11/10 t2 = 33
Divide both sides by 11/10
t2 = 30
This tells us it took 30 minutes to walk, leaving 3 minutes for the drive.
But we're not done because we need to find the walker's speed. To do this, let's go back to one of our earlier equations
1.5 = (r/10) t2
Substituting the values for t2,
1.5 = (r/10) 30
r/10 = 1/20 mph