document.write( "Question 757868: Two sides of a triangle have lengths of 5 feet and 7 feet. If the triangle’s perimeter is 21 feet, what is the length of the third side?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #461146 by tasmart(9) You can put this solution on YOUR website! P=A+B+C \n" ); document.write( "21=5+7+x \n" ); document.write( "21-5-7=x \n" ); document.write( "9=x \n" ); document.write( "21=5+7+9 \n" ); document.write( " |