document.write( "Question 458544: 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 #315505 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! 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( ".. \n" ); document.write( "let x=side of first square \n" ); document.write( "let y=side of second square \n" ); document.write( "Total Area = x^2+y^2 \n" ); document.write( "Amt of wire used by first square=4x \n" ); document.write( "Amt of wire left for second square=16-4x \n" ); document.write( "Side of second square=y=(16-4x)/4=4-x \n" ); document.write( "Area of second square=16-8x+x^2 \n" ); document.write( "Total area=x^2+16-8x+x^2 \n" ); document.write( "ans: 2x^2-8x+16 \n" ); document.write( " |