document.write( "Question 1200184: The following side lengths, in meters, were given to a carpenter to build a front porch with a triangular design. The carpenter needs to determine which set of lengths will make a triangle to be able to use it in his design.
\n" );
document.write( "Option 1: Side lengths: 4, 4, 8
\n" );
document.write( "Option 2: Side lengths: 6, 8, 10
\n" );
document.write( "Option 3: Side lengths: 6, 6, 13
\n" );
document.write( "Part A. Which of the options would create a triangle for his design?
\n" );
document.write( "Part B. The homeowner would like the porch to be in the shape of a right triangle. Will the carpenter be able to use any of the given options?
\n" );
document.write( "Part C. For any option that does not form a triangle, what side length could be changed to
\n" );
document.write( "form a triangle? Explain your answer. \n" );
document.write( "
Algebra.Com's Answer #834375 by math_tutor2020(3816)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Part A\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If a triangle has sides a,b,c then all of the following conditions must be true \n" ); document.write( "a < b+c \n" ); document.write( "b < a+c \n" ); document.write( "c < a+b \n" ); document.write( "Any two sides must add to be larger than the third side. \n" ); document.write( "See the triangle inequality theorem.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In option 1, we have: a = 4, b = 4, c = 8 \n" ); document.write( "And a+b = 4+4 = 8 which does not exceed c = 8 \n" ); document.write( "In other words, c < a+b is not true. \n" ); document.write( "A triangle isn't possible here. \n" ); document.write( "Option 3 is a similar story.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Option 2 on the other hand works \n" ); document.write( "b+c = 8+10 = 18 exceeds a = 6 so a < b+c is true. \n" ); document.write( "a+c = 6+10 = 16 exceeds b = 8 so b < a+c is true. \n" ); document.write( "a+b = 6+8 = 14 exceeds c = 10 so c < a+b is true. \n" ); document.write( "A triangle is possible with sides 6, 8, and 10.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "==================================================\r \n" ); document.write( "\n" ); document.write( "Part B\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Use the pythagorean theorem \n" ); document.write( "Note that a = 6, b = 8, c = 10 satisfy this equation. \n" ); document.write( "Therefore, option 2 represents a right triangle.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "==================================================\r \n" ); document.write( "\n" ); document.write( "Part C\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's look at option 1 \n" ); document.write( "Let's say we knew the first two sides a = 4 and b = 4 \n" ); document.write( "For a triangle to be possible, the third side c is given by this range \n" ); document.write( "b-a < c < b+a \n" ); document.write( "where \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "See this my answer in this post for more info \n" ); document.write( "https://www.algebra.com/algebra/homework/Triangles/Triangles.faq.question.1200226.html\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The range for c in this case would be \n" ); document.write( "b-a < c < b+a \n" ); document.write( "4-4 < c < 4+4 \n" ); document.write( "0 < c < 8\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This means we could pick something like c = 5 \n" ); document.write( "A triangle is possible with sides a = 4, b = 4, c = 5 \n" ); document.write( " \n" ); document.write( " |