-- List the factors of the first number. -- List the factors of the second number. -- Make a short list of the factors that show up for BOTH numbers. -- Find the biggest number on the short list.
Factors of the first number (99): <u>1</u>, 3, 9, <u>11</u>, 33, 99 .
Factors of the second number (121): <u>1</u>, <u>11</u>, 121 .
Short list (factors that show up for both numbers): 1, 11
A good way to think of this is to provide a perspective: there are 5 boys every time there is 6 girls. So if there is 10 boys, that means there would be 12 girls (because 5 *2 = 10 and 6*2 = 12).