Difference between revisions of "2000 PMWC Problems/Problem I7"

(Created page with "==Problem== <math>a</math> and <math>b</math> are two numbers that have prime factors <math>3</math> and <math>5</math> only. <math>a</math> has <math>12</math> factors (<math>1<...")
 
 
Line 3: Line 3:
  
 
==Solution==
 
==Solution==
 +
Notice that in prime factorizations, one of <math>a</math> or <math>b</math> has to equal <math>3^15^x</math>, and the other must equal <math>3^y5^2</math>. This is due to <math>75=3^1\cdot5^2</math>. Notice that the number equal to <math>3^15^x</math> has <math>2(x+1)</math> factors, and <math>3^y5^2</math> has <math>3(y+1)</math> factors. Since only the latter is divisible by <math>3</math>, <math>3(y+1)=12</math>, so <math>y=3</math>. Thus <math>2(x+1)=10</math>, so <math>x=4</math>. Then our numbers are <math>a=3^35^2</math> and <math>b=3^15^4</math>. The LCM is thus <math>3^35^4=27\cdot625=\boxed{16875}</math>.
 +
~ [https://artofproblemsolving.com/wiki/index.php/User:Eevee9406 eevee9406]
  
 
==See Also==
 
==See Also==

Latest revision as of 22:45, 19 March 2025

Problem

$a$ and $b$ are two numbers that have prime factors $3$ and $5$ only. $a$ has $12$ factors ($1$ and itself are included), $b$ has $10$ factors ($1$ and itself are included), and their HCF (Highest Common Factor) is $75$. What is the LCM (Least Common Multiple of $a$ and $b$?

Solution

Notice that in prime factorizations, one of $a$ or $b$ has to equal $3^15^x$, and the other must equal $3^y5^2$. This is due to $75=3^1\cdot5^2$. Notice that the number equal to $3^15^x$ has $2(x+1)$ factors, and $3^y5^2$ has $3(y+1)$ factors. Since only the latter is divisible by $3$, $3(y+1)=12$, so $y=3$. Thus $2(x+1)=10$, so $x=4$. Then our numbers are $a=3^35^2$ and $b=3^15^4$. The LCM is thus $3^35^4=27\cdot625=\boxed{16875}$. ~ eevee9406

See Also