document.write( "Question 331514: Perimeter of a triangle. The perimeter of a triangle is 195 mm. If the lengths of the sides are consecutive odd integers, find the length of each side. \n" ); document.write( "
Algebra.Com's Answer #237585 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the sides be x, x+2,x+4 \n" ); document.write( "x+x+2+x+4= 195 \n" ); document.write( "3x+6=195 \n" ); document.write( "add -6 \n" ); document.write( "3x+6-6=195-6 \n" ); document.write( "3x=189 \n" ); document.write( "divide by 3 \n" ); document.write( "x=189/3 \n" ); document.write( "x=63 \n" ); document.write( ".. \n" ); document.write( "The sides are 63 , 65,67 mm \n" ); document.write( " |