Click here to Skip to main content
15,891,513 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i want to convert this statements to logic symbol like :
(a->b)^(~b) but i can't,please help me

a) if i pass this course and make an A then
i pass this course or i make an A
b) if i pass this course then i make an A
and
i pass this course and i do not make an A
Posted
Comments
Richard MacCutchan 5-Apr-14 9:26am    
Your question is not clear: what is it that you are trying to convert, and what results are you expecting? Also, what programming language are you using?

1 solution

let
P: pass the course
A: obtain grade a
a)     P ^ A => P V A
b)    (P => A) ^ (P ^ ~A)

Propositional Logic[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900