$3Ã7Ã11ÃdotsÃ2003$. Find last three digits of product [closed]
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
What are the last three digits of $3ÃÂ7ÃÂ11ÃÂdotsÃÂ2003$?
$$prod_k=0^500(4k+3)bmod1000$$
I have tried a lot and spent a lot of time to but don't seem to be getting anywhere. I tried creating groups for solving separately but that didn't help.
number-theory contest-math
closed as off-topic by Alex Francisco, Adrian Keister, Isaac Browne, Trần Thúc Minh TrÃ, Claude Leibovici Jul 17 at 9:56
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is missing context or other details: Please improve the question by providing additional context, which ideally includes your thoughts on the problem and any attempts you have made to solve it. This information helps others identify where you have difficulties and helps them write answers appropriate to your experience level." â Alex Francisco, Adrian Keister, Trần Thúc Minh TrÃÂ, Claude Leibovici
add a comment |Â
up vote
0
down vote
favorite
What are the last three digits of $3ÃÂ7ÃÂ11ÃÂdotsÃÂ2003$?
$$prod_k=0^500(4k+3)bmod1000$$
I have tried a lot and spent a lot of time to but don't seem to be getting anywhere. I tried creating groups for solving separately but that didn't help.
number-theory contest-math
closed as off-topic by Alex Francisco, Adrian Keister, Isaac Browne, Trần Thúc Minh TrÃ, Claude Leibovici Jul 17 at 9:56
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is missing context or other details: Please improve the question by providing additional context, which ideally includes your thoughts on the problem and any attempts you have made to solve it. This information helps others identify where you have difficulties and helps them write answers appropriate to your experience level." â Alex Francisco, Adrian Keister, Trần Thúc Minh TrÃÂ, Claude Leibovici
Please use the body of your Question to give a full statement of the problem you want help with. The title alone is scarcely adequate to give the problem statement, and here the setup of the problem is lacking. What are the integers being multiplied? If they are exactly of the form $4k+3$, you should say that.
â hardmath
Jul 16 at 17:08
Perhaps you were able to get the units' place digit? The more evidence of your own efforts, the more accurately a Reader will be able to respond.
â hardmath
Jul 16 at 17:10
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
What are the last three digits of $3ÃÂ7ÃÂ11ÃÂdotsÃÂ2003$?
$$prod_k=0^500(4k+3)bmod1000$$
I have tried a lot and spent a lot of time to but don't seem to be getting anywhere. I tried creating groups for solving separately but that didn't help.
number-theory contest-math
What are the last three digits of $3ÃÂ7ÃÂ11ÃÂdotsÃÂ2003$?
$$prod_k=0^500(4k+3)bmod1000$$
I have tried a lot and spent a lot of time to but don't seem to be getting anywhere. I tried creating groups for solving separately but that didn't help.
number-theory contest-math
edited Jul 16 at 17:14
Parcly Taxel
33.6k136588
33.6k136588
asked Jul 16 at 17:03
Harsh Katara
458
458
closed as off-topic by Alex Francisco, Adrian Keister, Isaac Browne, Trần Thúc Minh TrÃ, Claude Leibovici Jul 17 at 9:56
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is missing context or other details: Please improve the question by providing additional context, which ideally includes your thoughts on the problem and any attempts you have made to solve it. This information helps others identify where you have difficulties and helps them write answers appropriate to your experience level." â Alex Francisco, Adrian Keister, Trần Thúc Minh TrÃÂ, Claude Leibovici
closed as off-topic by Alex Francisco, Adrian Keister, Isaac Browne, Trần Thúc Minh TrÃ, Claude Leibovici Jul 17 at 9:56
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is missing context or other details: Please improve the question by providing additional context, which ideally includes your thoughts on the problem and any attempts you have made to solve it. This information helps others identify where you have difficulties and helps them write answers appropriate to your experience level." â Alex Francisco, Adrian Keister, Trần Thúc Minh TrÃÂ, Claude Leibovici
Please use the body of your Question to give a full statement of the problem you want help with. The title alone is scarcely adequate to give the problem statement, and here the setup of the problem is lacking. What are the integers being multiplied? If they are exactly of the form $4k+3$, you should say that.
â hardmath
Jul 16 at 17:08
Perhaps you were able to get the units' place digit? The more evidence of your own efforts, the more accurately a Reader will be able to respond.
â hardmath
Jul 16 at 17:10
add a comment |Â
Please use the body of your Question to give a full statement of the problem you want help with. The title alone is scarcely adequate to give the problem statement, and here the setup of the problem is lacking. What are the integers being multiplied? If they are exactly of the form $4k+3$, you should say that.
â hardmath
Jul 16 at 17:08
Perhaps you were able to get the units' place digit? The more evidence of your own efforts, the more accurately a Reader will be able to respond.
â hardmath
Jul 16 at 17:10
Please use the body of your Question to give a full statement of the problem you want help with. The title alone is scarcely adequate to give the problem statement, and here the setup of the problem is lacking. What are the integers being multiplied? If they are exactly of the form $4k+3$, you should say that.
â hardmath
Jul 16 at 17:08
Please use the body of your Question to give a full statement of the problem you want help with. The title alone is scarcely adequate to give the problem statement, and here the setup of the problem is lacking. What are the integers being multiplied? If they are exactly of the form $4k+3$, you should say that.
â hardmath
Jul 16 at 17:08
Perhaps you were able to get the units' place digit? The more evidence of your own efforts, the more accurately a Reader will be able to respond.
â hardmath
Jul 16 at 17:10
Perhaps you were able to get the units' place digit? The more evidence of your own efforts, the more accurately a Reader will be able to respond.
â hardmath
Jul 16 at 17:10
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
6
down vote
Compute modulo $125$ and $8$ separately and then use the Chinese Remainder Theorem.
Modulo $125$ is quickly taken care of by $k=3, 8, 13$.
And there are a lot of repeated factors modulo $8$.
It has some simpler solution as Chinese Remainder Theorem is not a requirement for this question.
â Harsh Katara
Jul 16 at 17:12
@HarshKatara: Which kind of contest specifies that a so basic tool as CRT is not allowed?
â Henning Makholm
Jul 16 at 17:14
Its not the contest but its the exercise but no problems as it is a valid solution.
â Harsh Katara
Jul 16 at 17:16
@HarshKatara: The edit log for the question looks a lot like you added the contest-math tag to the question originally.
â Henning Makholm
Jul 16 at 17:17
Yes this question is for contest math but is from a book known as excursion in mathematics and the exercise doesn't tell us about CRT.
â Harsh Katara
Jul 16 at 17:19
 |Â
show 1 more comment
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
6
down vote
Compute modulo $125$ and $8$ separately and then use the Chinese Remainder Theorem.
Modulo $125$ is quickly taken care of by $k=3, 8, 13$.
And there are a lot of repeated factors modulo $8$.
It has some simpler solution as Chinese Remainder Theorem is not a requirement for this question.
â Harsh Katara
Jul 16 at 17:12
@HarshKatara: Which kind of contest specifies that a so basic tool as CRT is not allowed?
â Henning Makholm
Jul 16 at 17:14
Its not the contest but its the exercise but no problems as it is a valid solution.
â Harsh Katara
Jul 16 at 17:16
@HarshKatara: The edit log for the question looks a lot like you added the contest-math tag to the question originally.
â Henning Makholm
Jul 16 at 17:17
Yes this question is for contest math but is from a book known as excursion in mathematics and the exercise doesn't tell us about CRT.
â Harsh Katara
Jul 16 at 17:19
 |Â
show 1 more comment
up vote
6
down vote
Compute modulo $125$ and $8$ separately and then use the Chinese Remainder Theorem.
Modulo $125$ is quickly taken care of by $k=3, 8, 13$.
And there are a lot of repeated factors modulo $8$.
It has some simpler solution as Chinese Remainder Theorem is not a requirement for this question.
â Harsh Katara
Jul 16 at 17:12
@HarshKatara: Which kind of contest specifies that a so basic tool as CRT is not allowed?
â Henning Makholm
Jul 16 at 17:14
Its not the contest but its the exercise but no problems as it is a valid solution.
â Harsh Katara
Jul 16 at 17:16
@HarshKatara: The edit log for the question looks a lot like you added the contest-math tag to the question originally.
â Henning Makholm
Jul 16 at 17:17
Yes this question is for contest math but is from a book known as excursion in mathematics and the exercise doesn't tell us about CRT.
â Harsh Katara
Jul 16 at 17:19
 |Â
show 1 more comment
up vote
6
down vote
up vote
6
down vote
Compute modulo $125$ and $8$ separately and then use the Chinese Remainder Theorem.
Modulo $125$ is quickly taken care of by $k=3, 8, 13$.
And there are a lot of repeated factors modulo $8$.
Compute modulo $125$ and $8$ separately and then use the Chinese Remainder Theorem.
Modulo $125$ is quickly taken care of by $k=3, 8, 13$.
And there are a lot of repeated factors modulo $8$.
answered Jul 16 at 17:09
Henning Makholm
226k16291520
226k16291520
It has some simpler solution as Chinese Remainder Theorem is not a requirement for this question.
â Harsh Katara
Jul 16 at 17:12
@HarshKatara: Which kind of contest specifies that a so basic tool as CRT is not allowed?
â Henning Makholm
Jul 16 at 17:14
Its not the contest but its the exercise but no problems as it is a valid solution.
â Harsh Katara
Jul 16 at 17:16
@HarshKatara: The edit log for the question looks a lot like you added the contest-math tag to the question originally.
â Henning Makholm
Jul 16 at 17:17
Yes this question is for contest math but is from a book known as excursion in mathematics and the exercise doesn't tell us about CRT.
â Harsh Katara
Jul 16 at 17:19
 |Â
show 1 more comment
It has some simpler solution as Chinese Remainder Theorem is not a requirement for this question.
â Harsh Katara
Jul 16 at 17:12
@HarshKatara: Which kind of contest specifies that a so basic tool as CRT is not allowed?
â Henning Makholm
Jul 16 at 17:14
Its not the contest but its the exercise but no problems as it is a valid solution.
â Harsh Katara
Jul 16 at 17:16
@HarshKatara: The edit log for the question looks a lot like you added the contest-math tag to the question originally.
â Henning Makholm
Jul 16 at 17:17
Yes this question is for contest math but is from a book known as excursion in mathematics and the exercise doesn't tell us about CRT.
â Harsh Katara
Jul 16 at 17:19
It has some simpler solution as Chinese Remainder Theorem is not a requirement for this question.
â Harsh Katara
Jul 16 at 17:12
It has some simpler solution as Chinese Remainder Theorem is not a requirement for this question.
â Harsh Katara
Jul 16 at 17:12
@HarshKatara: Which kind of contest specifies that a so basic tool as CRT is not allowed?
â Henning Makholm
Jul 16 at 17:14
@HarshKatara: Which kind of contest specifies that a so basic tool as CRT is not allowed?
â Henning Makholm
Jul 16 at 17:14
Its not the contest but its the exercise but no problems as it is a valid solution.
â Harsh Katara
Jul 16 at 17:16
Its not the contest but its the exercise but no problems as it is a valid solution.
â Harsh Katara
Jul 16 at 17:16
@HarshKatara: The edit log for the question looks a lot like you added the contest-math tag to the question originally.
â Henning Makholm
Jul 16 at 17:17
@HarshKatara: The edit log for the question looks a lot like you added the contest-math tag to the question originally.
â Henning Makholm
Jul 16 at 17:17
Yes this question is for contest math but is from a book known as excursion in mathematics and the exercise doesn't tell us about CRT.
â Harsh Katara
Jul 16 at 17:19
Yes this question is for contest math but is from a book known as excursion in mathematics and the exercise doesn't tell us about CRT.
â Harsh Katara
Jul 16 at 17:19
 |Â
show 1 more comment
Please use the body of your Question to give a full statement of the problem you want help with. The title alone is scarcely adequate to give the problem statement, and here the setup of the problem is lacking. What are the integers being multiplied? If they are exactly of the form $4k+3$, you should say that.
â hardmath
Jul 16 at 17:08
Perhaps you were able to get the units' place digit? The more evidence of your own efforts, the more accurately a Reader will be able to respond.
â hardmath
Jul 16 at 17:10