Question: I need help please

hello everybody

I need help please


in some forum i found this problem

find a number "abcdefghijklmnopqrstuvwxyzâôîé" with 30 digits if we renverse it

it will be equal 

(éîôâzyxwvutsrqponmlkjihgfedcba)/4

 

i tried this equation but i couldn't solve it

with(ListTools,Reverse)

(parse@cat@op)(Reverse(convert(10^30+x,base,10)))=((parse@cat@op)(convert(10^30+x,base,10)))/4;

 

i use "(parse@cat@op)" to convert from list to a number

(parse@cat@op)([1,2,3])=123

Please Wait...