1. Consider a region with two main economies: M (machinery) and S (service). From historical data, it is found out that:

    1. producing 1 unit of M requires 0.1 unit of M and, 0.2 unit of S;
    2. producing 1 unit of S requires 0.1 unit of M and, 0.3 unit of S.

    Suppose the total outside demands of M and S are 40 and 50 units, respectively. Determine the actual units of M and S produced in order to satisfy the above demands.

    Flow diagram with nodes M and S, self-loops 0.1 and 0.3, arrows 0.2 and 0.1, outputs 40 and 50
    Figure 1
    A hand-drawn input-output flow diagram. Two circled nodes are drawn side by side: node M on the left, labeled underneath in red with the variable \( x \), and node S on the right, labeled underneath in red with the variable \( y \). Node M has a curved self-loop arrow above it labeled 0.1. Node S has a curved self-loop arrow above it labeled 0.3. A curved arrow runs from S leftward to M, labeled 0.2 above it. A second curved arrow runs from M rightward to S, labeled 0.1 below it. An arrow points from M outward to the left toward the number 40, and an arrow points from S outward to the right toward the number 50, representing the outside demands.
    \[ \begin{aligned} x &= 40 + 0.1x + 0.1y \\ y &= 50 + 0.2x + 0.3y \end{aligned} \]\[ \begin{gathered} \Leftrightarrow \begin{cases} 0.9x - 0.1y = 40 \\ -0.2x + 0.7y = 50 \end{cases} \Leftrightarrow \begin{cases} 9x - y = 400 \\ -2x + 7y = 500 \end{cases} \\[0.5em] (7 \times 9 - 2)\, x = 7 \times 400 + 500 \quad \Rightarrow \quad x = \frac{3300}{61} \approx 54.10 \quad \text{M} \\[0.5em] y = 9x - 400 = \frac{9(3300)}{61} - 400 = \frac{29700 - 24400}{61} = \frac{5300}{61} \approx 86.89 \quad \text{S} \end{gathered} \]