document.write( "Question 1063616: If a rectangle has length x and width x+13, what is the perimeter of rectangle in terms of x?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #678742 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! We have two sides of x (they are opposite each other) and another pair of opposite sides of x+13. The opposite sides are equal in length. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "There are four sides total: \n" ); document.write( "side1 = x \n" ); document.write( "side2 = x+13 \n" ); document.write( "side3 = x \n" ); document.write( "side4 = x+13\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The perimeter is the result of adding up all of the sides of the figure\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "perimeter = (side1)+(side2)+(side3)+(side4) \n" ); document.write( "perimeter = (x)+(x+13)+(x)+(x+13) \n" ); document.write( "perimeter = x+x+13+x+x+13 \n" ); document.write( "perimeter = (x+x+x+x)+(13+13) \n" ); document.write( "perimeter = (4x)+(26) \n" ); document.write( "perimeter = 4x+26 \n" ); document.write( " |