I know noone wants this solution, but if there is any weirdo who is interested the PNC answer to this here it is. Arrived in 10 minutes cause kept missing cases.
We have 3 cases for 6 digit numbers starting with 3 and ending with 13 and greater than 324700
Case 1: 3 2 4 _ 13
Case 2: 3 2 _ _ 13
Case 3: 3 _ _ _ 13
Case 1: Only 3 digits can be in hundreds place as we have to think of numbers greater than 324700. Those 3 digits are 7,8,9. Why 7? Because 324713>324700. Case 1 = 3 possibilities
Case 2: Only 5 digits can be in thousands place (5,6,7,8,9). 4 we have already accounted for and Digits (0,1,2,3) will be less. For Hundreds place we can have all 10 digits. Case 2 = 5*10 = 50 Possibilities
Case 3: All digits in ten thousands place that are not 0,1,2 so 7 cases and we can have 10 digits for thousands and 10 digits for hundreds hence 7*10*10 = 700 cases
Total of 3 cases = 3+50+700 = 753 --------(I)
We have 3 cases for 6 digit numbers starting with 4 and ending with 13 and lesser than 458600
Case 1: 4 5 8 _ 13
Case 2: 4 5 _ _ 13
Case 3: 4 _ _ _ 13
Case 1: Only 6 digits can be in hundreds place as we have to think of numbers lesser than 458600. Those 6 digits are 0,1,2,3,4,5. Why not 6? Because 458613>458600 which violates our condition. Case 1 = 6 possibilities
Case 2: Only 8 digits can be in thousands place (0 to 7). 8 we have already accounted for and Digits (9) will be more. For Hundreds place we can have all 10 digits. Case 2 = 8*10 = 80 Possibilities
Case 3: All digits in ten thousands place that are not 5 to 9 hence are (0,1,2,3,4) so 5 cases (5 we have already tackled separately) and we can have 10 digits for thousands and 10 digits for hundreds hence 5*10*10 = 500 cases
Total Cases: 6+80+500 = 586 ------- (ii)
Total cases = 586+ 753 = 1339
Kindly dont solve by this method:)