Can You Solve This Unique Integer Puzzle?

  • Thread starter Thread starter sara_87
  • Start date Start date
  • Tags Tags
    Integers
AI Thread Summary
The integer puzzle involves finding unique values for a, b, c, d, e, f, g, h, and i from the integers 1 to 9, such that the equation a/bc + d/ef + g/hi = 1 holds true. It has been established that b must equal 1 to satisfy the equation's constraints, which significantly narrows down the possibilities for a and c. Further analysis shows that specific values for c, f, and i cannot be 5, and various combinations of fractions have been identified that fit within the equation's limits. The discussion highlights the need for a brute-force search to explore the remaining possibilities, as the options have been sufficiently reduced. The puzzle remains unsolved, but the approach taken has streamlined the search for a solution.
sara_87
Messages
748
Reaction score
0
I saw this somewhere, it looks like fun but i can't seem to answer it

integers: 1,2,3,4,5,6,7,8,9

\frac{a}{bc}+\frac{d}{ef}+\frac{g}{hi}=1

what is a,b,c,d,e,f,g,h,i ?
pick from the above integers. (ONLY USE EACH OF THE ABOVE INTEGERS ONCE)
:)

bc means for example 35 (b=3 and c=5), not multiply.
 
Mathematics news on Phys.org


Interesting.We can always reorder terms such that b < e < h. Once we do that, it's easy to see that b=1 (because if b>1, the whole sum is necessarily less than 1).

We can restrict the number of possibilities for a & c further, because, since b=1, d/ef+g/hi is at most 9/24+8/35 ~ 0.603 and therefore a/bc > 0.397. Furthermore, if c is 2, d/ef+g/hi <= 9/35+8/46 ~ 0.431 and a/bc > 0.569. If either a or c is 9, d/ef+g/hi <= 8/24+7/35 ~ 0.533 and a/bc > 0.467. If a and c are 8 and 9, d/ef+g/hi <= 7/24+6/35=0.463 and a/bc > 0.537 (so, a and c can't be 8 and 9, because both 8/19 and 9/18 are less than 0.537).

c, f, and i can't be 5.

Any two-digit prime number that occurs in decompositions of denominators must occur in at least two denominators. For example, we can rewrite the statement as (d*hi+g*ef)-ef*hi = -a*ef*hi/bc. Right hand side is integer. If bc is a multiple of 13, either ef or hi (or both) must also be multiples of 13.

These principles limit the set of possibilities for the first fraction to 16 possibilities:

7/12 8/12 9/12
6/13 7/13 8/13 9/13
6/14 7/14 8/14 9/14
7/16 8/16 9/16
8/17 9/17

At this point, I don't see any clear ways to reduce the set of possibilities further, but we've cut the possibility space enough to start brute-force search for a solution ...
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
Thread 'Imaginary Pythagorus'
I posted this in the Lame Math thread, but it's got me thinking. Is there any validity to this? Or is it really just a mathematical trick? Naively, I see that i2 + plus 12 does equal zero2. But does this have a meaning? I know one can treat the imaginary number line as just another axis like the reals, but does that mean this does represent a triangle in the complex plane with a hypotenuse of length zero? Ibix offered a rendering of the diagram using what I assume is matrix* notation...
Back
Top