Q:

HELP!!!Fredric leads a team of hikers for a full-day hike. The total elevation gain during the hike is 2,100 feet. All of the hikers have to pass two checkpoints before they reach the peak. The elevation gain from the starting point to checkpoint 1 is 100 feet less than double the elevation gain from checkpoint 2 to the peak. The elevation gain from checkpoint 1 to checkpoint 2 is the mean of the elevation gain from the start to checkpoint 1 and the elevation gain from checkpoint 2 to the peak. Let x represent the elevation gain from the starting point to checkpoint 1, y represent the elevation gain from checkpoint 1 to checkpoint 2, and z represent the elevation gain from checkpoint 2 to the peak. Which augmented matrices represent the context of this scenario?

Accepted Solution

A:
Answer:   see belowStep-by-step explanation:It's a matter of carefully reading the problem statement, formulating expressions that match the words, then rearranging those to matrix form.Useful initial expressions might be ...   x + y + z = 2100 . . . . . . the total elevation gain is 2100 ft   x = 2z -100 . . . . . . . . . . the first leg is 100 ft less than twice the last   y = (x +z)/2 . . . . . . . . . . the middle leg is the mean of the other two__The second of these equations can be rewritten as ...   -x + 2z = 100The last of these equation can be rewritten as ...   0.5x - y + 0.5z = 0These forms together with the first of the equations above can be written as the augmented matrix below.