document.write( "Question 790130: A rectangle has perimeter 88 inches. Express the area of the rectangle as a function,
\n" ); document.write( "A(x), of the length x of one of its sides.
\n" ); document.write( "

Algebra.Com's Answer #479044 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
A rectangle has perimeter 88 inches. Express the area of the rectangle as a function,
\n" ); document.write( "A(x), of the length x of one of its sides
\n" ); document.write( "***
\n" ); document.write( "let x=length of rectangle
\n" ); document.write( "let y=length of width
\n" ); document.write( "2x+2y=88
\n" ); document.write( "2y=88-2x
\n" ); document.write( "y=(88-2x)/2=44-x
\n" ); document.write( "..
\n" ); document.write( "Area,A(x)=x*y=x(44-x)=88-x^2
\n" ); document.write( "
\n" );