find the smallest possible integer value of n for which 99n is a multiple of 24.
you want to find the least common multiple of 99 and 24 then
do you know how to factor the numbers into smaller amounts?
LCM
a property you can use is also \[\frac{ab}{gcd(a,b)} = lcm(a,b)\] but that tends to be more advanced
yeah, I know.
I know the answer, but I don't the working.
I dont know the working.
hmm, it works upon the factorizations of 99 and 24
do you know about prime numbers?
yeah, I do.
all integers have a unique prime factorization of integers. This helps us to know what they have in common, and what they would need as well
what is the prime factorization of primes for 99?
wait.
3x3x11
good; and the prime factorization of 24?
2x2x2x3
excellent; now the next step has many methods that can be used; i perfer this one: stack the factorizations one aboove the other such that like factors line up 99: 3 3 11 24: 2 2 2 3 ---------------- LCM: then drop down all the columns to fill in the LCM 99: 3 3 11 24: 2 2 2 3 ---------------- LCM: 2 2 2 3 3 11 , now multiply all those values together, what do we get?
792?
792 is correct; this gives us the value that is the smallest multiple that 99 and 24 have in common therefore: 99*n = 792 n = 792/99 , what value do we get for "n" now?
n = 8
correct. now, that is only the method I use; there are many other ways to approach this
oh, thanks. really appreciate it.
youre welcome, and good luck ;)
Join our real-time social learning platform and learn together with your friends!