Concept:To add numbers in different bases, first convert each number to base ten, add them, then convert the result to the required base.Explanation:Convert 23five to base ten:23five=(2×51)+(3×50)=10+3=13Convert 101three to base ten:101three=(1×32)+(0×31)+(1×30)=9+0+1=10Add the base ten values:y=13+10=23Convert 23 to base two:23=16+4+2+1=10111two