document.write( "Question 143066: 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( " \n" );
document.write( "
Algebra.Com's Answer #104105 by vleith(2983)![]() ![]() ![]() You can put this solution on YOUR website! Perimeter = a+b+c\r \n" ); document.write( "\n" ); document.write( "b=a+2, c=a+4\r \n" ); document.write( "\n" ); document.write( "Perimeter = 195 = a + a+2 + a+4 = 3a + 6 \n" ); document.write( "3a = 189 \n" ); document.write( "a = 63 \n" ); document.write( "b = 65 \n" ); document.write( "c = 67 \n" ); document.write( " |