document.write( "Question 342101: A rectangle is 3 times as long as the width and has the same perimeter as a square whose area is 4 sq. ft larger than the rectangle. what are the dimensions of the rectangle and square? \n" ); document.write( "
Algebra.Com's Answer #245059 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A rectangle is 3 times as long as the width and has the same perimeter as a \n" ); document.write( " square whose area is 4 sq. ft larger than the rectangle. \n" ); document.write( " what are the dimensions of the rectangle and square? \n" ); document.write( ": \n" ); document.write( "Let x = width of the rectangle \n" ); document.write( "then \n" ); document.write( "3x = the length of the rectangle \n" ); document.write( "then \n" ); document.write( "P = 2(3x) + 2x = 8x is the perimeter of the rectangle \n" ); document.write( "and \n" ); document.write( "3x * x = 3x^2 = area of the rectangle \n" ); document.write( ": \n" ); document.write( "Let s = side of the square \n" ); document.write( "then \n" ); document.write( "4s = the perimeter of the square \n" ); document.write( "and \n" ); document.write( "s^2 = the area of the square \n" ); document.write( ": \n" ); document.write( "the equal perimeters equation \n" ); document.write( "4s = 8x \n" ); document.write( "simplify, divide by 2 \n" ); document.write( "s = 2x \n" ); document.write( ": \n" ); document.write( "That areas equation \n" ); document.write( "s^2 - 3x^2 = 4 \n" ); document.write( "replace s with 2x \n" ); document.write( "(2x)^2 - 3x^2 = 4 \n" ); document.write( "4x^2 - 3x^2 = 4 \n" ); document.write( "x^2 = 4 \n" ); document.write( "x = 2 ft is the width of the rectangle \n" ); document.write( "then \n" ); document.write( "3(2) = 6 ft is the length of the rectangle \n" ); document.write( ": \n" ); document.write( "Find the side of the square \n" ); document.write( "s = 2(2) \n" ); document.write( "s = 4 ft is the side of the square \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check solutions by finding the perimeter \n" ); document.write( "Rectangle: 2(6) + 2(2) = 16 ft \n" ); document.write( "Square: 4 * 4 = 16 ft \n" ); document.write( ": \n" ); document.write( "Check the areas \n" ); document.write( "4^2 - (6*2) = 4 \n" ); document.write( " \n" ); document.write( " |