
Christopher A. answered 12/21/19
Expert in Logic from Math, Philosophy and Computer Science background.
The first step to solve questions of this type is to translate them into a propositional language. In other words, replace the propositions with propositional letters (a.k.a variables).
For question 1 we have:
1. If the promises of elected official are fulfilled, then development in his jurisdiction is observed.
2. Development in elected official’s jurisdiction is not observed.
3. Therefore, the promises of elected official are not fulfilled.
Replacing propositions with variables:
1. P -> Q
2. ~Q
3. ~P
in which P represents "If the promises of elected official are fulfilled" and Q represents "development in his jurisdiction is observed".
Now we will use the propositional logic representation to determine the rule of inference used in this argument. If you have a table of rules with their definitions, you will simply compare this logical form to the definition. Some courses/texts use different rules of inference (because often one is derivable from another). Therefore, it will depend on which rules you are using. In this case, the rule used is very common and is usually called Modus Tollens, Modus Tollendo Tollens, or Denying the Consequent.
In propositional form:
2.
- P
- P -> Q
- Q
This is Modus Ponens.
3.
- P v Q
- ~P
- Q
This is Disjunctive Syllogism.
4.
- P or Q
- ~P
- Q
This is Disjunctive Syllogism again.
5.
- P -> Q
- ~Q
- ~P
Modus Tollens, again.

Christopher A.
No problem. If you would like Logic tutoring, please reach out. Thanks for the up vote.12/21/19
Liam D.
Thank you so much! :)12/21/19