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)\"\" \"About 
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( "\"P=A%2BB%2BC\"
\n" ); document.write( "\"297=x%2Bx%2B2%2Bx%2B4\"
\n" ); document.write( "\"297=3x%2B6\"
\n" ); document.write( "\"291=3x\"
\n" ); document.write( "\"97=x\"
\n" ); document.write( "A=x=97
\n" ); document.write( "B=x+2=99
\n" ); document.write( "C=x+4=101
\n" ); document.write( "
\n" );