How many three-digit positive integers, with digits x,y and z in the hundred's, ten's and unit's place respectively exist such that x<y, z<y and x≠y, z < y and x≠0?
It is evident that middle digit of the number is to be the largest of three digits in the number as per condition.
For y=1, no numbers possible as x is not equal to zero.
For y=2, x=1 and z = 0,1 total numbers possible=1×2.
For y=3, x=1,2 and z = 0,1,2 total numbers possible=2×3.
For y=4, x=1, 2, 3 and z = 0,1,2,3 total numbers possible=3×4.
In the same manner, For y=9, total numbers possible = 8×9.
Hence, the total numbers of three digit positive integers is =1×2+2×3+3×4+4×5+5×6+6×7+7×8+8×9=240.