document.write( "Question 23613: The perimiter of a retangle is 96. The length of the retangle is 6 less then twice the width. find the dimensions. \n" ); document.write( "
Algebra.Com's Answer #12386 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Let the width be \"w\". \n" ); document.write( "Then length = 2w-6 \n" ); document.write( "Perimeter = 2l + 2w = 96 \n" ); document.write( " l + w = 48 \n" ); document.write( "(2w-6) + w = 48 \n" ); document.write( " 3w = 54 \n" ); document.write( " w = 18 (this is the width) \n" ); document.write( "l=2w-6= 30 (this is the length)\r \n" ); document.write( "\n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |