in Mathematical Logic
1,653 views
1 vote
1 vote
Express each of these statements using predicates and quantifiers.

a) A passenger on an airline qualifies as an elite flyer if the passenger flies more than 25,000 miles in a year or takes more than 25 flights during that year.
in Mathematical Logic
by
1.7k views

3 Comments

let M(x,y):person x flies more than y miles in year.

     f(x,y):person x takes more than y flights in that year.

     E(x):person x qualifies as elite player in that year.

then it can be shown as:∀x((M(x,25000) ∪f(x,25)) implies E(x))
0
0
why not this ∀x(E(x) implies (M(x,25000) ∪f(x,25)))
0
0
p$\rightarrow$q means that if p then q.read question again then you will know.
0
0

Please log in or register to answer this question.

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true