document.write( "Question 229970:  A wire 10 cm long is cut into 2 pieces, one of length x and the other of length 10-x. Each piece is bent into the shape of a square.
\n" );
document.write( "a) Find a function that models the total area enclosed by the two squares. 
\n" );
document.write( "Would the function be A(x)=-(x+5)²+25?\r
\n" );
document.write( "\n" );
document.write( "b) Find the value of x that minimizes the total area of two squares.
\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #170393 by stanbon(75887)      You can put this solution on YOUR website! A wire 10 cm long is cut into 2 pieces, one of length x and the other of length 10-x. Each piece is bent into the shape of a square. \n" ); document.write( "--- \n" ); document.write( "If total length is \"x\", each side of the square is x/4 \n" ); document.write( "and the area is (x/4)^2 \n" ); document.write( "---------------------- \n" ); document.write( "If total length is \"10-x\", each side of the square is (10-x)/4 \n" ); document.write( "and the area is [(10-x)/4]^2 \n" ); document.write( "----------------------------\r \n" ); document.write( "\n" ); document.write( "a) Find a function that models the total area enclosed by the two squares. \n" ); document.write( "Total Area = (x/4)^2 + [(10-x)/4]^2 \n" ); document.write( "TA = (x^2/16) + [(100 -20x + x^2)/16] \n" ); document.write( "TA = (1/8)x^2 -(5/4)x + (25/4) \n" ); document.write( "--------------------------------------------- \n" ); document.write( " \n" ); document.write( "b) Find the value of x that minimizes the total area of two squares. \n" ); document.write( "Min occurs when x = -b/2a = (5/4)/[2(1/8)] = (5/4)/(1/4) = 5 \n" ); document.write( "========================================================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |