Hallo Azan,
Du könntest uns das Antworten leichter machen, wenn Du uns entweder mitteilst wo genau Deine Schwierigkeit liegt, den Flächeninhelt zu berechnen, oder zumindest sagst, welche Grundlagen ihr dazu aktuell in der Schule lernt.
Es handelt sich hier um ein rechtwinkliges Dreieck mit rechtem Winkel im Punkt \(B\). Ein rechtwinkliges Dreieck ist die Hälfte eines Rechtecks, welches entlang einer Diagonalen halbiert wurde. Somit ist hier die einfachste Methode, das Produkt der Katheten zu halbieren.
$$F = \frac12 |AB| \cdot |BC| = \frac12 \cdot 6 \cdot 8 = 24$$
Wäre es ein allgemeines Dreieck, so müsstest Du eine der Höhen bestimmen. Wenn man es sich schwer machen will, bestimmt man in diesem Fall die Höhe \(h_b\) - also den Abstand des Punktes \(B\) zur Geraden durch \(A\) und \(C\). Dazu berechnete man zunächst den Fußpunkt \(F_B\) des Lotes von \(B\) auf diese Gerade:
$$b = A - C = \begin{pmatrix} -1 \\ -3 \end{pmatrix} - \begin{pmatrix} 5 \\ 5 \end{pmatrix} = \begin{pmatrix} -6 \\ -8 \end{pmatrix}$$
$$F_b = A + b \cdot \frac{(B-A) \cdot b}{b^2} \\ \space = \begin{pmatrix} -1 \\ -3 \end{pmatrix} + \begin{pmatrix} -6 \\ -8 \end{pmatrix} \frac{ \left( \begin{pmatrix} 5 \\ -3 \end{pmatrix}- \begin{pmatrix} -1 \\ -3 \end{pmatrix} \right) \begin{pmatrix} -6 \\ -8 \end{pmatrix}}{(-6)^2 + (-8)^2} \\ \space = \begin{pmatrix} -1 \\ -3 \end{pmatrix} + \begin{pmatrix} -6 \\ -8 \end{pmatrix} \cdot \frac{-36}{100} \\ \space = \begin{pmatrix} 1,16 \\ -0,12 \end{pmatrix}$$
Die Höhe \(h_b\) ist dann:
$$h_b = |FB| = |B - F | = \left| \begin{pmatrix} 5 \\ -3 \end{pmatrix} - \begin{pmatrix} 1,16 \\ -0.12 \end{pmatrix}\right| \\ \space = \left| \begin{pmatrix} 3,84 \\ -2,88 \end{pmatrix} \right| = \sqrt{3,84^2 + (-2,88)^2} = 4,8$$
Der Flächeninhalt des Dreiecks berechnet sich dann aus
$$F = \frac12 h_b \cdot |b| = \frac12 \cdot 4,8 \cdot \sqrt{(-6)^2 + (-8)^2} \\ \space = \frac12 \cdot 4,8 \cdot 10 = 24$$ ... oder Du bestimmst den Abstand \(h_b\) mit Hilfe der Normalform der Geraden durch \(AC\)
... oder Du berechnest die Fläche mit Hilfe des Kreuzprodukts: $$F = \frac12 | a \times b| = \frac12 \left|\begin{pmatrix} 6 \\ 0 \end{pmatrix} \times \begin{pmatrix} -6\\ -8\end{pmatrix} \right| \\ \space= \frac12 \cdot |6 \cdot (-8) + 0 \cdot (-6)| = 24$$
Ich weiß nicht, was Ihr zur Zeit in der Schule dran habt.