Ed
há 2 meses
Vamos calcular a área do triângulo MNP cujos vértices são: M(k – 1, k), N(k, k + 2) e P(k + 2, k + 1). A fórmula da área de um triângulo dado por três pontos \((x_1, y_1)\), \((x_2, y_2)\), \((x_3, y_3)\) é: \[ \text{Área} = \frac{1}{2} \left| x_1(y_2 - y_3) + x_2(y_3 - y_1) + x_3(y_1 - y_2) \right| \] Substituindo: - \(x_1 = k - 1\), \(y_1 = k\) - \(x_2 = k\), \(y_2 = k + 2\) - \(x_3 = k + 2\), \(y_3 = k + 1\) Calculando: \[ \begin{aligned} \text{Área} &= \frac{1}{2} | (k - 1)((k + 2) - (k + 1)) + k((k + 1) - k) + (k + 2)(k - (k + 2)) | \\ &= \frac{1}{2} | (k - 1)(1) + k(1) + (k + 2)(-2) | \\ &= \frac{1}{2} | (k - 1) + k - 2(k + 2) | \\ &= \frac{1}{2} | k - 1 + k - 2k - 4 | \\ &= \frac{1}{2} | (k + k - 2k) - 1 - 4 | \\ &= \frac{1}{2} | 0 - 5 | = \frac{1}{2} \times 5 = 2,5 \end{aligned} \] Portanto, a área do triângulo é 2,5. Resposta correta: a) 2,5
Cadastre-se ou realize login
Mais perguntas desse material