In the following problem, you are given three pieces of information. Use them to answer the question.
- $GCF(a,b)= 13\cdot 7$
- $LCM(a,b) = 13^2 \cdot 7^3 \cdot 41$
- $b=13^2 \cdot 7 \cdot 41$
- $a \in \mathbb{N}$
What is $a$ ?
In the following problem, you are given three pieces of information. Use them to answer the question.
What is $a$ ?
For the solution, it is worth knowing that a * b = GCF(a, b) * LCM(a, b);(If you don't know this, try to prove it(it's easy)) a = GCF(a, b) * LCM(a, b) / b = 4459.