document.write( "Question 296138: The perimeter of a standard sized rectangular rug is 24ft. The length is 2ft longer than the width. Find the dimensions \n" ); document.write( "
Algebra.Com's Answer #213470 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the width be x\r \n" ); document.write( "\n" ); document.write( "the length is x+2\r \n" ); document.write( "\n" ); document.write( "2x + 2(x+2) =24\r \n" ); document.write( "\n" ); document.write( "2x+2x+4=24\r \n" ); document.write( "\n" ); document.write( "4x=24-4\r \n" ); document.write( "\n" ); document.write( "4x=20\r \n" ); document.write( "\n" ); document.write( "x=20/4\r \n" ); document.write( "\n" ); document.write( "x=5\r \n" ); document.write( "\n" ); document.write( "This is the width\r \n" ); document.write( "\n" ); document.write( "length will be 2 more than the width = 7\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |