recategorized by
7,192 views
3 votes
3 votes

Translate the given statement into propositional logic using the propositions provided.
To use the wireless network in the airport you must pay the daily fee unless you are a subscriber to the service.Express your answer in terms of

w: “You can use the wireless network in the airport,”
d: “You pay the daily fee,”
and s: “You are a subscriber to the service.”

recategorized by

4 Answers

Best answer
8 votes
8 votes

∿s ⟶ (w⟶d)

Here (w⟶d) means "If you want to use the wireless network in the airport then you must pay daily fee".

Let P = (w⟶d)

So (~s⟶P) means P unless ~(~s) as we  (p ⟶ q) means q unless ∿p.

So it means "If you want to use the wireless network in the airport then you must pay daily fee unless you are a subscriber to the service."

selected by
–1 votes
–1 votes

IF(NOT A SUBSCRIBER)

{

IF(YOU PAY)

THEN

U CAN USE

}

SO FROM THE PROPOSITIONS ANS WILL BE

(- s^d)→w=(NOT S AND D)→W

Related questions