Flashcards · 7 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

    In a∗ba * b, which number goes where in the rule?

    Answer

    The first number replaces aa, the second replaces bb. In a table, the row heading is the first number.

    a * b = 2a + b
    5 * 3 = 2(5) + 3 = 13
    Following the rulea * b: the first number replaces a, the second replaces b
  2. Know it

    How do you show an operation is commutative?

    Answer

    Swap the letters in the rule and simplify: if a∗b=b∗aa * b = b * a for all aa and bb, it is commutative.

  3. Rule

    How do you show an operation is associative?

    Answer

    Work out (a∗b)∗c(a * b) * c and a∗(b∗c)a * (b * c) in general, with letters. One set of numbers giving equal answers proves nothing.

    abca * b(a * b) * c=abcb * ca * (b * c)
    Two ways to bracketLeft: a * b first, then with c. Right: b * c first, then a with it. Associative means they always agree
  4. Rule

    What is the identity, and how do you find it?

    Answer

    ee with a∗e=e∗a=aa * e = e * a = a for every aa. From a rule, solve a∗e=aa * e = a; in a table, its row and column repeat the headings.

    ⊗1234
    11234
    22413
    33142
    44321
    The identity in a tableIts row and column repeat the headings
  5. Know it

    What is the inverse of aa?

    Answer

    The element a−1a^{-1} with a∗a−1=a−1∗a=ea * a^{-1} = a^{-1} * a = e. Find the identity first.

  6. Know it

    When is an operation closed on a set?

    Answer

    When every answer it gives is back in the set.

  7. Which method?

    WAEC 2022 · Paper 2 · Q1

    A binary operation ∗* is defined on the set T={−2,−1,1,2}T = \{-2, -1, 1, 2\} by p∗q=p2+2pq−q2p * q = p^2 + 2pq - q^2, where p,q∈Tp, q \in T.

    Copy and complete the table.

    ∗* −2-2 −1-1 11 22
    −2-2 77 −8-8
    −1-1 22 −2-2
    11 −7-7 11
    22 −1-1

    Using the table in (a), find the value of pp such that (−2∗p)∗2=−7(-2 * p) * 2 = -7.

    How do you fill in each entry?

    Answer

    Put the row heading in for pp and the column heading in for qq in p2+2pq−q2p^2 + 2pq - q^2.