A
A
Andrey2017-10-01 15:46:57
Algorithms
Andrey, 2017-10-01 15:46:57

How to convert a number from binary ss to quintal ss?

How to convert from 2cc to 5cc.
Namely the number 10101010^2 in ^5
It is important not to use decimal! Thanks

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
deadem, 2017-10-05
@officialandrey

10101010
You need to expand a number with power factors. The exponents, when converted to the fivefold SS, must also be fivefold. Then count the exponents, multiply and add the result. All operations must be done in fivefold SS.
decompose:
1*(2^12)+0*(2^11)+1*(2^10)+0*(2^4)+1*(2^3)+0*(2^2)+ 1*(2^1)+0*(2^0)=
exponentiate:
1*(1003)+0*(224)+1*(112)+0*(31)+1*(13)+ 0*(4)+1*(2)+0*(1)=
multiply:
1003+0+112+0+13+0+2+0=
add:
1140

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question