Octal 7035 to decimal notation . How do I do this? Hand written
in Other Math Topics by

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register.

3 Answers

7035 oktal=3,613 desimal

5+3*8+0*64 +7*512

=3574+24+5

=3613
by
(7035)octal = (3613) decimal 7035 = 7*8³+0*8²+3*8¹+5 =7*512+3*8+5 =3584+24+5 =3613
by
edited

I find the easiest method is this:

Double the first digit: 2×7=14 then subtract this from the number formed by the first two digits using decimal arithmetic: 70-14=56. Bring down the next digit 3 and double 56=112. Subtract: 563-112=451. Bring down the last digit 5 and double 451=902, so we have 4515-902=3613. The reason this works is that 8 differs from 10 by 2, hence we double. This is much easier than multiplying by 8. (10 octal is 10-2=8 decimal; 10 decimal is 10+2=12 octal.)

Another way to do this: multiply 7 by 8 and add the next digit 0: 56+0=56. Now multiply 56 by 8 and add the next digit: 451. Multiply 451 by 8 and add the last digit: 3608+5=3613.

Yet another way to do this is to use powers of 8. In the octal thousands position we have 7, so 1000 in octal is 512 decimal, multiplied by 7=3584. There are no octal hundreds so we next have 35 octal which is 3×8+5=29, added to 3584=3613.

To convert from decimal to octal we use double and add, instead of double and subtract, and octal instead of decimal arithmetic:

3613 converts like this:

Double 3 and add to 36 (octal arithmetic): 36+6=44.

Double 44=110 (not 88!) and add to 441=551.

Double 551=1322 and add to 5513=7035. Simple!

by Top Rated User (1.2m points)

Related questions

1 answer
asked Sep 15, 2013 in Other Math Topics by bladz | 996 views
Welcome to MathHomeworkAnswers.org, where students, teachers and math enthusiasts can ask and answer any math question. Get help and answers to any math problem including algebra, trigonometry, geometry, calculus, trigonometry, fractions, solving expression, simplifying expressions and more. Get answers to math questions. Help is always 100% free!
87,516 questions
100,281 answers
2,420 comments
733,981 users