Is it possible to find formula of the sequence?

asked 1 year ago

Alfred gravatar image

Input data,:

C = A "+" B

A: 0111 ,- 4 digits

B : 100010 ,- 6 digits

result : C: 0101010101 ,10 digits

C, is permanent constant !

How to calculate B, from A and C ?

What is a logic formula, "how to do it this ?".

Start of A,B,C is first ( left) numbers.

Preview: (hide)

Comments

What is "+" ?

Max Alekseyev gravatar imageMax Alekseyev ( 1 year ago )

This question is confusing. Are you asking how to find B, given A and C and a formula for combining A and B to get C, or are you asking how to find the formula, given A, B, and C?

John Palmieri gravatar imageJohn Palmieri ( 1 year ago )

@John Palmieri, I need find B from given A and C. Help me please ? I have no formula, I need formula or algorithm or code in Python or Sage ??

Alfred gravatar imageAlfred ( 1 year ago )

If you had many examples of A, B, C, or if you had more information about the type of formula, then someone might be able to help you, but I see no way to answer the question as it stands. It's like asking, "What is the missing number in the sequence "0, _, 5"? There is not enough information here.

John Palmieri gravatar imageJohn Palmieri ( 1 year ago )