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

  • MHB
  • Thread starter Albert1
  • Start date
  • Tags
    Sum
In summary, the equation $(4^m+4^n)\ mod\ 100=0$ asks us to find the minimum sum of two numbers, m and n, such that when we raise 4 to the power of both numbers and add them together, the result is divisible by 100. It is important to find the minimum sum because it allows us to efficiently solve the equation and understand the properties of the numbers involved. This type of equation can be solved using trial and error or algebraic techniques such as factoring or logarithms. There are also patterns and strategies that can help us solve this type of equation, such as using the properties of exponents and modular arithmetic. Additionally, this equation can be solved for any base number
  • #1
Albert1
1,221
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
  • #2
[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]
 
  • #3
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 !
 

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

1. What does the equation mean?

The equation $(4^m+4^n)\ mod\ 100=0$ is asking us to find the minimum sum of two numbers, m and n, such that when we raise 4 to the power of both numbers and add them together, the result is divisible by 100.

2. Why is finding the minimum sum important?

Finding the minimum sum is important because it allows us to efficiently solve the equation and also gives us the smallest possible values for m and n. It can also help us understand the properties of the numbers involved.

3. How do we solve this type of equation?

To solve this equation, we can use trial and error to find different values for m and n that satisfy the equation. Alternatively, we can use algebraic techniques such as factoring or logarithms to manipulate the equation and find the solution.

4. Are there any patterns or strategies for solving this type of equation?

Yes, there are a few patterns and strategies that can help us solve this type of equation. For example, we can use the properties of exponents and modular arithmetic to simplify the equation and narrow down our options for m and n.

5. Can this equation be solved for any other values besides 4 and 100?

Yes, this equation can be solved for any base number and modulus that are relatively prime (do not share any common factors). The specific values of m and n may differ, but the same principles and techniques can be applied to solve the equation.

Similar threads

Replies
9
Views
1K
Replies
9
Views
1K
Replies
1
Views
966
Replies
2
Views
939
Replies
3
Views
892
Replies
3
Views
1K
Back
Top