Exemplary Solutions
Problem: Solve graphically the following system of linear equations:
$$x + y = 5 \quad \text{--- (1)}$$
$$2x - y = 4 \quad \text{--- (2)}$$
Hence, find the area of the triangle bounded by these lines and the $Y$-axis.
Solution:
Line 1: $x + y = 5 \implies y = 5 - x$
| $x$ | $0$ | $2$ | $3$ |
| $y$ | $5$ | $3$ | $2$ |
Points: $(0, 5), (2, 3), (3, 2)$.
Line 2: $2x - y = 4 \implies y = 2x - 4$
| $x$ | $0$ | $2$ | $3$ |
| $y$ | $-4$ | $0$ | $2$ |
Points: $(0, -4), (2, 0), (3, 2)$.
Graphical Intersection: Both lines intersect at point $\mathbf{P(3, 2)}$.
$$\mathbf{\text{Solution: } x = 3, \quad y = 2}$$
Area of Triangle Bounded by Lines and $Y$-axis:
- The lines intersect the $Y$-axis ($x = 0$) at $A(0, 5)$ and $B(0, -4)$.
- Base along $Y$-axis $= 5 - (-4) = 9\text{ units}$.
- Perpendicular height from $P(3, 2)$ to $Y$-axis is the abscissa: $h = 3\text{ units}$.
- $$\text{Area} = \frac{1}{2} \times \text{base} \times h = \frac{1}{2} \times 9 \times 3 = \mathbf{13.5\text{ sq. units}}$$