document.write( "Question 1016849: The sum of the lengths of any two sides of a triangle must be greater than the third side. If a triangle has one side that is 17 inches and a second side that is 1 inch less than twice the third side, what are the possible lengths for the second and third sides? \n" ); document.write( "
Algebra.Com's Answer #633226 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
Let \"s%5B1%5D+=+17\", and \"s%5B2%5D+=+2s%5B3%5D-1\"\r
\n" ); document.write( "\n" ); document.write( "Case 1: \"s%5B1%5D+%2B+s%5B2%5D+%3E+s%5B3%5D\" doesn't give any insight, since it reduces to \"s%5B3%5D+%3E+-16\", which is always true.\r
\n" ); document.write( "\n" ); document.write( "Case 2: \"s%5B1%5D+%2B+s%5B3%5D+%3E+s%5B2%5D\" will lead, upon the proper substitution, to \"17+%2B+s%5B3%5D+%3E+2s%5B3%5D-1\", or \"18+%3E+s%5B3%5D\"\r
\n" ); document.write( "\n" ); document.write( "Case 3: \"s%5B3%5D+%2B+s%5B2%5D+%3E+s%5B1%5D\" leads to \"2s%5B3%5D-1%2Bs%5B3%5D+%3E17\", or
\n" ); document.write( "\"3s%5B3%5D+%3E+18\", or \"s%5B3%5D+%3E+6\"\r
\n" ); document.write( "\n" ); document.write( "Hence, \"18+%3E+s%5B3%5D+%3E+6\".\r
\n" ); document.write( "\n" ); document.write( "Now \"s%5B3%5D+=+%28s%5B2%5D%2B1%29%2F2\", and so substitution into the last inequality and simplifying yields\r
\n" ); document.write( "\n" ); document.write( "\"35+%3E+s%5B2%5D+%3E+11\".
\n" ); document.write( "
\n" );