A rectangle has integer perimeter P and integer area A . If P − 4 P + 4 = A − 1 then what is the sum of all possible perimeters?
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.
Here's just a faster version of what you did:
Since x y = A , x + y = 2 P , by discriminent of a quadratic(x,y must be real): ( 2 P ) 2 ≥ 4 A ⇒ P 2 ≥ 1 6 P − 4 2 P ⇒ P ≥ 8 .
Since P − 4 P + 4 is an integer, then so is P − 4 P + 4 − 1 = P − 4 8 ⇒ P = 8 , 1 2
Log in to reply
Nice. Didn't see that one coming.
Arg I was going to do that but I wasn't sure it would pick up all solutions.
a c t u a l l y w e c a n e v e n u s e A . P . ≥ G . P . s o , 2 ( x + y ) ≥ x y s o , ( x + y ) 2 ≥ 4 x y [ 2 ( x + y ) ] 2 ≥ 1 6 x y P 2 ≥ 1 6 A a n d t h e n o n l y , P = 1 2 a n d 8 s a t i s f y t h e c o n d i t i o n .
Oops. I tried 31
First,
P − 4 P + 4 = A − 1 ↪ P + 4 = A P − P − 4 A + 4 2 P − A P + 4 A = 0 ( P − 4 ) ( − A + 2 ) = 0 − 8 ( P − 4 ) ( A − 2 ) = 8 .
Now, we know that 8 = 1 x 8 = 2 x 4 = 4 x 2 = 8 x 1 . Them, the solutions for ( P , A ) are ( 5 , 1 0 ) ( 6 , 6 ) ( 8 , 4 ) ( 1 2 , 3 )
But, ( 3 , 1 2 ) a n d ( 4 , 8 ) yield real values for the side lengths.
So the answer is 1 2 + 8 = 2 0 .
Sorry for not formatting.
(P +4)(P - 4) = Integer.
Let P - 4 = x.
(x+8)/x should be integer. So x = 1,2,4,8. That means Perimeter = 5,6,8,12.
Now checking these values, by solving for Area for each given perimeter.
For P =5, area = 10.
L + B = 5/2; LB = 10.
(L+B)^2 = 25/4 = L^2 + B^2 + 20. This gives the sum of 2 squares as negative, so is not possible. Same with P = 6.
However, P = 8 and P = 12 satisfy as there will be possible values of L and B for their cases.
(P - 4)(A - 2) = 8
(P, A) of (5, 10), (6, 6), (8, 4) and (12, 3) are initial possibilities.
But P = 2 (a + b) and A = a b where
x^2 - 2.5 x + 10 = 0 => Real x not valid;
x^2 - 3 x + 6 = 0 => Real x not valid;
x^2 - 4 x + 4 = 0 => (x - 2)^2 = 0 => a = 2 and b = 2;
x^2 - 6 x + 3 = 0 => (x - 3)^2 = 6 => a = 3 + sqrt(6) and b = 3 - sqrt(6).
Reduced to only (8, 4) and (12, 3) as only possible answers where a square is also inclusive as a rectangle. Therefore, 8 + 12 = 20.
Problem Loading...
Note Loading...
Set Loading...
First, clear denominators to get P + 4 = A P − P − 4 A + 4
Rearranging gives A P − 2 P − 4 A = 0 , and using Simon's Favorite Factoring trick we obtain ( A − 2 ) ( P − 4 ) = 8 . Since the rectangle has integer perimeter and area, then A − 2 and P − 4 are integers, so we look at the positive factors of 8 :
8 = 1 × 8 , 2 × 4 , 4 × 2 , 8 × 1
Thus, ( A − 2 , P − 4 ) = ( 1 , 8 ) , ( 2 , 4 ) , ( 4 , 2 ) , ( 8 , 1 ) so ( A , P ) = ( 3 , 1 2 ) , ( 4 , 8 ) , ( 6 , 6 ) , ( 1 0 , 5 ) .
We may be tempted to say the answer is 1 2 + 8 + 6 + 5 = 3 1 , but we must first confirm that all of these rectangles exist.
So let's let x , y be the side lengths of the rectangle. We have that x y = A , and 2 x + 2 y = P .
We substitute ( A , P ) = ( 3 , 1 2 ) , ( 4 , 8 ) , ( 6 , 6 ) , ( 1 0 , 5 ) in and solve the 4 different system of equations to find that ( A , P ) = ( 3 , 1 2 ) , ( 4 , 8 ) yield real values for the side lengths, and ( A , P ) = ( 6 , 6 ) , ( 1 0 , 5 ) don't.
So the answer is just 1 2 + 8 = 2 0 .