Step 1: Check One-One (Injectivity)
Let x₁, x₂ ∈ R* such that f(x₁) = f(x₂).
2/x₁ = 2/x₂
⇒ x₁ = x₂
Conclusion: f is one-one.
Step 2: Check Onto (Surjectivity)
Let y ∈ R*. We need to find x ∈ R* such that f(x) = y.
2/x = y ⇒ x = 2/y.
Since y ≠ 0, 2/y is a defined non-zero real number.
So, x ∈ R* exists.
Conclusion: f is onto.
Step 3: Domain Change Case
New function g: N → R* where g(x) = 2/x.
One-One: Still true (same logic).
Onto: Take y = 3 (which is in R*).
We need x ∈ N such that 2/x = 3 ⇒ x = 2/3.
But 2/3 is NOT a natural number (∉ N).
Conclusion: Not onto.
Answer: Original f is bijective. Modified g is one-one but NOT onto.