Question:
For the binary operation \( \times_{10} \) on the set \( S = \{1,3,7,9\} \), write the inverse of 3.
Concept:
The inverse of an element \( a \) is an element \( b \in S \) such that:
\[ a \times b \equiv 1 \pmod{10} \]
Solution:
Step 1: Find \( b \) such that
\[ 3 \times b \equiv 1 \pmod{10} \]
Step 2: Check elements of the set
- \( 3 \times 1 = 3 \equiv 3 \)
- \( 3 \times 3 = 9 \equiv 9 \)
- \( 3 \times 7 = 21 \equiv 1 \) ✅
- \( 3 \times 9 = 27 \equiv 7 \)
Step 3: Therefore,
\[ 3 \times 7 \equiv 1 \pmod{10} \]
Final Answer:
\[ \boxed{7} \]