document.write( "Question 496690: the length of the sides of a triangle are consecutive odd integers. what is the length of the shortest side if the perimeter is 45? \n" ); document.write( "
Algebra.Com's Answer #336521 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! the length of the sides of a triangle are consecutive odd integers. what is the length of the shortest side if the perimeter is 45? \n" ); document.write( "------- \n" ); document.write( "1st: 2x-1 \n" ); document.write( "2nd: 2x+1 \n" ); document.write( "3rd: 2x+3 \n" ); document.write( "----- \n" ); document.write( "Equation: \n" ); document.write( "sum = 45 \n" ); document.write( "6x+3 = 45 \n" ); document.write( "6x = 42 \n" ); document.write( "x = 7 \n" ); document.write( "--- \n" ); document.write( "shortest = 2x-1 = 13 \n" ); document.write( "=============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |