document.write( "Question 99806: A rectangle has an area of 17 square meters. Find a function that models its perimeter P in terms of the length x of one of its sides. \n" ); document.write( "
Algebra.Com's Answer #72820 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! the area is the product of the sides, so dividing the area by one side gives the other side\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the sides are x and 17/x ... so P=2(x)+2(17/x) ... P=2x+34/x \n" ); document.write( " |