document.write( "Question 1115581: One side of a triangle has a length of 9 and the other two sides are equal. If the side lengths are all integers, what is the length of the shortest possible side? \n" ); document.write( "
Algebra.Com's Answer #730414 by math_helper(2461)![]() ![]() You can put this solution on YOUR website! By the triangle inequality, if a = the two unknown side lengths: \n" ); document.write( " a+a > 9 \n" ); document.write( " 2a > 9 \n" ); document.write( " a > 9/2\r \n" ); document.write( "\n" ); document.write( " |