retagged by
585 views
0 votes
0 votes

I thought answer would be (C). Because, inner 'f' is outputting values 8, 9, 3, 1, 2. So, outer 'f' should take these values for final output. But as these values are not in its domain [S], so that should be undefined.. Right?

retagged by

1 Answer

1 votes
1 votes
You are correct. C is correct answer, but because of same explanation, B should also be correct answer.

gof(x) = g(f(x))

On computing f(x), it gives output that belongs to the set T. This output serves as input of g(x). But the valid domain set for g(x) is S, while it is receiving its input in domain T, hence we say that gof(x) is not defined too.

Related questions

0 votes
0 votes
1 answer
4
srestha asked Mar 7, 2019
851 views
Let $A=\left \{ 1,2,3 \right \}$. Number of relation on $A$ which are neither reflexive, nor irreflexive but symmetric is ___________Ans given 48but I got 8Please verify