document.write( "Question 498739: the lengths of the sides of a triangle are given. classify each triangle as acute, right, or obtuse. 4,5,6 \n" ); document.write( "
Algebra.Com's Answer #337208 by cleomenius(959)\"\" \"About 
You can put this solution on YOUR website!
When c^2 < a^2 + b^2 , angle C is acute.
\n" ); document.write( "When c^2 > a^2 + b^2 , angle C is obtuse.
\n" ); document.write( "36 < 16 + 25.
\n" ); document.write( "The triangle is acute.
\n" ); document.write( "
\n" );