document.write( "Question 706484: write a function rule for the area of a rectangle whos leght is 5in. more than its width. what is the area of the rectangle when its width is 8 in. \n" ); document.write( "
Algebra.Com's Answer #435206 by god2012(113)![]() ![]() You can put this solution on YOUR website! Let 'l' be the length and 'w' be the width of the rectangle. \n" ); document.write( "Area of the rectangle = l*w \n" ); document.write( "Given : l = w +5\r \n" ); document.write( "\n" ); document.write( "Therefore Area = l * w = (w + 5) * w = \n" ); document.write( "\n" ); document.write( "When width = 8 inches , \n" ); document.write( "Area = |