Q 1. Convert the following statements into logical expression? (15)
1.1. When you buy a new car from Scion Motor Company, you get either $2K back in cash or 2% car loan.
1.2. For you to win the contest it is necessary and sufficient that you have the only winning ticket.
1.3. If you read the newspaper every day, you will be informed and conversely.
1.4. The train runs late on exactly those days when I take it.
1.5. Draw graph for given map and also fill with minimum number of colors.
1.6. Build a circuit for the given function
1.7. Write a formula for the given sequences 0.25, 0.5, 0.75, 1, 1.25 …?
1.1.
if buy=cash then $2000
Else 2%
1.2.
if ticket=winning then Success
else fail
1.3.
if reading=every day then you will be informed and conversely
else you are boring
1.4.
if you=take train then the train is late
else the train is on time
1.5.
if there is a map then fill with minimum number of colors
1.6.
if there is a circuit then build a circuit
1.7.
N=0.25+0.25*n
Comments
Leave a comment