A rectangle with positive integer sides in feet, the sides being less than 10 feet long, has a border of 1 foot by 1 foot marble slabs completely surrounding it. The border has the same area in square feet that the rectangle has.
What is the area of the rectangle in square feet?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let the dimensions (in feet) of the rectangle be x , y . Then the dimensions of the outside of the border are x + 2 and y + 2 . The area of the border is then ( x + 2 ) ( y + 2 ) − x y , which we require to equal the area of the rectangle, i.e.,
( x + 2 ) ( y + 2 ) − x y = x y ⟹ ( x y + 2 x + 2 y + 4 ) − x y = x y ⟹ 2 y + 4 = x y − 2 x
⟹ 2 ( y + 2 ) = x ( y − 2 ) ⟹ x = 2 ( y − 2 y + 2 ) = 2 ( 1 + y − 2 4 ) = 2 + y − 2 8 .
Now for x to be an integer we require that ( y − 2 ) ∣ 8 ⟹ y − 2 = ± 1 , ± 2 , ± 4 , ± 8 .
Since y < 1 0 must be a positive integer the only valid options are y − 2 = − 1 , 1 , 2 , 4 ⟹ y = 1 , 3 , 4 , 6 .
This in turn yields solution pairs ( x , y ) = ( − 6 , 1 ) , ( 3 , 1 0 ) , ( 4 , 6 ) , ( 6 , 4 ) . Since both of x and y must be positive integers less than 1 0 the only possible dimensions are ( 4 , 6 ) , ( 6 , 4 ) , which in both cases yield an area for the rectangle of 2 4 square feet.