Math Problem Statement

Find the area of triangle $ABC$.

[asy] unitsize(1.5 cm);

pair B = (0,0), C = (3,0), A = (2,2), P = foot(A,B,C), Q = foot(B,A,C),H = intersectionpoint(B--Q,A--P); draw(A--B--C--cycle); draw(A--P^^B--Q); draw(rightanglemark(A,P,B,5)); draw(rightanglemark(B,Q,C,5));

label("$A$",A,N); label("$B$",B,W); label("$C$",C,E); label("$P$",P,S); label("$Q$",Q,E); label("$H$",H,NW); label("$6$", (A + H)/2, W, red); label("$11$", (C + Q)/2, NE, red); label("$4$", (A + Q)/2, NE, red); [/asy]

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Geometry
Area of Triangles
Right Triangles

Formulas

Area = 1/2 × base × height

Theorems

Basic Triangle Area Formula
Right Triangle Properties

Suitable Grade Level

Grades 6-8