For positive integer, , consider the following numbers:
At most how many of these can be made perfect squares by picking the right ?
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.
In order for two positive integers to be able to be made into a perfect square by multiplying them both by the same positive integer, the parities of the exponents of the prime factors needs to match. And, the largest group for which this is true is 1 , 4 , and 9 .
You can make these 3 squares by choosing n to be a square number. Then n , 4 n and 9 n will also be perfect squares.