Number Theory: Proofs of AMC 10 Problems
2019 AMC 10B #1 Problem: Alicia had two containers. The first was $\frac{5}{6}$ full of water and the second was empty. She poured all the water from the first container into the second container, at which point the second container was $\frac{3}{4}$ full of water. What is the ratio of the volume of the first container to the volume of the second container? Solution: Let the volume of the first container be equal to X. Similarly, define Y to be the volume of the second container. From the problem, we see that $\frac{5}{6}$ X = $\frac{3}{4}$Y. Solving, we get X/Y = 9/10 . 2019 AMC 10B #12 Problem: What is the greatest possible sum of the digits in the base-seven representation of a positive integer less than 2019? Solution: We see that the largest digit in any base-seven representation of a positive number is 6, so we can maximize the number of 6's in the base-seven representation. We know that $666_7 = 6*(7^0+7^1+7^2) = 342_10$. So, we have 2019-342 = 1677 fo...