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: 133
  • i5^pimgpsh_thumbnail_win_distr.jpg
    i5^pimgpsh_thumbnail_win_distr.jpg
    11.7 KB · Views: 108
  • i6^pimgpsh_thumbnail_win_distr.jpg
    i6^pimgpsh_thumbnail_win_distr.jpg
    11.4 KB · Views: 114
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.
 
Thread 'Video on imaginary numbers and some queries'
Hi, I was watching the following video. I found some points confusing. Could you please help me to understand the gaps? Thanks, in advance! Question 1: Around 4:22, the video says the following. So for those mathematicians, negative numbers didn't exist. You could subtract, that is find the difference between two positive quantities, but you couldn't have a negative answer or negative coefficients. Mathematicians were so averse to negative numbers that there was no single quadratic...
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...
Thread 'Unit Circle Double Angle Derivations'
Here I made a terrible mistake of assuming this to be an equilateral triangle and set 2sinx=1 => x=pi/6. Although this did derive the double angle formulas it also led into a terrible mess trying to find all the combinations of sides. I must have been tired and just assumed 6x=180 and 2sinx=1. By that time, I was so mindset that I nearly scolded a person for even saying 90-x. I wonder if this is a case of biased observation that seeks to dis credit me like Jesus of Nazareth since in reality...
Back
Top