document.write( "Question 277770: A triangle has a perimeter of 105 inches. The lengths of the sides of the triangle are consecutive odd integers. Find the length of the sides and then use Heron’s Formula to find the area of a triangle. Show all work to receive credit \n" ); document.write( "
Algebra.Com's Answer #202181 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
n+n+2+n+4=105
\n" ); document.write( "3n+6=105
\n" ); document.write( "3n=99
\n" ); document.write( "n=33
\n" ); document.write( "A=sqrt(s*(s-a)*(s-b)*(s-c))
\n" ); document.write( "where s=105/2=52.5
\n" ); document.write( "A=sqrt(52.5*(52.5-33)*(52.5-35)*(52.5-37))
\n" ); document.write( "A=526.965
\n" ); document.write( "
\n" );