document.write( "Question 1058587: Find a function f that models the area of a rectangle if the width of the rectangle is 5 inches less than its length
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #673662 by solve_for_x(190)![]() ![]() ![]() You can put this solution on YOUR website! Let L represent the length of the rectangle.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The width is then represented by L - 5.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The area is the product of the length and the width, or:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f(L) = LW = L(L - 5) = L^2 - 5L\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Solution: f(L) = L^2 - 5L \n" ); document.write( " |