For positive integers a and b , it is given that both 2 1 a b 2 and 1 5 a b are perfect squares. Find m i n ( a + b )
Details
A perfect square is square of an integer.
Note- I take no credit for this question. This has appeared in I M C , R M T C and many other contests too.
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.
Exactly!! Quite easy!
Log in to reply
Expected this stupid comment or the comment-overrated of yours over here -_-
Log in to reply
Oh, is it that? I wrote just what I thought! Not the right place? Should I delete it?
F o r p a n d q a s i n t e g e r s , L e t 2 1 a b 2 = p 2 ∗ b 2 . ∴ 2 1 ∗ a = p 2 ⟹ a m i n = 2 1 . L e t 1 5 a b = 9 q 2 . ∴ 1 5 ∗ 2 1 ∗ b = 9 q 2 ⟹ 3 5 b = q 2 . ⟹ b m i n = 3 5 . ( a + b ) m i n = 2 1 + 3 5 = 5 6 .
Problem Loading...
Note Loading...
Set Loading...
Given that 2 1 a b 2 is a perfect square. Since b 2 is a perfect square, 2 1 a must also be a perfect square.
2 1 = 3 × 7 . Thus, a must also be equal to 3 × 7 = 2 1 in order for it to be a perfect square. Thus, a = 2 1
Now, 1 5 a b = ( 1 5 ) ( 2 1 ) b is also a perfect square.
1 5 × 2 1 = 3 2 × 5 × 7 . Now, this must be multiplied by 5 × 7 at least to make it a perfect square. Thus, b = 3 5
Therefore, a + b = 5 6