Difference between revisions of "Euclid 2020/Problem 2"
(Created page with "2. (a) The three-digit positive integer <math>m</math> is odd and has three distinct digits. If the hundreds digit of m equals the product of the tens digit and ones (units)...") |
|||
Line 1: | Line 1: | ||
− | + | ==Problem== | |
(a) The three-digit positive integer <math>m</math> is odd and has three distinct digits. If the | (a) The three-digit positive integer <math>m</math> is odd and has three distinct digits. If the | ||
hundreds digit of m equals the product of the tens digit and ones (units) digit of | hundreds digit of m equals the product of the tens digit and ones (units) digit of | ||
Line 11: | Line 11: | ||
<math>\frac{n^2 + n + 15}{n}</math> | <math>\frac{n^2 + n + 15}{n}</math> | ||
is an integer. Determine all possible values of <math>n</math>. | is an integer. Determine all possible values of <math>n</math>. | ||
+ | |||
+ | |||
+ | ==Solution== | ||
+ | (a) Perform casework on the ones digit since it must be odd. If it is <math>1</math>, then the tens and hundreds digit will be the same, which is not permitted. If it is <math>3</math>, then <math>m=623</math> is valid. Otherwise, the tens digit will be <math>1</math>, so digits will not be distinct; thus <math>\boxed{m=623}</math>. | ||
+ | |||
+ | (b) Since <math>1:4=20:80</math>, she has <math>20</math> and <math>80</math> black and gold marbles, respectively. Since <math>1:6=20:120</math>, she would need <math>120</math> gold marbles to create the new ratio, so she must add <math>120-80=\boxed{40}</math> gold marbles. | ||
+ | |||
+ | (c) <math>\frac{n^2 + n + 15}{n}=n+1+\frac{15}{n}</math>, so all that is necessary is for <math>\frac{15}{n}</math> to be an integer. This is achieved when <math>n</math> is a positive factor of <math>15</math>; namely <math>\boxed{n=1,3,5,15}</math>. | ||
+ | |||
+ | ~ [https://artofproblemsolving.com/wiki/index.php/User:Eevee9406 eevee9406] |
Latest revision as of 21:15, 19 March 2025
Problem
(a) The three-digit positive integer is odd and has three distinct digits. If the
hundreds digit of m equals the product of the tens digit and ones (units) digit of
, what is
?
(b) Eleanor has 100 marbles, each of which is black or gold. The ratio of the number
of black marbles to the number of gold marbles is . How many gold marbles
should she add to change this ratio to
?
(c) Suppose that n is a positive integer and that the value of
is an integer. Determine all possible values of
.
Solution
(a) Perform casework on the ones digit since it must be odd. If it is , then the tens and hundreds digit will be the same, which is not permitted. If it is
, then
is valid. Otherwise, the tens digit will be
, so digits will not be distinct; thus
.
(b) Since , she has
and
black and gold marbles, respectively. Since
, she would need
gold marbles to create the new ratio, so she must add
gold marbles.
(c) , so all that is necessary is for
to be an integer. This is achieved when
is a positive factor of
; namely
.