Method 1 (divide by GCD).gcd(24,36)=12 (biggest number dividing both). 36÷1224÷12=32.
Method 2 (peel factors). Both even: 3624→1812→96. Now both divide by 3: 96→32. Since gcd(2,3)=1, stop.
Answer:32.
Recall Solution L2-2
Find k: we need 7×k=63⇒k=9. Multiply top too: 4×9=36.
Answer:74=6336.
Recall Solution L2-3
Cross-multiply: 14×33=462 and 21×22=462. Equal, so yes.
(Both simplify to 32: 2114÷7=32, 3322÷11=32.)
Simplify 5635. Prime-factorise (see Prime factorisation): 35=5×7, 56=23×7. The shared factor is 7, so gcd=7.
56÷735÷7=85. Now gcd(5,8)=1 ✓.
Answer:a=5,b=8.
Recall Solution L3-2
12n is lowest terms when gcd(n,12)=1, i.e. n shares no factor with 12=22×3. So n must be not a multiple of 2 and not a multiple of 3.
Check 1–10: 1 ✓, 2 ✗, 3 ✗, 4 ✗, 5 ✓, 6 ✗, 7 ✓, 8 ✗, 9 ✗, 10 ✗.
Answer:n=1,5,7.
Recall Solution L3-3
3018: gcd(18,30)=6⇒53.
4527: gcd(27,45)=9⇒53.
Both are 53 — the shared lowest-terms identity. (Cross-check: 18×45=810=30×27 ✓.)
Simplify the ratio (this is the same machinery as Ratios and proportion): gcd(150,240)=30, so 240÷30150÷30=85.
Meaning: 5 parts flour to 8 parts sugar. Set up an equivalent fraction with flour =50:
85=□50.
Top went 5→50, that's ×10, so bottom =8×10=80.
Answer: simplest ratio 85; with 50 g flour you need 80 g sugar.
Recall Solution L4-2
Same denominator, so add the tops (see Adding and subtracting fractions): 10035+15=10050.
Simplify: gcd(50,100)=50⇒10050=21.
As a decimal: 21=0.5. As a percent: 0.5=50%.
Answer:21=0.5=50%.
Recall Solution L4-3
20×5=100, so multiply top too: 7×5=35. Thus 207=10035.
"Out of 100" is percent, so 10035=35%.
Answer:10035=35%.
Since ba=73, write a=3k, b=7k for some k (every equivalent fraction is 73 scaled by k).
Their sum: 3k+7k=10k=40⇒k=4.
So a=3×4=12, b=7×4=28.
Answer:2812 (which is indeed 73; 12+28=40 ✓).
Recall Solution L5-3
Suppose some whole number d divides bothn and n+1. Then d must also divide their difference:
(n+1)−n=1.
The only whole number that divides 1 is d=1. So the biggest common factor of n and n+1 is 1, i.e. gcd(n,n+1)=1.
Therefore n+1n can never be simplified — it is always already in lowest terms. ∎
(Try it: 87,10099,10011000 — none simplify.)
Recall One-line self-check (cover the answers)
Simplify 3624. ::: 32
Write 74 with denominator 63. ::: 6336a+12a=52, find a. ::: a=8
Why is n+1n always lowest terms? ::: Any common divisor must divide (n+1)−n=1, so gcd=1.
207 as a percent? ::: 35%