document.write( "Question 458523: A piece of wire 16 inches long is to be cut in two parts. Each piece will be bent in the shape of a square. Find the expression that represents the total area of the two squares made with the pieces of wire as a function of the length, x, of one of the pieces. \n" ); document.write( "
Algebra.Com's Answer #314630 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
A piece of wire 16 inches long is to be cut in two parts.
\n" ); document.write( " Each piece will be bent in the shape of a square.
\n" ); document.write( " Find the expression that represents the total area of the two squares made
\n" ); document.write( " with the pieces of wire as a function of the length, x, of one of the pieces.
\n" ); document.write( ":
\n" ); document.write( "Other square side = \"%2816-4x%29%2F4\" simplified to (4-x)
\n" ); document.write( ":
\n" ); document.write( "total area
\n" ); document.write( "A(x) = x^2 + (4-x)^2
\n" ); document.write( "A(x) = x^2 + 16 - 8x + x^2
\n" ); document.write( "A(x) = 2x^2 - 8x + 16
\n" ); document.write( "
\n" );