Multiples of n

For positive integer, n n , consider the following 10 10 numbers: n , 2 n , 3 n , 4 n , 5 n , 6 n , 7 n , 8 n , 9 n , 10 n n, 2n, 3n, 4n, 5n, 6n, 7n, 8n, 9n, 10n

At most how many of these can be made perfect squares by picking the right n n ?

5 4 3 All of them 1 2

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.

1 solution

Geoff Pilling
Oct 18, 2018

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 , 1, 4, and 9 9 .

You can make these 3 3 squares by choosing n n to be a square number. Then n n , 4 n 4n and 9 n 9n will also be perfect squares.

To be precise, the problem should ask " At most how many of these can be perfect squares", because as it stands, 1 and 2 are also correct options.

Jon Haussmann - 2 years, 7 months ago

Log in to reply

Good point... Done

Geoff Pilling - 2 years, 7 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...