document.write( "Question 281584: The perimeter of a triangle is 297 mm . If the lengths of the sides are consecutive odd intergers , find the lengths of the sides . \n" ); document.write( "
Algebra.Com's Answer #204559 by JBarnum(2146) You can put this solution on YOUR website! P=A+B+C \n" ); document.write( "P=297 \n" ); document.write( "x=an odd number(Ex if x=5 then 5+2 is odd and 5+4 is odd making 5,7,9 consecutive odd numbers) \n" ); document.write( "A=x \n" ); document.write( "B=x+2 \n" ); document.write( "C=x+4 \n" ); document.write( "plug into the first equation \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "A=x=97 \n" ); document.write( "B=x+2=99 \n" ); document.write( "C=x+4=101 \n" ); document.write( " |