Math Problem Statement

A rectangle contains a strip of width $1,$ as shown below. Find the area of the strip.

[asy] unitsize (1 cm);

pair A, B, C, D, E, F, P, Q;

A = (0,3); B = (5,3); C = (5,0); D = (0,0); E = (4,3); F = (1,0); P = interp(D,E,2/5); Q = extension(P, P + rotate(90)*(D - E), B, F);

fill(B--E--D--F--cycle,gray(0.8)); draw(A--B--C--D--cycle); draw(B--F); draw(D--E); draw((0,-0.2)--(5,-0.2),Arrows(6)); draw(P--Q,Arrows(6));

label("$7$", (A + D)/2, W, red); label("$11$", (2.5,-0.2), S, red); label("$1$", (P + 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
Parallelograms
Pythagorean theorem

Formulas

Pythagorean theorem: a^2 + b^2 = c^2

Theorems

Pythagorean theorem

Suitable Grade Level

Grades 7-9