An competitive question asked this time

  • Thread starter Thread starter varun atri
  • Start date Start date
  • Tags Tags
    Time
AI Thread Summary
The problem involves finding the number of stairs, denoted as x, that satisfies specific modular conditions: x is 1 mod 2, 2 mod 3, and 3 mod 4. By applying the Chinese remainder theorem, the solution can be expressed as x = 4i + 3, where i is a positive integer. Substituting this into the second equation leads to the conclusion that i must also satisfy i = 2 mod 3. The discussion focuses on solving these equations to find a value of x between 40 and 50, ultimately leading to the correct answer. The problem illustrates a straightforward application of modular arithmetic principles.
varun atri
Messages
11
Reaction score
0
a boy running up a stair case finds when he goes up two steps at a time there is one step over when he goes up three at a time there are two over and when he goes up four at a time, there are three over. find number of stairs which is b/w 40 & 50.

a.) 47 b.)45 c.)42 d.)49 e.) none
:smile:
 
Mathematics news on Phys.org
Why is this "competative"? It is a pretty straightforward "Chinese remainder theorem" problem. It is the same as asking for x such that:
x= 1 (mod 2), x= 2 (mod 3), and x= 3 (mod 4).

If x= 3 mod 4, then x= 4i+ 3 for some positive integer i. Putting that into the second equation, x= 4i+ 3= 2 (mod 3) so that 4i= -1= 2 (mod 3). i= 2 (mod 3). Continue.
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
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...
Back
Top