Flashcards · 11 cards

Binary operations

Say the answer to yourself, then check. Cards you know come back less and less often; cards you don't come back tomorrow.

  1. Rule

    With a∗b=3a−ba * b = 3a - b, what are 4∗54 * 5 and 5∗45 * 4?

    Answer

    The first number replaces aa: 4∗5=12−5=74 * 5 = 12 - 5 = 7, but 5∗4=15−4=115 * 4 = 15 - 4 = 11.

    a * b = 2a + b
    5 * 3 = 2(5) + 3 = 13
    Using the ruleThe first number replaces a, the second replaces b
  2. Rule

    How do you work out (a∗b)∗c(a * b) * c?

    Answer

    Brackets first: work out a∗ba * b, then combine that answer with cc.

    abca * b(a * b) * c1st2nd
    Brackets firstWork out a * b, then combine that answer with c
  3. Rule

    When is an operation closed on a set?

    Answer

    When every answer is back in the set: every entry in its table is a member of the set.

    ⊗1234
    11234
    22413
    33142
    44321
    ClosedEvery entry is 1, 2, 3 or 4: ⊗ is closed on {1, 2, 3, 4}
  4. Rule

    When is an operation commutative?

    Answer

    When a∗b=b∗aa * b = b * a for every aa and bb. In a table: symmetric about the leading diagonal.

    ⊗1234
    11234
    22413
    33142
    44321
    Commutative2 ⊗ 4 = 4 ⊗ 2 = 3: the table is symmetric about the leading diagonal
  5. Rule

    When is an operation associative?

    Answer

    When (a∗b)∗c=a∗(b∗c)(a * b) * c = a * (b * c) for every aa, bb and cc.

    abca * b(a * b) * c=abcb * ca * (b * c)
    AssociativeThe two ways of bracketing must always give the same answer
  6. Rule

    What is the identity element, and how do you spot it in a table?

    Answer

    ee with a∗e=e∗a=aa * e = e * a = a for every aa. In a table, its row and its column repeat the headings.

    ⊗1234
    11234
    22413
    33142
    44321
    IdentityRow 1 and column 1 repeat the headings: 1 is the identity
  7. Know it

    How do you find the identity of a∗b=a+b+2aba * b = a + b + 2ab?

    Answer

    Solve a∗e=aa * e = a: a+e+2ae=aa + e + 2ae = a, so e(1+2a)=0e(1 + 2a) = 0 and e=0e = 0. Then check e∗a=ae * a = a too.

  8. Rule

    What is the inverse of an element aa?

    Answer

    The element that combines with aa to give the identity: a∗a−1=a−1∗a=ea * a^{-1} = a^{-1} * a = e. Find the identity first.

    ⊗1234
    11234
    22413
    33142
    44321
    Inverse2 ⊗ 3 = 1, the identity, so the inverse of 2 is 3
  9. Rule

    How do you solve 3⊗n=23 \otimes n = 2 from a table?

    Answer

    Go along row 3 to the entry 2, then read its column heading: that is nn.

    ⊗1234
    11234
    22413
    33142
    44321
    Solving from a table3 ⊗ n = 2: along row 3, the 2 is in column 4, so n = 4
  10. Which method?

    WAEC 2017 · Paper 2 · Q13 (a)

    An operation ∗* is defined by x∗y=x+y+2xyx * y = x + y + 2xy, x,y∈Rx, y \in \mathbb R. (i) Calculate (2∗3)∗5(2 * 3) * 5. (ii) Find the truth set of (x∗7)=(x∗5)∗2(x * 7) = (x * 5) * 2.

    Where do you start (2∗3)∗5(2 * 3) * 5?

    Answer

    The bracket: 2∗3=2+3+2(2)(3)=172 * 3 = 2 + 3 + 2(2)(3) = 17. Then work out 17∗517 * 5 with the same rule.

  11. Which method?

    WAEC 2014 · Paper 2 · Q13 (b)

    An operation (∗)(*) is defined on the set R\mathbb R of real numbers by m∗n=−nm2+1m * n = \dfrac{-n}{m^2 + 1}, where m,n∈Rm, n \in \mathbb R. If m=−3m = -3 and n=−10n = -10, show whether or not (∗)(*) is commutative.

    How do you show whether it is commutative?

    Answer

    Work out both m∗nm * n and n∗mn * m with the given values. If they differ, it is not commutative.