edited by
8,513 views
40 votes
40 votes

Which one of the following is the most appropriate logical formula to represent the statement?

"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
  1. $\forall x(P(x) \implies (G(x) \wedge S(x)))$
  2. $\forall x((G(x) \wedge S(x)) \implies P(x))$
  3. $\exists x((G(x) \wedge S(x)) \implies P(x))$
  4. $\forall x((G(x) \vee S(x)) \implies P(x))$
edited by

8 Answers

0 votes
0 votes

Option D

First thing that we need to keep in mind is to decide the domain. Since, they did'nt specified what x is,  we will take x as all ornaments in the universe.

Second thing, Here in the question the word and is misleading & it does'nt mean that the ornament will be Gold & Silver. It can either be Gold or Silver.

Third is correct choice of quantifier.

if we use existential quantifier, it will mean that at least one Gold or Silver ornament is precious, which is not what the statement is saying. if the ornament is Gold or Silver then it will be precious.(all Gold or Silver ornament are precious). So we have to use universal quantifier.

 

0 votes
0 votes

 

Answer(D)

∀x((G(x)∨S(x))⟹P(x))

 

we used ∀x because all metals which are gold or silver are precious

is used as metal can either be Gold or silver or other we cannot use AND because no metal can be both gold and silver

is used as we don’t care for other elements if an elements is not gold or silver then implication will give true result and ∀x to be everything should be true for gold or silver 

0 votes
0 votes

 

😊😊😊😊😊😊😊😊😊😊😊😊😊😊😊😊😊😊

Answer:

Related questions

28 votes
28 votes
7 answers
1
34 votes
34 votes
8 answers
2
gatecse asked Sep 15, 2014
8,592 views
The binary operation $\Box$ is defined as follows$$\begin{array}{|c|c|c|} \hline \textbf{P} & \textbf{Q} & \textbf{P} \Box \textbf{Q}\\\hline \text{T} & \text{T}& \text{T...
23 votes
23 votes
3 answers
4
Kathleen asked Sep 22, 2014
13,862 views
Consider a binary max-heap implemented using an array.Which one of the following array represents a binary max-heap?$\left\{25,12,16,13,10,8,14\right\}$ $\left\{25,14,...