document.write( "Question 168001: a wire 10 cm long is cut into two pieces, one of length x and the other of 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( "(b) Find the Value of x that minimizes the total area of the two squares \n" );
document.write( "
Algebra.Com's Answer #123862 by gonzo(654)![]() ![]() ![]() You can put this solution on YOUR website! area of a square is s^2 where s is the length of each side. \n" ); document.write( "----- \n" ); document.write( "the wire is cut into 2 lengths and forms a square with each. \n" ); document.write( "----- \n" ); document.write( "the wire of x length forms 4 sides with the length of each side equal to x/4. \n" ); document.write( "----- \n" ); document.write( "the wire of (10-x) length forms 4 sides with the length of each side equal to (10-x)/4. \n" ); document.write( "----- \n" ); document.write( "area of the square made by the wire of x length is \n" ); document.write( "this equals \n" ); document.write( "----- \n" ); document.write( "area of the square made by the wire of (10-x) length is \n" ); document.write( "this equals \n" ); document.write( "----- \n" ); document.write( "the total area enclosed by these squares is given by the equation: \n" ); document.write( " \n" ); document.write( "since the denominator is equal, this equation becomes: \n" ); document.write( " \n" ); document.write( "----- \n" ); document.write( "since x^2 is positive, this is a quadratic equation that opens upward and points downward. \n" ); document.write( "the point where the graph turns is a minimum point. \n" ); document.write( "that point can be found as follows: \n" ); document.write( "take the given formula and multiply it out to get a quadratic equation in standard form. \n" ); document.write( "that standard form is: \n" ); document.write( " \n" ); document.write( "that becomes: \n" ); document.write( " \n" ); document.write( "----- \n" ); document.write( "in that equation, the a coefficient is 1/8, and the b coefficient is -10/8. \n" ); document.write( "----- \n" ); document.write( "the formula \n" ); document.write( "substituting, that formula becomes: \n" ); document.write( " \n" ); document.write( "when x = 5, y = 3.125 \n" ); document.write( "that's the minimum value of the equation. \n" ); document.write( "----- \n" ); document.write( "graph of the resulting equation looks like this showing that when x = 5, y = 3.125 and the value of the equation of the squares is at a minimum. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |