Find out the mistake in Modulo Arithmetic

Please help me to find out an error.

Case 1 : 22225555=35555(mod7)=2431111(mod7)=51111(mod7)=5.51110(mod7) 2222^{5555}=3^{5555}(mod7) = 243^{1111}(mod 7) = 5^{1111}(mod 7) = 5.5^{1110}(mod7) =5.625370(mod7)=5.2370(mod7)=5.2.2369(mod7) = 5.625^{370}(mod 7) = 5.2^{370}(mod 7)= 5.2.2^{369}(mod 7) =10.8123(mod7)=10.1123(mod7)=10(mod7)=3= 10.8^{123}(mod 7) = 10.1^{123}(mod 7) = 10(mod 7) =3

Case 2: 22225555=35555(mod7)=35.35550(mod7)=35.729925(mod7) 2222^{5555} = 3^{5555}(mod 7)= 3^{5}.3^{5550}(mod 7)= 3^{5}.729^{925}(mod 7) =35.1925(mod7)=35(mod7)=5 = 3^{5}.1^{925}(mod7) = 3^{5}(mod 7) = 5

In the two cases we got different answer. Which is the wrong one? And where is the mistake? Please help me as I am very weak in this area. Thanks

#HelpMe! #MathProblem

Note by Kumar Ashutosh
7 years, 10 months ago

No vote yet
2 votes

  Easy Math Editor

This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.

When posting on Brilliant:

  • Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
  • Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
  • Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
  • Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # I indented these lines
    # 4 spaces, and now they show
    # up as a code block.

    print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.

print "hello world"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \boxed{123}

Comments

Case 1 is wrong. Your mistake is to identify 5×511105\times5^{1110} with 5×6253705\times625^{370} modulo77. Presumably you are trying to replace 55 by 625=54625=5^4, but 3701100÷4370 \neq 1100 \div 4.

Case 2 is right.

A much quicker way of getting there is to note that 36=13^6 = 1 modulo 77, and so 22225555  =  35555  =  35  =  243  =  5 2222^{5555} \; = \; 3^{5555} \; = \; 3^5 \; = \; 243 \; = \; 5 modulo 77. We are using one case of a general result which states that xp1=1x^{p-1} \,=\, 1 modulo pp for any prime pp and any integer xx which is coprime to pp. This tells us that 35550=13^{5550} = 1 modulo 77.

Mark Hennings - 7 years, 10 months ago
×

Problem Loading...

Note Loading...

Set Loading...