00:00 Solve
00:03 Let's start by dividing the leftmost digit in the dividend
00:07 5 is less than 6, so we'll add the next digit, and then divide
00:13 Write the result without remainder above, pay attention to the position,
00:18 Now multiply the result by the divisor
00:23 Subtract the product from the number
00:28 Now bring down the next digit and use the same steps
00:31 Divide
00:35 Write the result without remainder above, pay attention to the position,
00:38 Multiply the result, and subtract
00:44 Now bring down the next digit and use the same steps
00:48 Divide
00:52 Write the result without remainder above, pay attention to the position,
00:55 Multiply the result, and subtract
01:00 Now bring down the next digit and use the same steps
01:07 Divide
01:10 Write the result without remainder above, pay attention to the position,
01:14 Multiply the result, and subtract
01:17 We got a remainder of 3
01:22 And this is the solution to the problem