
Matthew S. answered 09/10/17
Tutor
5
(6)
Elementary through college tutor-science, math, writing, and more
You should first use equations to represent each routine.
Routine 1: Calories burned = 20 + 10.5 *t
Routine 2: Calories burned = 38 + 8.25 * t
For routine 1 to burn at most as many calories as routine 2 means that routine 1 would burn less than or equal to as many calories as routine 2.
So your inequality should look like: routine 1 <= routine 2
or
20 + 10.5 *t <= 38 + 8.25 * t
From there it should be quite easy to solve.