cannot understand junior problem solution

egal

New member
Joined
Jul 13, 2021
Messages
33
SmartSelect_20211129-230229_Samsung Notes.jpg
what is the significance of mod 3 and mod 8 that we used them in this solution and I don't understand how they got this expression:SmartSelect_20211129-232158_Samsung Internet.jpg

thanks in advance
 
There are 5 squares of which 5a5-a are divisible by 3 and aa of them have remainder 1 when divided by one. 1a1\cdot a is the same as just aa. From that we know that aa has remainder of 1 when divided by 3, and since 0a50 \leq a \leq 5 we know that aa can be either 1 or 4.
Does this make sense?
 
There are 5 squares of which 5a5-a are divisible by 3 and aa of them have remainder 1 when divided by one. 1a1\cdot a is the same as just aa. From that we know that aa has remainder of 1 when divided by 3, and since 0a50 \leq a \leq 5 we know that aa can be either 1 or 4.
Does this make sense?
yes, you get the remainder 1 from a of them and 0 from (5-a) of them since 3|(5-a) of them, I got this part
 
There are 5 squares of which 5a5-a are divisible by 3 and aa of them have remainder 1 when divided by one. 1a1\cdot a is the same as just aa. From that we know that aa has remainder of 1 when divided by 3, and since 0a50 \leq a \leq 5 we know that aa can be either 1 or 4.
Does this make sense?
Correction: since we are talking about primes "divisible by 3" means "equal to 3" of course.
 
yes, you get the remainder 1 from a of them and 0 from (5-a) of them since 3|(5-a) of them, I got this part
Does the rest make sense too?
To answer your question about the significance of 3 and 8: there is none, i.e., whatever works:)
 
Top