00:00 Solve
00:03 Let's start by taking the leftmost digit in the dividend
00:08 2 is greater than 1, so we'll add the next digit and then divide
00:11 Write the result without remainder above, pay attention to placement
00:15 Now multiply the result by the divisor
00:18 Subtract the product from the number
00:23 Now bring down the next digit and use the same steps
00:26 Divide
00:31 Write the result above
00:34 Multiply the result, subtract
00:41 Now bring down the next digit and use the same steps
00:45 Divide
00:48 Write the result above
00:52 Multiply the result, subtract
00:55 We got a remainder of 0
00:59 And this is the solution to the problem