The three vertices of the triangle will be where the three lines intersect, so let's find those coordinates.
First intersection: y = 0 and y = 2x - 2
Since y = 0, x = 1, and this coordinate is (1, 0).
Second intersection: y = 0 and y = -.5x + 8
Since y = 0, x = 16, and this coordinate is (16, 0).
This gives us a base of length 15, since (1,0) to (16,0) is a flat line with length 15 (16 - 1).
From there, we'll find the last coordinate:
Third intersection: y = 2x - 2, y = -.5x + 8
Solving the two equations, we get x = 4, y = 6.
The height of the triangle is the length from the base (y = 0) to this point (y = 6), so the height is 6.
We've got base 15 and height 6, so our area is 6*15/2, or 45.