Question 1 Report
Two binary operations ∗ ∗ and ⊕ ⊕ are defines as m ∗ ∗ n = mn - n - 1 and m ⊕ ⊕ n = mn + n - 2 for all real numbers m, n.
Find the value of 3 ⊕ ⊕ (4 ∗ ∗ 50)
Answer Details
m ∗ ∗ n = mn - n - 1, m ⊕ ⊕ n = mn + n - 2 3 ⊕ ⊕ (4 ∗ ∗ 5) = 3 ⊕ ⊕ (4 x 5 - 5 - 1) = 3 ⊕ ⊕ 14 3 ⊕ ⊕ 14 = 3 x 14 + 14 - 2 = 54