document.write( "Question 1104581: Dennis and Derrick each drew a triangle. Both triangles hand sides of length 10 and 20, and the length of the third of each triangle is an integer. What is the greatest possible difference between the perimeters of the two triangles? \n" ); document.write( "
Algebra.Com's Answer #720086 by greenestamps(13334)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "For one of them, the side of length 20 is the longest side. In that case, x+10 has to be greater than 20, so the shortest possible integer value for the third side is 11.

\n" ); document.write( "For the other, the 10 and 20 are the shortest sides; then the third side must be less than 30, so the largest possible integer value for the third side is 29.

\n" ); document.write( "Since two of the sides in the two triangles are the same length, the difference in perimeters is the difference in the lengths of the third sides. So the greatest possible difference in the perimeters of the two triangles is 29-11 = 18.
\n" ); document.write( "
\n" );