Junior Exam J1
Each question is worth 7 marks.
Time: 4 hours
No books, notes or calculators allowed.
Note: You must prove your answer.
Q1
The sequence
\[1, 10, 19, 28, 37, \ldots\]
is defined by the rule that a term is the average of its neighbours (excluding the first term).
(a) Prove that is a term in the sequence.
(b) Find the number of times the digit occurs in the sum of all the terms in the sequence from to .
Q2
is a function defined as the product of all the factors of . e.g. .
(a) Find all such that .
(b) Find all such that .
Q3
Find all positive integral values of , and such that
Q4
Find all primes and such that
is a perfect square. Also state the perfect square.
Q5
Sets and contain positive integers such that the sum of any 2 elements in set are in set and the quotient (larger element divided by the smaller element) of any 2 elements in set are in set .
Find the maximum number of elements in .
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
Q2
Let di be factors of n such that 1=d1<di<dσ0(n)=n for all 1<i<σ0(n). (σ0(n) is the number of divisors n)
The function P(n) becomes
P(n)=i=1∏σ0(n)di
If n is even, we get
P(n)=d1dσ0(n)×d2dσ0(n)−1×⋯×dσ0(n)/2dσ0(n)/2+1=n2σ0(n)
If n is odd, we get
P(n)=d1dσ0(n)×d2dσ0(n)−1×⋯×d(σ0(n)+1)/2−1d(σ0(n)+1)/2+1×(d(σ0(n)+1)/22)1/2=n2σ0(n)−1×n21=n2σ0(n)
For these 2 cases, we get P(n)=n2σ0(n).
(a): P(n)=15n
n2σ0(n)=15n
n2σ0(n)−2=15.
nσ0(n)−2=225=32×52.
Take log base n on both sides we get
σ0(n)−2=2×logn(15)
Since σ0(n)−2 is an integer, 2×logn(15) is also integer.
Which means n=15 or n=225. Check the answers and we get n=15 is the only solution. ~~~!
(b): P(n)=15n2
Similar to (a); we get σ0(n)−4=2×logn(15). But there are no solutions exists in positive integers. ~~~!
Log in to reply
You know there is a much easier solution in terms of appearance.
Log in to reply
What I did is proving the general formula. =w=
Prob 3: Squaring the first and dividing we get a2+b2a2+2ab+b2=1+a2+b22ab=c3c4=c and so we must have a2+b2∣2ab⟹a2+b2≤2ab. By AM-GM we always have a2+b2≥2ab so we must have equality, that is a=b. Thus c=2 giving the only solution (a,b,c)=(2,2,2).
Prob 4: If p,q>3 then pq+1≡qp+1≡1(mod3) since they are even powers of prime base. So their sum satisfies pq+1+qp+1≡2(mod3) which is not a quadratic residue mod 3. So we must have at least one of p,q∈{2,3}. WLOG we let p∈{2,3}. If p=2 and q>2 then 2q+1+q3=t2⟹q3=(t+2(q+1)/2)(t−2(q+1)/2). So t+2(q+1)/2=qi and t−2(q+1)/2=qj so 2(q+3)/2=qj(qi−j−1) and then q=2, a contradiction. On the other hand (p,q)=(2,2) works with square 16. If p=3 then 3q+1+q4=t2 implies 3q+1=(t+q2)(t−q2) so t+q2=3i and t−q2=3j giving 2q2=3j(3i−j−1). Since q is prime, we can easily observe that we must have j=2 and i=3 so that q=3; or q=2 and (i,j)=(2,0). We check that none works.
Log in to reply
For problem 4, you showed that both p and q can't be greater than 3. Then you concluded that both p and q have to be in {2,3}. Do you see what's wrong with that argument?
Log in to reply
Edited.
Log in to reply
2q+1+q3≡2(mod3) ?
For q=5,2q+1+q3≡0(mod3).
Log in to reply
pq+1+qp+1≡0(mod3) only works for p,q>3. If you choose p=2, this fact doesn't always work for every prime q.
Yeah, this factLog in to reply
2q+1+q3≡0(mod3) for all primes q. I just showed a counter example @Jubayer Nirjhor 's assumption that 2q=1+q3≡2(mod3).
I didn't say thatLog in to reply
Log in to reply
Q1
(a) Let each term be an. The sequence is defined as an=2an−1+an+1; from this, we know that an+1=2an−an−1.
We can see that an=9n−8 for base cases n=1=2.
an+1=2an−an−1=2(9n−8)−9(n−1)+8
=9(n+1)−8
Since 101000≡(1+9)1000≡11000≡−8mod9 and our sequence contains all positive integers of the form 9n−8, 101000 is in our sequence.
(b) Honestly I can't care to do this. I'd be surprised if you had a really elegant solution, but as far as I can tell, it's dealing with nasty repunits.
Log in to reply
I'll tell you that it's very easy to do with arithmetic sum formula.
Isn't 4 hours a little too generous for this set?
Log in to reply
We're talking about juniors.
To tell you the truth, it was hard enough getting 7 marks in most questions. A couple of them, I made screw ups, even with 4 hours.