Sort the fixed digits from the repeating digits
15fixed,5repeats Only the digit(s) under the dots repeat. Here 15 stays put and 5 repeats forever, so we need two multiplications.
Call the decimal x
x=0.1555555… Give the number a name: let x=0.1555555....
Multiply by 100
100x=15.5˙ Multiplying by 100 moves the point past the 2 fixed digit(s), leaving 5 just after the point.
Multiply by 1000
1000x=155.5˙ Multiplying by 1000 moves the point past the fixed digit(s) and one full repeat, so the tails still line up.
Subtract to remove the tail
1000x−100x=155−15 Subtracting the two lines cancels the endless 0.5555... tail, because both share it exactly.
Simplify both sides
900x=140 155 minus 15 is 140, and the recurring parts cancel to leave 140.
Solve for x
x=900140 Divide both sides by 900.
Reflect on the two multipliers
100=102,1000=103 Multiply by 10 to the power (fixed digits) and by 10 to the power (fixed + repeating digits); subtracting always clears the tail.
Find the highest common factor
gcd(140,900)=20 The largest number dividing both 140 and 900 is 20.
Simplify the fraction
900140=457 Both 140 and 900 divide down, cancelling to 7/45.
Check by dividing back
7÷45=0.1555555… Dividing 7 by 45 returns 0.1555555..., confirming the fixed digit(s) and recurring block are right.
Confirm the repeating digits
457=0.155˙ The division shows the fixed part 15 followed by the repeating 5, so everything matches.
Sense check the size
457≈0.1556 The fraction is about 0.1556, which agrees with 0.1555555.... ✓
Reflect on why subtraction works
1000x−100x=140 Both lines have the identical never-ending tail, so subtracting them leaves only whole numbers — the heart of the method.
State the answer
So 0.1555555... = 7/45 exactly, in its simplest form.