(i) Find the prime factorisation of $6500$, and of $1120$.
What is the typical way to go about this? Just using common divisibility rules? That's what I did. I'm not sure if there's a more structured way that I should be doing this, since it could be more difficult depending on the number? The above seem to be easy cases.
$65 \times 100 = 6500$
$13 \times 5 \times 25 \times 4 = 6500$
$13 \times 5 \times 5^2 \times 2^2 = 6500$
$13 \times 5^3 \times 2^2 = 6500$
$1120 = 112 \times 10$
$= 66 \times 2 \times 5 \times 2$
$= 6 \times 11 \times 2^2 \times 5$
$= 3 \times 11 \times 2^3 \times 5$
(ii) Hence write down, in factorised form, $gcd(6500, 1120)$ and $lcm(6500, 1120)$.
For GCD we just selected the highest powers of the numbers that are common to both? So it would be $\gcd(6500, 1120) = 5^3 \times 13 \times 2^3$?
And I think for LCM we take the lowest powers of each number? So it would be $\operatorname{lcm}(6500, 1120) = 5 \times 2^2$?
Thanks for any help.
You made a slight error in the prime factorisations.
$$6500=2^2\cdot5^3\cdot13\\1120=2^5\cdot5\cdot7$$ Hence we have $$\gcd(6500,1120)=2^2\cdot5\\\operatorname{lcm}(6500,1120)=2^5\cdot5^3\cdot7\cdot13$$ The key is gcd:min(powers) and lcm:max(powers)