document.write( "Question 1001688: The length of a rectangle is 5 inches less than 4 times the width. The perimeter is 100 inches. Find the length and the width. \n" ); document.write( "
Algebra.Com's Answer #618799 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "Make the width = 'x' \n" ); document.write( "Length = 4x - 5 \n" ); document.write( "Perimeter of rectangle \n" ); document.write( "= 2(width) + 2(length) \n" ); document.write( "100 = 2(x) + 2(4x - 5) \n" ); document.write( "100 = 2x + 8x - 10 \n" ); document.write( "Collect like terms. \n" ); document.write( "10x = 100 + 10 \n" ); document.write( "10x = 110 \n" ); document.write( "x = 11 \n" ); document.write( "Width = 11 inches \n" ); document.write( "Length = 39 inches \n" ); document.write( "Hope this helps :-) \n" ); document.write( " \n" ); document.write( " |