Inductive Reasoning
Inductive Reasoning
Inductive Reasoning
BUSINESS LOGIC
Module 7:
Inductive Reasoning
Presented by:
2. 3, 6, 9, 12, ...
15
3. 🡪, +, 🡪, ...
4. 1, 1, 2, 3, 5, 8, ...
13 — This is called the
Fibonacci sequence.
REASONING THAT A RULE OR
inductive
STATEMENT IS TRUE BECAUSE
reasoning
SPECIFIC CASES ARE TRUE.
1 1
12
1+3 4
22
1+3+5 9
1+3+5 1 32
+7 6
4 2
Sum of first 20 odd 20 = 400
2
numbers?
These patterns can be expanded to find the “nth” term
using algebra. When you complete these sequences
by applying a rule, it is called a function.
1 2 3 4 5 … 8 … 20 … n
32 39 46 53 60 81 165 7n+25
Related Symbols
Conditionals pq
Conditional qp
Converse ~p
~q
Inverse
~q
Contrapositive
~p
EXAMPL
Write the conditional, converse, inverse,
E
and contrapositive of the statement:
“A cat is an animal with four paws.”
Truth
Type Statement
Value
Conditional If an animal is a cat, then
T
(p q) it has four paws.
Inverse
If n2 144, then n T
(~p 12
~q)
Contrapos-
F
itive If n 12, then n2
144 (n = —
(~q
12)
~p)