"Gold and silver ornaments are precious".
The following notations are used $:$
$G(x):x$ is a gold ornament
$S(x):x$ is a silver ornament
$P(x):x$ is precious
Options are $:$
- $\forall x(P(x) \implies (G(x) \wedge S(x)))$
- $\forall x((G(x) \wedge S(x)) \implies P(x))$
- $\exists x((G(x) \wedge S(x)) \implies P(x))$
- $\forall x((G(x) \vee S(x)) \implies P(x))$
I try to explain $:$ At the same time an ornament can not be gold and silver , it should be either gold are silver , therefore option $(4)$ is correct .
Please check whether my solution is correct ?
You are correct .
Basically statement is saying that for every thing, if it is a Gold ornament or a silver ornament, then it is precious. So ,