document.write( "Question 1035128: A wire 26 cm long is cut into two pieces, one of length x and the other of length 26 − x. Each piece is bent into the shape of a square.
\n" );
document.write( "(a) Find a function that models the total area A enclosed by the two squares in terms of x.
\n" );
document.write( "(b) Find the value of x that minimizes the total area of the two squares. \n" );
document.write( "
Algebra.Com's Answer #649784 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! The area of the two squares is given by \n" ); document.write( " \n" ); document.write( "To minimize this we take the derivative A'(x) and set it equal to zero...we get \n" ); document.write( " \n" ); document.write( "which yields \n" ); document.write( "2x - 26 = 0 \n" ); document.write( "x = 13 \n" ); document.write( " |