document.write( "Question 621460: the perimeter of a rectangle is 74 inches. Two of the sides of the rectangle measure 21 inches each. how long is each of the other sides?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #390773 by nerdybill(7384) You can put this solution on YOUR website! the perimeter of a rectangle is 74 inches. Two of the sides of the rectangle measure 21 inches each. how long is each of the other sides? \n" ); document.write( ". \n" ); document.write( "Let x = length of remaining two sides \n" ); document.write( "then \n" ); document.write( "2(x+21) = 74 \n" ); document.write( "x+21 = 37 \n" ); document.write( "x = 16 inches \n" ); document.write( " |