00:00 Solve
00:03 Each time consider borrowing 2 digits, and then place
00:06 3 is less than 5
00:09 The tens digit is also equal to 0 so we cannot borrow from it
00:12 The hundreds digit is also equal to 0 so we cannot borrow from it
00:15 We'll borrow a thousand from the thousands for the hundreds
00:19 So now instead of 0 we'll have 10, in hundreds!
00:22 And now we'll borrow ten from the hundreds for the tens
00:25 Which will turn the hundreds from 10 to 9
00:29 So now instead of 0 we'll have 10, in tens!
00:32 And now we'll borrow ten from the tens for the ones
00:35 Which will turn the tens from 10 to 9
00:39 So now instead of 0 we'll have 10, in ones!
00:44 Now subtract ones from ones, and place in ones
00:49 Subtract tens from tens, and place in tens
00:53 Subtract hundreds from hundreds, and place in hundreds
00:56 Place 0 in the missing digits
00:59 Subtract thousands from thousands, and place in thousands
01:03 And that's the solution to the problem