Difference between revisions of "G285 2021 MC-IME I"
Geometry285 (talk | contribs) (Created page with "==Problem 1== Let a recursive sequence <math>a_n</math> be defined such that <math>a_1=20</math>, and <math>a_n=16a_{n-1}+4</math>. Find the last <math>4</math> digits of <cma...") |
Geometry285 (talk | contribs) m |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==Problem 1== | ==Problem 1== | ||
− | Let a recursive sequence <math>a_n</math> be defined such that <math>a_1=20</math>, and <math>a_n=16a_{n-1}+4</math>. Find the last <math> | + | Let a recursive sequence <math>a_n</math> be defined such that <math>a_1=20</math>, and <math>a_n=16a_{n-1}+4</math>. Find the last <math>3</math> digits of <math>a_{100}</math> |
[[G285 2021 MC-IME I Problem 1|Solution]] | [[G285 2021 MC-IME I Problem 1|Solution]] | ||
+ | |||
+ | ==Problem 2== | ||
+ | If the number <math>abcd_{11}</math> is a palindrome in base <math>7</math>, and <math>dcba</math> expressed in base <math>10</math> does not begin with a nonzero digit, find the difference between the largest and smallest possible sum of <math>a+b+c+d</math>. | ||
+ | |||
+ | [[G285 2021 MC-IME I Problem 2|Solution]] |