document.write( "Question 904499: the sides of a triangle can be represented by three consecutive odd integers. if the first side is doubled and the third side is increased by 3, the triangle will be isosceles. find the perimeter of the isosceles triangle. \n" ); document.write( "
Algebra.Com's Answer #548822 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! the sides of a triangle can be represented by three consecutive odd integers. \n" ); document.write( "x, (x+2), (x+4) \n" ); document.write( ": \n" ); document.write( " if the first side is doubled and the third side is increased by 3, \n" ); document.write( "2x = the 1st side \n" ); document.write( "(x+7) = the 3rd side \n" ); document.write( ": \n" ); document.write( "the triangle will be isosceles. find the perimeter of the isosceles triangle. \n" ); document.write( "It has to be the 1st and 3rd sides that are equal \n" ); document.write( "2x = x + 7 \n" ); document.write( "x = 7 \n" ); document.write( "then \n" ); document.write( "sides are \n" ); document.write( "14 + 9 + 14 = 37 \n" ); document.write( " |