document.write( "Question 926754: The perimeter of a rectangle is 26 inches. The length is 4 more than twice the width. Find the dimensions of the rectangle.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #562434 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! The perimeter of a rectangle is 26 inches. The length is 4 more than twice the width. Find the dimensions of the rectangle. \n" ); document.write( "*** \n" ); document.write( "let x=width \n" ); document.write( "2x+4=length \n" ); document.write( "2(length+width)=perimeter \n" ); document.write( "2(2x+4+x)=26 \n" ); document.write( "6x+8=26 \n" ); document.write( "6x=18 \n" ); document.write( "x=3 \n" ); document.write( "2x+4=10 \n" ); document.write( "width=3 inches \n" ); document.write( "length=10 inches \n" ); document.write( " |