MHB Find the Min Sum of $m$ and $n$ for $(4^m+4^n)\ mod\ 100=0$

  • Thread starter Thread starter Albert1
  • Start date Start date
  • Tags Tags
    Sum
AI Thread Summary
The discussion focuses on finding the minimum sum of integers m and n such that (4^m + 4^n) mod 100 equals 0, with m greater than n. It establishes that for the equation to hold, 4^(m-n) must equal -1 mod 25. The powers of 4 are examined, revealing that 4^5 is congruent to -1 mod 25. Consequently, it is determined that 4^6 + 4^1 equals 0 mod 100, leading to the conclusion that the minimum value of m+n is 7. The solution is confirmed as correct.
Albert1
Messages
1,221
Reaction score
0
if $(4^m+4^n)$ mod 100=0
(here $m,n\in N \,\, and \,\,m>n$)

please find:$min(m+n)$
 
Mathematics news on Phys.org
[sp]$4^m+4^n = 4^n(4^{m-n}+1)$. If $4^{m-n} = -1\pmod{25}$ then $4^n(4^{m-n}+1) = 0 \pmod{100}.$ The first few powers of $4$ are
$4$
$16$
$64$
$256$
$1024 = 4^5$.​
Since $4^5 = 24 = -1\pmod{25}$, it follows that $4^6 + 4^1 = 0\pmod{100}$ (and in fact $4^6+4^1 = 4096 + 4 = 4100$). So the minimum value of $m+n$ is $6+1=7.$[/sp]
 
Opalg said:
[sp]$4^m+4^n = 4^n(4^{m-n}+1)$. If $4^{m-n} = -1\pmod{25}$ then $4^n(4^{m-n}+1) = 0 \pmod{100}.$ The first few powers of $4$ are
$4$
$16$
$64$
$256$
$1024 = 4^5$.​
Since $4^5 = 24 = -1\pmod{25}$, it follows that $4^6 + 4^1 = 0\pmod{100}$ (and in fact $4^6+4^1 = 4096 + 4 = 4100$). So the minimum value of $m+n$ is $6+1=7.$[/sp]
very good , the answer is correct !
 
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...
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...
Back
Top