MHB Finding a Solution to an Inequality in Natural Numbers

AI Thread Summary
The discussion focuses on finding natural numbers \( a, b, c, d, e, f, g \) such that \( a < b < c < d < e < f < g \) and the sum of their reciprocals equals one. A proposed solution is \( a = 2, b = 4, c = 8, d = 16, e = 32, f = 48, g = 96 \). Additionally, the smallest value for \( g \) found is 30, using the divisors of 90, while the largest value identified is 10,650,056,950,806, derived from a series of mathematical relations. The thread highlights the challenge of determining both the smallest and largest possible values for \( g \) within the constraints provided. The exploration of these values emphasizes the complexity of the problem.
Albert1
Messages
1,221
Reaction score
0
$a,b,c,d,e,f,g \in N$

$a<b<c<d<e<f<g$

$\dfrac{1}{a}+\dfrac{1}{b}+\dfrac{1}{c}+\dfrac{1}{d}+\dfrac{1}{e}+\dfrac{1}{f}+\dfrac{1}{g}=1$

please find one possible solution of a,b,c,d,e,f,g

(you should find it using mathematical analysis,and show your logic,don't use any

program)
 
Mathematics news on Phys.org
Albert said:
$a,b,c,d,e,f,g \in N$

$a<b<c<d<e<f<g$

$\dfrac{1}{a}+\dfrac{1}{b}+\dfrac{1}{c}+\dfrac{1}{d}+\dfrac{1}{e}+\dfrac{1}{f}+\dfrac{1}{g}=1$

please find one possible solution of a,b,c,d,e,f,g

(you should find it using mathematical analysis,and show your logic,don't use any

program)

we have
1 = 1/2 + 1/2
= 1/2 + 1/4 + 1/4
= 1/2 + 1/4 + 1/8 + 1/8
= 1/2 + 1/4 + 1/8 + 1/16 + 1/16
= 1/2 + 1/4 + 1/8 + 1/16 + 1/32 + 1/32
= 1/2 + 1/4 + 1/8 + 1/16 + 1/32 + 3/96
= 1/2 + 1/4 + 1/8 + 1/16 + 1/32 + (2+1)/96
= 1/2 + 1/4 + 1/8 + 1/16 + 1/32 + 1/48 + 1/96
so a =2 , b= 4, c = 8, d= 16,e=32, f= 48,g =96

this follows from 1/a = 1/(2a) + 1/(2a) and
1/(2a) = 1/ (3a) + 1/(6a)
 
Albert said:
$a,b,c,d,e,f,g \in N$

$a<b<c<d<e<f<g$

$\dfrac{1}{a}+\dfrac{1}{b}+\dfrac{1}{c}+\dfrac{1}{d}+\dfrac{1}{e}+\dfrac{1}{f}+\dfrac{1}{g}=1$

please find one possible solution of a,b,c,d,e,f,g
Just to liven the problem up a bit, what are the smallest and largest possible values of $g$?

The smallest I have found so far is $g=30$, from the sum $$\frac13 + \frac15 + \frac16 + \frac19 + \frac1{10} + \frac1{18} + \frac1{30} = \frac{30 + 18 + 15 + 10+9+5 + 3}{90} = \frac{90}{90} = 1.$$ (I found that example by taking a number with many divisors, in this case $90$, and looking for seven of its divisors that added up to $90$.)

The largest value I can find for $g$ is $10\,650\,056\,950\,806$. That came from repeatedly using the relation $\dfrac1n = \dfrac1{n+1} + \dfrac1{n(n+1)}$, as follows: $$1 = \frac12 + \frac13 + \frac16,$$ $$1 = \frac12 + \frac13 + \frac17 + \frac1{42},$$ $$1 = \frac12 + \frac13 + \frac17 + \frac1{43} + \frac1{1806},$$ $$1 = \frac12 + \frac13 + \frac17 + \frac1{43} + \frac1{1807} + \frac1{3\,263\,442},$$ $$1 = \frac12 + \frac13 + \frac17 + \frac1{43} + \frac1{1807} + \frac1{3\,263\,443} + \frac1{10\,650\,056\,950\,806}. $$ Any advance on ten trillion?
 
Last edited:
$(\dfrac {1}{1} - \dfrac {1}{2}) +(\dfrac {1}{2} - \dfrac {1}{3}) +(\dfrac {1}{3}- \dfrac {1}{4}) + (\dfrac {1}{4} - \dfrac {1}{5}+) (\dfrac {1}{5} - \dfrac {1}{6})+(\dfrac {1}{6} - \dfrac {1}{7})$
$=\dfrac {1}{2} + \dfrac {1}{6}+\dfrac {1}{12} + \dfrac {1}{20} + \dfrac {1}{30}+ \dfrac {1}{42}
=\dfrac {6}{7}=1-\dfrac {1}{7}$
$\therefore \,\, \dfrac {1}{2} + \dfrac {1}{6}+\dfrac {1}{7} + \dfrac {1}{12}+\dfrac {1}{20}+\dfrac {1}{30}+\dfrac {1}{42}=1$
 
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Is it possible to arrange six pencils such that each one touches the other five? If so, how? This is an adaption of a Martin Gardner puzzle only I changed it from cigarettes to pencils and left out the clues because PF folks don’t need clues. From the book “My Best Mathematical and Logic Puzzles”. Dover, 1994.
Back
Top