00:00 Solve
00:03 Let's start by dividing the leftmost digit in the divisor
00:07 2 is less than 20, so we'll add the next digit, and then divide
00:11 Write the result without the remainder above, pay attention to the position
00:14 Now multiply the result by the divisor
00:20 Subtract the product from the number
00:24 Now bring down the next digit and use the same steps
00:27 Divide
00:30 Write the result without the remainder above, pay attention to the position
00:33 Multiply the result, and subtract
00:38 Now bring down the next digit and use the same steps
00:42 Divide
00:47 Write the result without the remainder above, pay attention to the position
00:52 Multiply the result, and subtract
01:02 Now bring down the next digit and use the same steps
01:05 Divide
01:09 Write the result without the remainder above, pay attention to the position
01:14 Multiply the result, and subtract
01:23 We got a remainder of 10
01:28 And this is the solution to the question