We need to find all natural numbers $n$ such that $\sqrt{\frac{72}{n}}$ is a natural number.

Number TheoryDivisibilitySquare RootsInteger PropertiesPerfect Squares
2025/6/24

1. Problem Description

We need to find all natural numbers nn such that 72n\sqrt{\frac{72}{n}} is a natural number.

2. Solution Steps

First, we find the prime factorization of
7

2. $72 = 2 \times 36 = 2 \times 2 \times 18 = 2 \times 2 \times 2 \times 9 = 2^3 \times 3^2$.

So, 72n=23×32n\sqrt{\frac{72}{n}} = \sqrt{\frac{2^3 \times 3^2}{n}}.
For 72n\sqrt{\frac{72}{n}} to be a natural number, 72n\frac{72}{n} must be a perfect square. Therefore, 72n=k2\frac{72}{n} = k^2 for some natural number kk.
Then n=72k2n = \frac{72}{k^2}. Since nn must be a natural number, k2k^2 must be a divisor of
7

2. The possible values of $k^2$ are perfect square divisors of

7
2.
The divisors of 72 are 1, 2, 3, 4, 6, 8, 9, 12, 18, 24, 36,
7

2. The perfect square divisors of 72 are 1, 4, 9,

3
6.
If k2=1k^2 = 1, then n=721=72n = \frac{72}{1} = 72.
If k2=4k^2 = 4, then n=724=18n = \frac{72}{4} = 18.
If k2=9k^2 = 9, then n=729=8n = \frac{72}{9} = 8.
If k2=36k^2 = 36, then n=7236=2n = \frac{72}{36} = 2.
Now let us check our answers:
If n=72n=72, then 7272=1=1\sqrt{\frac{72}{72}} = \sqrt{1} = 1.
If n=18n=18, then 7218=4=2\sqrt{\frac{72}{18}} = \sqrt{4} = 2.
If n=8n=8, then 728=9=3\sqrt{\frac{72}{8}} = \sqrt{9} = 3.
If n=2n=2, then 722=36=6\sqrt{\frac{72}{2}} = \sqrt{36} = 6.
All the values of nn result in natural numbers.

3. Final Answer

The natural numbers nn are 2, 8, 18, and
7
2.

Related problems in "Number Theory"

Prove by induction that for every positive integer $n$, $3^{2n} - 1$ is divisible by 8.

DivisibilityInductionInteger Properties
2025/7/1

The problem is to find the next number in the sequence: $1, 5, 14, 30, 55, ...$

SequencesNumber PatternsDifference Sequences
2025/6/26

The image shows a sequence of numbers: $-1, 2, 7, 114, 2233, \dots$ The problem is to find a pattern...

SequencesPattern RecognitionRecurrence RelationsNumber Sequences
2025/6/25

The problem asks us to find the smallest natural number that, when multiplied by 135, results in a p...

Prime FactorizationPerfect SquaresInteger Properties
2025/6/24

The problem asks: How many different pairs of positive integers have a greatest common factor (GCF) ...

Greatest Common Factor (GCF)Least Common Multiple (LCM)Prime FactorizationRelatively PrimeNumber of Pairs
2025/6/14

The problem asks which of the given set membership statements are correct. A. $\frac{7}{3} \notin N$...

Set TheoryNumber SetsNatural NumbersIntegersRational NumbersReal NumbersSet Membership
2025/6/14

The problem asks us to identify which of the given numbers is an irrational number. The options are ...

Irrational NumbersReal NumbersRational NumbersSquare Roots
2025/6/8

The problem is to convert the binary number $10101_2$ to its equivalent decimal (base 10) representa...

Number SystemsBinary NumbersDecimal ConversionBase Conversion
2025/6/7

We are asked to convert the number $23$ from base ten to base two.

Number BasesBase ConversionBinary Representation
2025/6/7

The problem states that if $n$ is an odd integer, then $n^2 + 3n + 5$ is odd. We need to prove wheth...

Number TheoryParityOdd and Even IntegersProof
2025/6/7