document.write( "Question 993720: Hi! I really need some help with this problem I've been stuck on.\r
\n" );
document.write( "\n" );
document.write( "The length of a rectangle is 8 in. more than its width. The perimeter is 52 in.
\n" );
document.write( "
\n" );
document.write( "What is the length of the rectangle? \n" );
document.write( "
Algebra.Com's Answer #612932 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "Make the width = 'x' \n" ); document.write( "Length = 8 + x \n" ); document.write( "Perimeter = 2 x Width + 2 x Length \n" ); document.write( "52 = 2(x) + 2(8 + x) \n" ); document.write( "52 = 2x + 16 + 2x \n" ); document.write( "Collect like terms. \n" ); document.write( "2x + 2x = 52 - 16 \n" ); document.write( "4x = 36 \n" ); document.write( "x = 9 \n" ); document.write( "Width = 9 ins \n" ); document.write( "Length = 17 ins. \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |