MHB What's the Logic of this Application using Math

  • Thread starter Thread starter ahmadtahir1919
  • Start date Start date
  • Tags Tags
    Application Logic
AI Thread Summary
The application features four screens, each displaying numbers and asking users if their age is among them. Users respond with "Yes" or "No," which narrows down the possibilities. The logic appears to rely on binary testing, where each answer eliminates a portion of potential ages. However, the current setup may not provide enough information to accurately determine a user's age within just four screens, as it leaves multiple possibilities remaining. Additional queries may be necessary for the algorithm to function effectively.
ahmadtahir1919
Messages
1
Reaction score
0
View attachment 6380View attachment 6381View attachment 6382

Here i attached some mobile application screenshots
I want to know the logic of this application

1:- It have four screens and every screen have numbers.
2:-Application asked on every screen "Do you Know your age is here in these numbers".
3:-If i see the number is on the screen then i pressed "Yes" otherwise press "NO".
4:-This procedure repeat 4 times and application fined out the number or age that is in my mind.

Help me the Logic of this Application using Math.
 

Attachments

  • i4^pimgpsh_thumbnail_win_distr.jpg
    i4^pimgpsh_thumbnail_win_distr.jpg
    12.6 KB · Views: 130
  • i5^pimgpsh_thumbnail_win_distr.jpg
    i5^pimgpsh_thumbnail_win_distr.jpg
    11.7 KB · Views: 105
  • i6^pimgpsh_thumbnail_win_distr.jpg
    i6^pimgpsh_thumbnail_win_distr.jpg
    11.4 KB · Views: 111
Mathematics news on Phys.org
It would be helpful if we had access to all four screens so that we could compare and figure out how the algorithm is operating. One and a half screens are not enough.

Also, the links to the attachments are irrelevant to this question.
 
  • Like
Likes Greg Bernhardt
It seems to be a binary test. Each yes/no answer provides only one bit of information, which trims any list down to a 16th of the original list. From a list of 100, that still leaves 6-7 values after 4 pages. Don't see how it can work without 3 more queries.
 
  • Like
Likes Greg Bernhardt
Halc said:
It seems to be a binary test. Each yes/no answer provides only one bit of information, which trims any list down to a 16th of the original list. From a list of 100, that still leaves 6-7 values after 4 pages. Don't see how it can work without 3 more queries.
what he said (very small).jpg

Seems to me you get more than one bit's worth of info per screen but not enough to do it in 4 screens.
 
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