154,484 views
2 votes
2 votes
If $a$ and $b$ are positive integers such that $\gcd(a,b)=210$, $\mathop{\text{lcm}}[a,b]=210^3$, and $a

User Randomtheories
by
3.9k points

1 Answer

3 votes
3 votes

Answer:


a * b = 210^4

Explanation:

Given


a,b>0


gcd(a,b) = 210


lcm(a,b) = 210^3

Required

The product of a and b --- missing from the question

To do this, we make use of the following formula:


a * b = gcd(a, b) * lcm(a, b)

So, we have:


a * b = 210 * 210^3

Using the product law of indices, we have:


a * b = 210^4

This means that the product of a and b gives
210^4

User Harden
by
3.3k points