Sameeksha wants square tiles to fill a 12ft ร 16ft room exactly, using the FEWEST tiles possible. What's the biggest tile size that works?
๐ขFactor: A number that divides another number exactly, with no remainder.
๐คHCF (Highest Common Factor): The BIGGEST number that divides two or more numbers exactly.
๐งฑPrime factorisation: Breaking a number down into a product of only prime numbers, like 90 = 2 ร 3 ร 3 ร 5.
โกFast HCF: Find prime factors of both numbers, then multiply the COMMON primes together.
๐LCM (Lowest Common Multiple): The SMALLEST number that both given numbers divide into exactly.
Try thisFactors of 12: 1,2,3,4,6,12. Factors of 16: 1,2,4,8,16. Common factors: 1,2,4. So HCF(12,16) = 4 โ the biggest tile that fits both walls perfectly!
Start the challenge โ