diff --git a/README.md b/README.md index 0242c3a..d2717a5 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # AIME-parser +downloads problems&solutions from https://artofproblemsolving.com and converts them to pdf \ No newline at end of file diff --git a/index.html b/index.html deleted file mode 100644 index 2b5122d..0000000 --- a/index.html +++ /dev/null @@ -1,51 +0,0 @@ -
Let be the smallest positive integer that is a multiple of
and has exactly
positive integral divisors, including
and itself. Find
.
-
The prime factorization of . For
to have exactly
integral divisors, we need to have
such that
. Since
, two of the prime factors must be
and
. To minimize
, we can introduce a third prime factor,
. Also to minimize
, we want
, the greatest of all the factors, to be raised to the least power. Therefore,
and
.
-