document.write( "Question 230348: The area of a triangle is 102 m 2 . The base of the
\n" ); document.write( "triangle is 17 m. What is the height of the triangle?
\n" ); document.write( "

Algebra.Com's Answer #170563 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
A=.5*b*h
\n" ); document.write( "h=A/.5b
\n" ); document.write( "h=102/.5*17
\n" ); document.write( "h=102/8.5
\n" ); document.write( "h=12 m
\n" ); document.write( "
\n" );