Question 1203439
<font color=black size=3>
Draw a right triangle. 
The horizontal leg is 9.2 meters long. The vertical leg is the unknown height x.
{{{
drawing(400,400,-5,5,-5,5,
line(2,-2,-2,2),
line(-2,2,-2,-2),
line(-2,-2,2,-2),

locate(-0.5,-2.1,9.2), 
locate(-0.5,-2.1-0.5,"adjacent"), 
locate(-2.5, 0, "x"), 
locate(-3.7, 0.5, "opposite"), 
locate(2-1.3,-2+0.8, 32^o),

locate(-4.5,-4,matrix(1,2,"Diagram","not")), 
locate(-4.5,-4.5,matrix(1,2,"to","scale")) 
)
}}}


tan(angle) = opposite/adjacent
tan(32) = x/9.2
x = 9.2*tan(32)
x = 5.74879803756581
x = <font color=red>5.7 meters</font> is the approximate height of the flag pole.
</font>