⊕ and ⊗ are two operators on numbers p and q such that p ⊕ q = (p^2 + q^2)/(pq) and p ⊗ q = p^2/q^2. If z = p ⊗ q, then z = A. p^2/q^2 B. p/q C. p^2/q D. 2q

GATE 2021 · General Aptitude · Algebra · medium

Answer: z = p^2/q^2 (Option A).

  1. Apply the definition of ⊗: z = p ⊗ q = p^2/q^2
  2. Match with the answer choices: Option A states p^2/q^2, which matches exactly.