You can put this solution on YOUR website! If a ⊗ b = ab + 1 and a ⊕ b = a + b,
find the value of
4 ⊗ [(6 ⊕ 8) ⊕ (3 ⊗ 5)]
---
Note: I don't have that symbol so I'll use # in its place.
---
= 4 # [(48+1)#(15+1)]
---
= 4 # [49*16 + 1]
---
= 4 # [785]
---
= 4*785 + 1
---
= 3141
=====================
Cheers,
Stan H.