Solution of Problems 1-5
Problem #1 x and y are positive integers. If x+y=7 and x>y>0, find x3−y3+2y(y2+x2)+xy(x+3y).
Solution
=x3−y3+2y(y2+x2)+xy(x+3y)=x3−y3+2y3+2x2y+x2y+3xy2=x3+3x2y+3xy2+y3=(x+y)3=73=343
Problem #2 Find a positive integer k whose product of digits is equal to 11k4−199.
Solution
Let k=¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯anan−1⋯a0. From the question we have anan−1⋯a0=11k4−199. Considering an⋅9n≥anan−1⋯a0 and k≥an⋅10n, we have an⋅9n≥anan−1⋯a0=11k4−199≥11an⋅10n4−199,
i.e. an⋅9n≥11an⋅10n4−199.(910)n≥114−199an⋅10n
If k<10, then n=0. The given question cannot be satisfied because 11k4−199 is negative.
If k≥200, then an⋅10n≥200. We have 114−199an⋅10n>74, so the inequality cannot be satisfied.
∴10≤k≤199. We have either k=¯¯¯¯¯¯¯¯¯¯a1a0 or k=¯¯¯¯¯¯¯¯¯¯¯¯¯1a1a0. In both cases, the given question becomes a1a0=11k4−199.
Consider 0≤a1≤9 and 0≤a0≤8 (a0 must be an even number), we have
0≤11k4−199≤72199≤11k4≤27172411≤k≤98611
From the original equation we know that k is divisible by 4. So the numbers remaining are 76,80,⋯,96. Testing each number, we obtain the unique solution 84.
(Note: the solution above was to find ALL solutions instead of just one solution.)
Problem #3 For positive integer n, let f(n) denote the unit digit of 1+2+3+⋯+n. Find the value of f(1)+f(2)+⋯+f(2014). (The unit digit of 456 is 6, and of 759 is 9, etc.)
Solution The values of the f(1) to f(20) are 1,3,6,0,5,1,8,6,5,5,6,8,1,5,0,6,3,1,0,0. And we have f(n+20)=f(n) because the same digits are added again.
Now we have =f(1)+f(2)+⋯+f(2014)=100[f(1)+f(2)+⋯+f(20)]+f(1)+f(2)+⋯+f(14)=100(70)+60=7060
Problem #4 In pentagon ABCDE, AB=BC=CD=DE, ∠B=96∘ and ∠C=∠D=108∘. Find ∠E.
Solution Join BD and CE, and name their intersection P. Join AP.
The size of an interior angle of a regular pentagon is 5−25×180∘=108∘.
∠PCD=∠PDC=∠PBC=∠PED=180∘−108∘2(∠ sum of △)=36∘∠BCP=108∘−∠PCD=108∘−36∘=72∘∠BPC=∠DPE=∠PCD+∠PDC(ext. ∠ of △)=36∘+36∘=72∘=∠BCP∴BP=BC(sides opp. equal ∠s)=AB
Similarly, we have PE=DE.
∠PBA=96∘−∠PBC=96∘−36∘=60∘∠BAP=∠BPA=180∘−∠PBA2(∠ sum of △)=180∘−60∘2=60∘
∴△ABP is an equilateral triangle. Hence we have PA=PE.
∠APE=180∘−∠BPA−∠DPE(adj. ∠s on st. line)=180∘−60∘−72∘=48∘
∠PEA=180∘−∠APE2(∠ sum of △)=180∘−48∘2=66∘∠AED=∠PED+∠PEA=36∘+66∘=102∘
Problem #5 Let p and q be positive integers such that 72487<pq<18121. Find the smallest possible value of p.
Solution
The required fraction pq can be found by continued fraction. A continued fraction is defined as:
[a0;a1,a2,a3,…]=a0+1a1+1a2+1⋱
We have 18121=[0;6,1,2,1,1,2] and 72487=[0;6,1,3,4,4]. Therefore
pq=[0;6,1,3]=0+16+11+13=427
And the smallest possible value of p is 4.
Click here more information about continued fractions.