document.write( "Question 1078547: The area of a rectangle is 64cm squared. What are the dimensions if the perimeter is a minimum? \n" ); document.write( "
Algebra.Com's Answer #692983 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! length is x \n" ); document.write( "width is y \n" ); document.write( "xy=64 cm^2 \n" ); document.write( "y=64/x \n" ); document.write( "perimeter is 2x+2y=2x+128/x \n" ); document.write( "That has to be a minimum \n" ); document.write( "derivative of that is 2-128/x^2 \n" ); document.write( "Set that equal to 0 \n" ); document.write( "128/x^2=2 \n" ); document.write( "2x^2=128 \n" ); document.write( "x=8 cm \n" ); document.write( "y=8 cm \n" ); document.write( "It is a square, and the perimeter is a minimum of 32 cm. \n" ); document.write( " \n" ); document.write( " |