Math Problem Statement

In rectangle $EFGH$, let $M$ be the midpoint of $\overline{EF}$, and let $X$ be a point such that $MH = MX$, as shown below. If $\angle EFH = 32^\circ$ and $\angle MHX = 68^\circ,$ then find $\angle XGH,$ in degrees.

[asy] unitsize(1 cm);

pair A, B, C, D, M, X;

A = (0,3); B = (4,3); C = (4,0); D = (0,0); M = (A + B)/2; X = rotate(26,M)*(D);

draw(A--B--C--D--cycle); draw(D--M--X--cycle); draw(C--X); draw(B--D);

label("$E$", A, NW); label("$F$", B, NE); label("$G$", C, SE); label("$H$", D, SW); label("$M$", M, N); label("$X$", X, S); [/asy]

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Geometry
Rectangles
Isosceles Triangles

Formulas

Sum of angles in a triangle = 180^\circ

Theorems

Properties of Rectangles
Isosceles Triangle Theorem

Suitable Grade Level

Grades 8-10