document.write( "Question 1188309: A triangle has two sides of length 11 and 20. What is the smallest possible whole-number length for the third side?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #819361 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A triangle has two sides of length 11 and 20. What is the smallest possible whole-number length for the third side? \n" ); document.write( "================= \n" ); document.write( "The 3rd side must be greater than the difference between the other 2. \n" ); document.write( "20-11 = 9 \n" ); document.write( "Must be >9 \n" ); document.write( "eg, 9.1, 9.01, 9.000000000001 \n" ); document.write( "------------- \n" ); document.write( "As a whole number (integer) must be 10. \n" ); document.write( " \n" ); document.write( " |