document.write( "Question 822143: a piece of wire 20 ft long is cut into 2 pieces so that the sum of the squares of the length of each piece is 202 . find the length of each piece \n" ); document.write( "
Algebra.Com's Answer #494747 by LinnW(1048)\"\" \"About 
You can put this solution on YOUR website!
Set x = length of one piece .
\n" ); document.write( "The length of the second piece is 20 - x .\r
\n" ); document.write( "\n" ); document.write( "x^2 + ( 20 - x )^2 = 202
\n" ); document.write( "x^2 + 400 - 40x + x^2 = 202
\n" ); document.write( "2x^2 - 40x + 400 = 202
\n" ); document.write( "Subtract 202 from each side.
\n" ); document.write( "2x^2 - 40x + 198 = 0
\n" ); document.write( "Divide each side by 2
\n" ); document.write( " x^2 - 20x + 99 = 0
\n" ); document.write( " (x - 9)(x - 11) = 0
\n" ); document.write( "So x = 9 or x = 11
\n" ); document.write( "And we can see that our requirements
\n" ); document.write( "are satisfied when the piece lengths are 9 and 11.
\n" ); document.write( "
\n" ); document.write( "
\n" );