A rectangle is brilliant if its width and length are both positive integers and its area equals its perimeter.
What is the sum of the areas of all possible non-congruent brilliant rectangles?
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.
I performed it the same way. However, I believe that, although in this case they do not yield viable solutions, the factorisation of 4 should include negative factors and these values should be checked. In this case it doesn't matter as all negative factorisations would lead to negative or zero values for a and b.
The area of the rectangle with sides x, and y, A=xy = 2(x+y). We can write y=2+4/(x-2), If x, y are integers the possible solutions are (3,6) and (4,4). So the sum of the areas 18+16=34
Suppose that the length of a brilliant rectangle is a and the width is b . Since a and b are interchangeable, add the restriction a ≥ b without any loss of generality.
The area of the rectangle is given by a b , and the perimeter is given by 2 ( a + b ) .
Then, a b = 2 ( a + b ) .
Divide both sides by 2 a b to get that a 1 + b 1 = 2 1 .
We need to find possible values for a . First, since b is positive and thus b 1 > 0 , we know that a 1 < 2 1 , or a > 2 .
Then, since a ≥ b , a 2 ≤ a 1 + b 1 = 2 1 , or a ≤ 4 . Thus, possible values of a that work are 3 and 4 .
Substituting a = 3 and a = 4 both reveal integer solutions for b , 6 and 4 respectively.
Thus, we can find the answer 3 ⋅ 6 + 4 ⋅ 4 = 3 4 .
Problem Loading...
Note Loading...
Set Loading...
If the dimensions are x by y with x ≥ y > 0 then we require that x y = 2 x + 2 y ⟹ x y − 2 x − 2 y = 0 ⟹ ( x − 2 ) ( y − 2 ) = 4 .
As 4 can be factored as 4 × 1 or 2 × 2 we obtain the side-length solutions ( x , y ) = ( 6 , 3 ) and ( x , y ) = ( 4 , 4 ) , with respective areas 1 8 and 1 6 .
The desired sum is then 1 8 + 1 6 = 3 4 .