document.write( "Question 1191537: A triangle has two sides of length 1 and 13. What is the largest possible whole-number length for the third side\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #823328 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "a = 1 and b = 13 are the known sides of the triangle. \n" ); document.write( "c is the missing side.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Due to the modified version of the triangle inequality theorem, we could say, \n" ); document.write( "b-a < c < b+a \n" ); document.write( "13-1 < c < 13+1 \n" ); document.write( "12 < c < 14\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If c is restricted to whole numbers only, then c = 13 is the only possibility.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: 13 \n" ); document.write( " \n" ); document.write( " |