document.write( "Question 116771: A rectangle having area 120 square meters has sides of length X+3 meters and x+10 meters. What is the length of a diagonal of the rectangle? \n" ); document.write( "
Algebra.Com's Answer #84901 by bucky(2189)![]() ![]() ![]() You can put this solution on YOUR website! The area of a triangle is equal to its length times its width. For this problem the width \n" ); document.write( "is (x+3) meters and the length is (x + 10) meters. The product of these two is the area and, therefore, \n" ); document.write( "is equal to 120 square meters. So we can write: \n" ); document.write( ". \n" ); document.write( "(x + 3)(x + 10) = 120 \n" ); document.write( ". \n" ); document.write( "Multiplying out the left side results in: \n" ); document.write( ". \n" ); document.write( "x^2 + 13x + 30 = 120 \n" ); document.write( ". \n" ); document.write( "To solve this equation, get it into the standard form of: \n" ); document.write( ". \n" ); document.write( "ax^2 + bx + c = 0 \n" ); document.write( ". \n" ); document.write( "by subtracting 120 from both sides to get rid of the 120 on the right side. When you do this \n" ); document.write( "subtraction to both sides you get: \n" ); document.write( ". \n" ); document.write( "x^2 + 13x - 90 = 0 \n" ); document.write( ". \n" ); document.write( "Factor the left side to get: \n" ); document.write( ". \n" ); document.write( "(x + 18)(x - 5) = 0 \n" ); document.write( ". \n" ); document.write( "This equation will be true if either of the two factors is equal to zero because a multiplication \n" ); document.write( "by zero on the left side will make the left side equal the zero on the right side. \n" ); document.write( ". \n" ); document.write( "Set the two factors equal to zero (one at a time) and solve for x. First: \n" ); document.write( ". \n" ); document.write( "x + 18 = 0 ... subtract 18 from both sides and get that \n" ); document.write( ". \n" ); document.write( "x = -18 \n" ); document.write( ". \n" ); document.write( "That won't work because if x = -18, then each of the two sides would have a negative \n" ); document.write( "size. Negative width and negative length doesn't make sense. \n" ); document.write( ". \n" ); document.write( "Next set the second factor equal to zero: \n" ); document.write( ". \n" ); document.write( "x - 5 = 0 \n" ); document.write( ". \n" ); document.write( "solve for x by adding 5 to both sides to get rid of the -5 on the left side. This makes \n" ); document.write( "the equation become: \n" ); document.write( ". \n" ); document.write( "x = 5 \n" ); document.write( ". \n" ); document.write( "That looks good. When x = 5, then the width (which is x + 3) is 8. And the length (which \n" ); document.write( "is x + 10 = 15. \n" ); document.write( ". \n" ); document.write( "So the sides of the rectangle are 8 and 15. When you draw the diagonal of the rectangle, then \n" ); document.write( "it forms the hypotenuse of a right triangle which has legs of 8 and 15. By the Pythagorean theorem \n" ); document.write( "you know that the sum of the squares of these two legs equals the square of the hypotenuse or \n" ); document.write( "diagonal. In equation form this is: \n" ); document.write( ". \n" ); document.write( "8^2 + 15^2 = H^2 \n" ); document.write( ". \n" ); document.write( "Squaring out the terms on the left side results in: \n" ); document.write( ". \n" ); document.write( "64 + 225 = H^2 \n" ); document.write( ". \n" ); document.write( "Add the terms on the left side and get: \n" ); document.write( ". \n" ); document.write( "289 = H^2 \n" ); document.write( ". \n" ); document.write( "Solve for H by taking the square root of both sides to get: \n" ); document.write( ". \n" ); document.write( "17 = H \n" ); document.write( ". \n" ); document.write( "Since all the dimensions in this problem are in meters (or meters^2) the answer is that \n" ); document.write( "the length of the Diagonal of the square is 17 meters. \n" ); document.write( ". \n" ); document.write( "Hope this helps you to understand the problem and how to go about getting the answer to it. \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( " |