NECO 2023 · Paper 1 · Q7

A binary operation ∗* with identity element zero is defined on the set R\mathbb{R} of real numbers by p∗q=p+q+3pqp * q = p + q + 3pq. For what value of pp does the operation have no inverse?

Worked solution (try it first)
  1. The identity is 0, so the inverse qq of pp satisfies p∗q=0p * q = 0, that is p+q+3pq=0p + q + 3pq = 0.
  2. Collect the qq terms: q(1+3p)=−pq(1 + 3p) = -p.
  3. Divide by 1+3p1 + 3p: q=−p1+3pq = \dfrac{-p}{1 + 3p}.
  4. This has no value when the bottom is zero: 1+3p=01 + 3p = 0, so 3p=−13p = -1 and p=−13p = -\frac13, option B.

Report a problem with this question