document.write( "Question 905106: A triangle has 4 units on one side and 7 units on the other. How long must the third side be? Greater than ____ and less than ___. \n" ); document.write( "
Algebra.Com's Answer #549048 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! let x = length of third side\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a - b < c < a + b ... Note: this implies that a > b\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "7-4 < x < 7 + 4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3 < x < 11\r \n" ); document.write( "\n" ); document.write( "-------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The third side must be...\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Greater than __3__ and less than __11___ \n" ); document.write( " |