document.write( "Question 484423: The area of a rectangle is 49in. Express the perimeter as a function of the width w, and state the domain of this function.
\n" );
document.write( "I answer it this way. 98= 2(L+W)
\n" );
document.write( " 98/2 = 2(L+W)/2
\n" );
document.write( " 49 = (L+W)
\n" );
document.write( " 49-W = L+W-W
\n" );
document.write( " 0 < W <49 \n" );
document.write( "
Algebra.Com's Answer #331456 by chessace(471)![]() ![]() You can put this solution on YOUR website! Wow, how did you start like that? \n" ); document.write( "A=L*W=49 \n" ); document.write( "P=2(L+W)=2(49/W + W) \n" ); document.write( "P=98/W + 2W answers the first part. \n" ); document.write( "The only problem is /0 so W>0 answers the 2nd part. \n" ); document.write( " \n" ); document.write( " |