document.write( "Question 485509: The side of one square is 3 cm longer than the side of a second square. If the combined area is 65 cm^2, find the lengths of the sides of both squares. \n" ); document.write( "
Algebra.Com's Answer #332049 by John10(297)![]() ![]() You can put this solution on YOUR website! Let x be the first square's side then other square's side is (x + 3) cm\r \n" ); document.write( "\n" ); document.write( "The first square area is x^2\r \n" ); document.write( "\n" ); document.write( "The second square area is (x + 3)^2\r \n" ); document.write( "\n" ); document.write( "The sum of the areas is: x^2 + (x + 3)^2 = 65 (***)\r \n" ); document.write( "\n" ); document.write( "Solve (***)\r \n" ); document.write( "\n" ); document.write( "x^2 + x^2 + 6x + 9 = 65 \n" ); document.write( "2x^2 + 6x - 56 = 0 \n" ); document.write( "x^2 + 3x - 28 = 0 \n" ); document.write( "(x + 7)(x - 4)= 0 \n" ); document.write( "x = -7 or x = 4 \n" ); document.write( "Since the length can NOT be negative,the first square side is 4 cm\r \n" ); document.write( "\n" ); document.write( "The second square side is 4 + 3 = 7 cm.\r \n" ); document.write( "\n" ); document.write( "Hope it will help you! John10:) \n" ); document.write( " |