document.write( "Question 404199: a wire of length 100 cm is cut into two piece and each part is bent to form a square. if the sum of the areas of the two square is 425 cm^2 find the lenghts of the sides of the two squares \n" ); document.write( "
Algebra.Com's Answer #285790 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! a wire of length 100 cm is cut into two piece and each part is bent to form a square. \n" ); document.write( " if the sum of the areas of the two square is 425 cm^2 find the lengths of the sides of the two squares \n" ); document.write( ": \n" ); document.write( "Let x = side of one square \n" ); document.write( "Let y = side of the other square \n" ); document.write( "then \n" ); document.write( "4x + 4y = 100 \n" ); document.write( "simplify, divide by 4 \n" ); document.write( "x + y = 25 \n" ); document.write( "y = (25-x), use this for substitution \n" ); document.write( "and \n" ); document.write( "x^2 + y^2 = 425 \n" ); document.write( "Substitute (25-x) for y \n" ); document.write( "x^2 + (25-x)^2 = 425 \n" ); document.write( "FOIL (25-x)(25-x) \n" ); document.write( "x^2 + 625 - 50x + x^2 = 425 \n" ); document.write( "Arrange as a quadratic equation \n" ); document.write( "x^2 + x^2 - 50x + 625 - 425 = 0 \n" ); document.write( "2x^2 - 50x + 200 = 0 \n" ); document.write( "(x-20)(2x-10) = 0 \n" ); document.write( "Two solutions \n" ); document.write( "x = 20 is the side of one square \n" ); document.write( "or \n" ); document.write( "2x = 10 \n" ); document.write( "x = 5 is the side of one square \n" ); document.write( ": \n" ); document.write( "Find y \n" ); document.write( "25 - 20 = 5 is the side of the other square \n" ); document.write( "or \n" ); document.write( "25 - 5 = 20 is the side of the other square \n" ); document.write( ": \n" ); document.write( "anyway, one square side is 20, the other square side is 5 \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "See if this is true \n" ); document.write( "4(20) + 4(5) = \n" ); document.write( "80 + 20 = 100 \n" ); document.write( "and \n" ); document.write( "20^2 + 5^2 = 425 \n" ); document.write( " \n" ); document.write( " |