document.write( "Question 1205187: A triangle has one side that is 8\" and another side that is 13\". What I'd the minimum length of the third side? What is the maximum length of the third side? \n" ); document.write( "
Algebra.Com's Answer #841829 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "I'll be using the Triangle Inequality Theorem. \n" ); document.write( "More info is found here \n" ); document.write( "https://www.algebra.com/algebra/homework/Triangles/triangle-inequality-theorem.lesson \n" ); document.write( "Specifically I'll use the extension of that theorem mentioned after example 2.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If we know two sides of a triangle a and b, then possible values for the third side c is found through the inequality: \n" ); document.write( "b-a < c < b+a \n" ); document.write( "where b > a\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In this case \n" ); document.write( "a = 8 \n" ); document.write( "b = 13 \n" ); document.write( "So, \n" ); document.write( "b-a < c < b+a \n" ); document.write( "13-8 < c < 13+8 \n" ); document.write( "5 < c < 21\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Side c is between 5 inches and 21 inches, excluding both endpoints. \n" ); document.write( "Something like c = 5.1 is valid, but c = 5 is not. \n" ); document.write( "Technically there is no smallest value for c because we could have the following \n" ); document.write( "c = 5.1 \n" ); document.write( "c = 5.01 \n" ); document.write( "c = 5.001 \n" ); document.write( "c = 5.0001 \n" ); document.write( "and so on \n" ); document.write( "We can approach 5 but not actually arrive there.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If we limit c to just the integers, then c = 6 would be the smallest side possible. \n" ); document.write( "Otherwise, there is no smallest value.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The same can be said about the other end of the spectrum as well. \n" ); document.write( "There is no largest value if c is a real number (since we could have c = 20.9 or c = 20.99 or c = 20.999 and so on). \n" ); document.write( "But if c was an integer, then c = 20 is the largest possible. \n" ); document.write( " \n" ); document.write( " |