document.write( "Question 350246: 1.a rectangular field 70m long and 50m wide has a path of uniform width around it . if the area of the path is 1024 sq.cm.find the width of the path \r
\n" );
document.write( "\n" );
document.write( "2.The base and height of a triangle are (x+3) and (2x-5)cm respectively if the area of the triangle is 20 sq.cm find x\r
\n" );
document.write( "\n" );
document.write( "3.The length of a rectangle is 5cm longer than its width and its area is 66 sq.cm find the perimeter of the rectangle \n" );
document.write( "
Algebra.Com's Answer #250356 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 1.a rectangular field 70m long and 50m wide has a path of uniform width around it . if the area of the path is 1024 sq.m.find the width of the path \n" ); document.write( "--- \n" ); document.write( "Draw the picture of a rectangle inside a rectangle. \n" ); document.write( "--- \n" ); document.write( "The area of the inner rectangle is 70*50 = 3500 sq. meters \n" ); document.write( "--- \n" ); document.write( "Area of the outer rectangle = (70+2x)(50+2x) = 4X^2 + 240x + 3500 \n" ); document.write( "---- \n" ); document.write( "Equation: \n" ); document.write( "Outer area - Inner area = 4x^2+ 240x = 1024 \n" ); document.write( "x^2+60x-256 = 0 \n" ); document.write( "(x-4)(x+64) = 0 \n" ); document.write( "--- \n" ); document.write( "Positive Solution: \n" ); document.write( "x = 4 meters. \n" ); document.write( "==================== \n" ); document.write( " \n" ); document.write( "2.The base and height of a triangle are (x+3) and (2x-5)cm respectively if the area of the triangle is 20 sq.cm find x \n" ); document.write( "------------------ \n" ); document.write( "Area = (1/2)(base)(height) \n" ); document.write( "20 cm^2 = (1/2)(x+3)(2x-5) \n" ); document.write( "40 = 2x^2+x-15 \n" ); document.write( "--- \n" ); document.write( "2x^2+x-55 = 0 \n" ); document.write( "(x-5)(2x+11) = 0 \n" ); document.write( "Positive solution: \n" ); document.write( "x = 5 \n" ); document.write( "----- \n" ); document.write( "base = x+3 = 9 cm \n" ); document.write( "height = 2x-5 = 5 cm \n" ); document.write( "=====================\r \n" ); document.write( "\n" ); document.write( "3.The length of a rectangle is 5cm longer than its width and its area is 66 sq.cm find the perimeter of the rectangle. \n" ); document.write( "--- \n" ); document.write( "Let width = x \n" ); document.write( "The length = x+5 \n" ); document.write( "--- \n" ); document.write( "Equation: \n" ); document.write( "x(x+5) = 66 \n" ); document.write( "x^2+5x-66 = 0 \n" ); document.write( "(x+11)(x-6) = 0 \n" ); document.write( "--- \n" ); document.write( "Positive Solution: \n" ); document.write( "x = 6 cm \n" ); document.write( "--- \n" ); document.write( "Perimeter = 2(width + length) \n" ); document.write( "P = 2(6 + 11) \n" ); document.write( "P = 2(17) \n" ); document.write( "Perimeter = 34 cm \n" ); document.write( "====================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============== \n" ); document.write( " \n" ); document.write( " |