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)\"\" \"About 
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 = \"w%5E2+%2B5w\" sq. in\r
\n" ); document.write( "\n" ); document.write( "When width = 8 inches ,
\n" ); document.write( "Area = \"8%5E2+%2B+5%2A8\" = 104 sq.in
\n" ); document.write( "
\n" );