document.write( "Question 843293: Which set of numbers can represent the lengths of the sides of a triangle?
\n" );
document.write( "1.) {3,5,7}
\n" );
document.write( "2.) {1,2,3}
\n" );
document.write( "3.) {3,9,14}
\n" );
document.write( "4.) {4,4,8} \n" );
document.write( "
Algebra.Com's Answer #508067 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! Add the two shortest sides. If the sum is strictly greater than the third side, then yes. Otherwise, no. \n" ); document.write( " |