# Система и совокупность

## Совокупность с одной неизвестной

$$
\large\left\[\begin{array}{l}
F\_1(x)\F\_2(x)\ \ldots
\ F\_n(x)
\end{array}\right.
$$

На одной числовой фигуре закрасить решение каждого выражения $$F\_i(x)$$.

## Система с одной неизвестной

$$
\large\begin{cases}
F\_1(x) \\
F\_2(x) \ \ldots \\
F\_n(x)
\end{cases}
$$

1. Изобразить $$n$$ числовых фигур, где на $$i$$-й фигуре закрашено решение $$F\_i(x)$$;
2. На $$(n+1)$$-й (итоговой) фигуре отметить выколотыми все точки с предыдущих фигур;
3. Закрасить точки и интервалы, закрашенные на каждой из предыдущих фигур.

## Система с несколькими неизвестными

$$
\large\begin{cases}
F\_1(x\_1,x\_2,\ldots,x\_k) \\
F\_2(x\_1,x\_2,\ldots,x\_k) \ \ldots \\
F\_n(x\_1,x\_2,\ldots,x\_k)
\end{cases}
$$

1. Уменьшить количество неизвестных на одну

$$\begin{cases} F\_1(x\_1,x\_2,\ldots,x\_k) \ F\_2(x\_1,x\_2,\ldots,x\_k) \ \ldots \ F\_n(x\_1,x\_2,\ldots,x\_k) \end{cases} \iff \begin{cases} x\_1=f(x\_2,\ldots,x\_k) \ F\_2(x\_1,x\_2,\ldots,x\_k) \ \ldots \ F\_n(x\_1,x\_2,\ldots,x\_k) \end{cases} \iff \begin{cases} x\_1=f(x\_2,\ldots,x\_k) \ F\_2(f(x\_2,\ldots,x\_k),x\_2,\ldots,x\_k) \ \ldots \ F\_n(f(x\_2,\ldots,x\_k),x\_2,\ldots,x\_k) \end{cases}$$;

2. Решённую систему записать равенством точек

$$\begin{cases} x\_1=a\_1 \x\_2=a\_2  \ \ldots \ x\_n=a\_n \end{cases} \iff  (x\_1,x\_2,\ldots,x\_n)= (a\_1,a\_2,\ldots,a\_n)$$.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://andrewmaths.gitbook.io/conspects/algebra/logicheskie-vyrazheniya/sistema-i-sovokupnost.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
