Since a number to base eight has each digit value equal to powers of eight, you can multiply each digit by the appropriate power of eight.
For example,
12348
=4*80+3*1+2*82+1*83+
=4*1+3*8+2*64+1*512
= 66810
You can do the same for 70018 to get 358510.
Write the numeral in base ten.
7001eight.
3 answers
7001 in base ten is:
1x(8^0)+0x(8^1)+0x(8^2)+7x(8^3)=1+7x512=1+3584=3585
1x(8^0)+0x(8^1)+0x(8^2)+7x(8^3)=1+7x512=1+3584=3585
Thank you both!