00:00 Solve
00:03 Let's start by dividing the leftmost digit in the divisor
00:09 5 is less than 6, so we'll add the next digit, and then divide
00:12 Write the result without the remainder above, pay attention to the position
00:15 Now multiply the result by the divisor
00:18 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:35 Multiply the result and subtract
00:39 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:51 Multiply the result and subtract
00:57 We got a remainder of 3
01:04 And this is the solution to the problem