document.write( "Question 952844: if the sides of a triangle are 20, 13, x, what is the range of the possible values of x \n" ); document.write( "
Algebra.Com's Answer #581884 by macston(5194)![]() ![]() You can put this solution on YOUR website! Triangle inequality theory states: The sum of two sides of a triangle must be greater than the third side so: \n" ); document.write( "13+x>20 so x>7 \n" ); document.write( "20+13>x so x<33 \n" ); document.write( "ANSWER: Range of values of x is 7 < x < 33. \n" ); document.write( " |