65.9k views
4 votes
If a⊕ b=a^3−b, and c=101010101010101010 is an 18-digit number, what is c⊕ (c ⊕ c)?

2 Answers

3 votes

Answer:

101010101010101010

Explanation:

C is = to the answer 101010101010101010

User David Shochet
by
5.6k points
0 votes

Answer:

101010101010101010

Explanation:

given the binary operation a⊕ b=a^3−b and c = 101010101010101010

To get the value of c⊕ (c ⊕ c), we will express the binary given as that in question as shown;

c⊕ (c ⊕ c) = c³-(c ⊕ c)

c⊕ (c ⊕ c) = c³-(c³-c)

On expansion;

c⊕ (c ⊕ c) = c³-c³+c

c⊕ (c ⊕ c) = c

since c = 101010101010101010

c⊕ (c ⊕ c) = 101010101010101010

User Aeonius
by
4.5k points