document.write( "Question 300697: What is the area of a rectangle expressed as a function of its width, if the width is 25 percent of its length? \n" ); document.write( "
Algebra.Com's Answer #215757 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
The area of a rectangle is,
\n" ); document.write( "\"A=L%2AW\"
\n" ); document.write( "But you also know that,
\n" ); document.write( "\"W=0.25%2AL=L%2F4\"
\n" ); document.write( "\"L=4W\"
\n" ); document.write( "So then,
\n" ); document.write( "\"A=4W%2AW\"
\n" ); document.write( "\"A=4W%5E2\"
\n" ); document.write( "
\n" );