Using common factors to find
Highest Common Factor

What is the HCF of {{curQ.nums.join(', ')}}?

{{feedback}}

You found the common factors {{comFacs.join(', ')}}
Notice that {{comFacs.join(' x ')}} = {{prodOfCFs}}

After dividing by {{comFacs.join(' and then ')}}
the numbers in the question become {{curQ.nums.map(n => n/prodOfCFs).join(', ')}}

Is there a number that divides all of those?

{{cfFeedback}}

Think of a number that divides all three of {{curQ.nums.join(', ')}}.

You have found enough useful common factors.

Can you use what you found to get the answer to the original question?