Total Driving Distance
1. Let's start by stating the problem: We need to find the total distance Jen drives from Monday to Wednesday.
2. Suppose Jen drives $d_\text{Monday}$ miles on Monday, $d_\text{Tuesday}$ miles on Tuesday, and $d_\text{Wednesday}$ miles on Wednesday.
3. The total distance $D$ driven from Monday to Wednesday is the sum of the distances driven each day:
$$D = d_\text{Monday} + d_\text{Tuesday} + d_\text{Wednesday}$$
4. If you provide the distances for each day, we can substitute them into the expression to find the total distance.
5. For example, if Jen drives 10 miles Monday, 15 miles Tuesday, and 20 miles Wednesday:
$$D = 10 + 15 + 20 = 45$$
6. Therefore, Jen drives 45 miles in total from Monday to Wednesday.