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.
Markdown
Appears as
*italics* or _italics_
italics
**bold** or __bold__
bold
- bulleted - list
bulleted
list
1. numbered 2. list
numbered
list
Note: you must add a full line of space before and after lists for them to show up correctly
@A Former Brilliant Member
–
i also asked this question on math.stackexchange but they closed my question.
Unfortunately i can't find an answer to my question.
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:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
I don't think it will because
(7+10)mod4≡7mod4+10mod4≡3+2≡5
but 5 is not 17mod4≡1, so I don't think it applies. Please correct me if I'm wrong.
@Shiran Abbasi
Log in to reply
You're wrong. 5≡1(mod4).
Log in to reply
I was disproving the property that Shiran provided. By separating 17 into 7+10 and modding both of them.
Log in to reply
17 mod 4 == (7 mod 4) + (10 mod4)
Notice the equivalent symbol in the middle, it's not an equal sign.
Log in to reply
17mod4≡1 because 17 = 4x4 + 1
So to find - 17mod4≡(7mod4)+(10mod4)
we know (7mod4)≡3 and (10mod4)≡2
Shouldn't (7mod4)+(10mod4)≡3+2≡5???
If we calculate (7 mod 4) and (10 mod 4) separately, and then add them, we get 5 don't we???
Log in to reply
So, referring to your first comment:
17 ≡ 5 ≡ 1 mod 4
Can anyone help?
Log in to reply
(modx) and modx.
You're confusing the two notationsIf AmodB=C, then A(modB)≡C as well. Similarly, A(modB)≡C+Bn, where n is any integer.
For example, 17mod4=1, and 17(mod4)≡1 are true.
Similarly,
17(mod4)≡5,
17(mod4)≡9,
17(mod4)≡−3,
17(mod4)≡−7 are all true as well.
By definition, if A(modB)≡C, then A−C is divisible by B.
On the other hand, AmodB=C implies that when A is divided by B, the remainder is C.
Do you see the subtle difference here?
Log in to reply
@Pi Han Goh, I understood now!
Thanks