Showing posts with label statement. Show all posts
Showing posts with label statement. Show all posts

Monday, July 3, 2023

Chapter 14.4 - Validating Statements

In the previous section, we saw Implications. In this section, we will see validating statements.

Truth value of a statement tells us whether a statement is true or false.
• If a statement is true, then its truth value is true.
    ♦ We write it as T.
• If a statement is false, then its truth value is false.
    ♦ We write it as F.
Validating statements is the process of finding the truth value of a statement.


• Validating simple statements is easy. But for compound statements, we have to follow certain rules.
• The rules depend on the connectives/implications present in the compound statement.

Rule 1: Statements with “and”.
• If the connective in a compound statement is “and”, then the truth value of each of the component statements must be T. Then only we get T for the compound state.
• So when the component statements are p and q, we can use the following two steps:
Step 1: Show that p is true.
Step 2: Show that q is true. 


Rule 2: Statements with “or”.
• If the connective in a compound statement is “or”, then the truth value of at least one component statement must be T. Then only we get T for the compound state.
• So when the component statements are p and q, we can use the following three cases:
Case 1: p is false but q is true.
Case 2: p is true but q is false.
Case 3: Both p and q are true.
• If we get any of the above three cases, then the truth value of the compound statement is T.  

Rule 3: Statements with “if-then”.
• When the compound statement is in the form “if p then q”, we know that:
Whenever p is true, q is also true.
• So we can think of a method to validate such statements:
    ♦ First, we assume that p is true.
    ♦ Based on this assumption, we check q.
    ♦ If q is true, then the compound statement can be given the truth value T
• This method is known as direct method.

• When the compound statement is in the form “if p then q”, we know that:
if ~q then ~p is applicable.
• So we can think of another method to validate such statements:
    ♦ First, we assume that ~q is true.
    ♦ Based on this assumption, we check ~p.
    ♦ If ~p is true, then the compound statement can be given the truth value T
• This method is known as contrapositive method.
• So for validating “if p then q” statements, we have two methods:
(i) Direct method  (ii) Contrapositive method.

Rule 4: Statements with “if and only if”.
• When the compound statement is in the form “p if and only if q”, we know that:
    ♦ Whenever p is true, q is also true.
    ♦ Whenever q is true, p is also true.
• So we can think of a method to validate such statements:
In this method, we need to show two items:
(i) If p is true, then q is true.
(ii) If q is true, then p is true.

Rule 5
This rule is used to prove that, a statement is true. In this rule, we make use of contradiction. The steps are:
(i) We assume that p is false.
This is same as assuming ~p to be true.
(ii) Then we arrive at some result which contradicts the assumption.
(iii) Due to the contradiction, we conclude that, p is true.

Rule 6
This rule is used to prove that, a statement is false. In this rule, we simply present an example where the statement is not valid. Such an example is called counter example. When the counter example is presented, the statement is immediately written off as false.
◼ We may be able to present numerous examples where a statement is valid. Whatever be the number of such examples we present, we cannot conclude that the statement is true.
◼ We may be able to present numerous counter examples where a statement is not valid.  Just one counter example is sufficient to conclude that the statement is false.


Let us see some solved examples:

Solved example 14.10
Check whether the following statement is true or not.
If x, y ∈ Z are such that x and y are odd, then xy is odd.
Solution:
1. Consider the statement:
r: If x, y ∈ Z are such that x and y are odd, then xy is odd.
2. The component statements are:
p: x, y ∈ Z are such that x and y are odd.
q: xy is odd.
3. This is a statement with "if-then". So we will apply Rule 3. We will use the direct method.
    ♦ First, we assume that p is true.
    ♦ Based on this assumption, we check q.
4. Assuming p to be true:
• Let us assume that, both x and y are indeed elements of the set Z and they are indeed odd.
• We know that, Z is the set of integers. So we can write:
We assume that both x and y are indeed odd integers.
5. Since they are odd integers, we can write:
    ♦ x = 2m + 1
    ♦ y = 2n + 1
        ✰ Where m and n are some integers.
6. Now we calculate the product xy. We get:
$\begin{array}{ll}
{}&{xy}
& {~=~}& {(2m+1)(2n+1)} &{} \\

{}&{}
& {~=~}& {4mn + 2m + 2n + 1} &{} \\

{}&{}
& {~=~}& {2(2mn + m + n) + 1} &{} \\

\end{array}$

7. Consider the result in (6):
• m and n are integers
⇒ (2mn + m + n) can be odd or even.
⇒ 2(2mn + m + n) will be even.
⇒ 2(2mn + m + n) + 1 will be odd.

8. Based on (6) and (7), we can write:
The product xy is odd.
• So the statement q is true.
9. We obtained the truth value of q as T.
• We obtained this by assuming that the truth value of p is T.
• So the truth value of “if p then q” is T.
• We can write:
The truth value of the given compound statement r is T.

Alternatively, using the contrapositive method:
1. We have: if ~q then ~p
• The contrapositive statements are:
~q: xy is even.
~p: One among x, y is even.
2. For applying the contrapositive method,
    ♦ First, we assume that ~q is true.
    ♦ Based on this assumption, we check ~p.
3. Assuming ~q to be true:
~q: xy is even.
4. When xy is even, x or y has to be even.
(supposing x = 2n, we get xy = 2ny, which is even)
• xy will never become even if both x and y are odd.
• So ~p is true.
5. We obtained the truth value of ~p as T.
• We obtained this by assuming that the truth value of ~q is T.
• So the truth value of “if ~q then ~p” is T.
• We can write:
The truth value of the given compound statement r is T.

Solved example 14.11
Check whether the following statement is true or false by proving its contrapositive.
If x, y ∈ Z such that xy is odd, then both x and y are odd.
Solution:
1. Consider the statement:
r: If x, y ∈ Z such that xy is odd, then both x and y are odd.
2. The component statements are:
p: x, y ∈ Z such that xy is odd.
q: both x and y are odd.
3. This is a statement with "if-then". So we will apply the contrapositive method for validation.
• We have: if ~q then ~p
• The contrapositive statements are:
~q: One among x, y is even.
~p: xy is even.
2. For applying the contrapositive method,
    ♦ First, we assume that ~q is true.
    ♦ Based on this assumption, we check ~p.
3. Assuming ~q to be true:
~q: One among x, y is even.
4. When one among x, y is even, xy will be even.
(supposing x = 2n, we get xy = 2ny, which is even)
• xy will never become even if both x and y are odd.
• So ~p is true.
5. We obtained the truth value of ~p as T.
• We obtained this by assuming that the truth value of ~q is T.
• So the truth value of “if ~q then ~p” is T.
• We can write:
The truth value of the given compound statement r is T.

Solved example 14.12
Prove that the following statement is true.
p: √7 is irrational
Solution:
1. Assume that √7 is rational.
2. If √7 is rational, we can write: $\sqrt{7} = \frac{a}{b}$
Where the ratio $\frac{a}{b}$ is in the simplest form.
• That is, a and b do not have any common factors.
3. Squaring both sides, we get: $7 = \frac{a^2}{b^2}$
4. Based on this we can write: $b^2 = \frac{a^2}{7}$
• b is an integer. So b2 will be an integer.   
5. Let us analyze the result in (4):
$\text{An integer}(b^2)~=~\frac{\text{An integer}(a) \times \text{An integer}(a)}{7}$
• So $\frac{a}{7}$ must be an integer. Let it be c.
6. We can write: $\frac{a}{7}= c$
• Thus we get a = 7c
• Squaring both sides, we get: a2 = 49c2.
7. But from (3) we have a2 = 7b2.
8. Equating the results in (6) and (7), we get:
49c2 = 7b2.
• From this we get: 7c2 = b2.
9. Based on this we can write: $c^2 = \frac{b^2}{7}$
• c is an integer. So c2 will be an integer.
10. Let us analyze the result in (9):
$\text{An integer}(c^2)~=~\frac{\text{An integer}(b) \times \text{An integer}(b)}{7}$
• So $\frac{b}{7}$ must be an integer. Let it be d.   
11. Let us compare two results:
   ♦ In (5), we saw that, a is divided by 7 to give an integer.
   ♦ In (10), we saw that, b is divided by 7 to give an integer.
• That means, a and b has a common factor 7. This contradicts our assumption in (2) that, a and b have no common factors.
12. So it is clear that the assumption that √7 is rational is wrong.
• We can write:
p: √7 is irrational
is true.

Solved example 14.13
By giving a counter example, prove that the following statement is false.
If n is an odd integer, then n is prime.
Solution:
1. Consider the statement:
r: If n is an odd integer, then n is prime.
2. The component statements are:
p: n is an odd integer.
q: n is prime.
3. This is a statement with "if-then".
• We have to prove "if p then q" is false.
4. For statement p, we take n = 9 as an example. This is acceptable because 9 is an odd number.
5. Now we consider statement q.
• We know that 9 is not a prime number. So when n = 9, the statement q becomes false.
6. So we presented a counter example which proved "if p then q" to be false.
• That is., r: If n is an odd integer, then n is prime.
is false.


The link to some solved examples is given below:

Exercise 14.5


In the next section, we will see some miscellaneous examples.

Previous

Contents

Next

Copyright©2023 Higher secondary mathematics.blogspot.com

Friday, June 30, 2023

Chapter 14.3 - Contrapositive And Converse

In the previous section, we saw quantifiers. In this section, we will see Implications.

Implications

• In mathematics, we often encounter statements with:
    ♦ “if-then”
    ♦ “only if”
    ♦ “if and only if”
Let us see some examples:
Example 1
This can be written in 4 steps:
1. Consider the following statement:
r: If you are born in some country, then you are a citizen of that country.
2. We can see that, r is a compound statement. It’s component statements are:
p: You are born in some country.
q: You are citizen of that country.
3. Now r becomes: if p then q
• “if p then q” has a definite meaning.
We can write:
    ♦ Whenever p is true,
    ♦ q is also true.
• We can also write:
    ♦ Whenever p is false,
    ♦ We must discard the compound statement r.
4. An important point to remember is:
“if p then q” does not give any guarantee that p happens.

Example 2
This can be written in 4 steps:
1. Consider the following statement:
r: If a number is a multiple of 9, then it is a multiple of 3.
2. We can see that, r is a compound statement. It’s component statements are:
p: A number is a multiple of 9.
q: That number is a multiple of 3.
3. Now r becomes: if p then q
• “if p then q” has a definite meaning.
We can write:
    ♦ Whenever p is true,
    ♦ q is also true.
• For our present example:
    ♦ Whenever a number is a multiple of 9
    ♦ That number will be a multiple of 3 also.
• We can also write:
    ♦ Whenever p is false,
    ♦ We do not know whether q is true or false.
• For our present example:
    ♦ Whenever a number is not a multiple of 9
    ♦ We must discard the compound statement r.
4. An important point to remember is:
“if p then q” does not give any guarantee that p happens.
• For our present example:
Just by reading r, we cannot say that a number is a multiple of 9.
• r is a link between p and q.
• p cannot stand alone independently.


Based on example 2, we can write some more details. It can be written in 5 steps:
1. When we are given “if p then q”, we can write it in another form:
"p implies q"
• Symbolically, we denote this as: p ⇒ q
    ♦ The symbol "⇒" stands for “implies”.
• For our present example, we can write:
    ♦ A number is a multiple of 9.
    ♦ implies that
    ♦ That number is a multiple of 3.
2. When we are given “if p then q”, we can write:
"p is a sufficient condition for q".
• For our present example, we can write:
    ♦ Knowing a number to be a multiple of 9,
    ♦ is sufficient
    ♦ To know that, the number is a multiple of 3.
3. When we are given “if p then q”, we can write:
"p only if q".
• For our present example, we can write:
    ♦ A number is a multiple of 9
    ♦ only if
    ♦ That number is a multiple of 3.
4. When we are given “if p then q”, we can write:
"q is a necessary condition for p"
• For our present example, we can write:
    ♦ For a number to be a multiple of 9
    ♦ it is necessary that
    ♦ That number is a multiple of 3   
5. When we are given “if p then q”, we can write:
"~q implies ~p"
• For our present example, we can write:
    ♦ When a number is not a multiple of 3
    ♦ it implies that
    ♦ That number is not a multiple of 9.   
◼ When we are given “if p then q”, we can rewrite it in the above five different ways.


Contrapositive statement

• When we are given “if p then q”, we can write:
“if ~q then ~p”.
• This is known as the contrapositive of “if p then q”.
• Note that, the order of p and q is changed in the contrapositive statement.
• Let us see some examples:

Example 1:
This can be written in 4 steps:
1. Consider the statement:
r: If a number is divisible by 9, then it is divisible by 3.
2. The component statements are:
p: A number is divisible by 9.
q: That number is divisible by 3.
3. Let us write the negation statements:
~p: A number is not divisible by 9.
~q: That number is not divisible by 3.
4. Now we can write “if ~q then ~p”:
If a number is not divisible by 3 then that number is not divisible by 9.
• This is the contrapositive of r.

Example 2:
This can be written in 4 steps:
1. Consider the statement:
r: If you are born in India, then you are a citizen of India.
2. The component statements are:
p: You are born in India.
q: You are a citizen of India.
3. Let us write the negation statements:
~p: You are not born in India.
~q: You are not a citizen of India.
4. Now we can write “if ~q then ~p”:
If you are not a citizen of India, then you are not born in India.
• This is the contrapositive of r.

Example 3:
This can be written in 4 steps:
1. Consider the statement:
r: If a triangle is equilateral, it is isosceles.
2. The component statements are:
p: A triangle is equilateral.
q: That triangle is isosceles.
3. Let us write the negation statements:
~p: A triangle is not equilateral.
~q: That triangle is not isosceles.
4. Now we can write “if ~q then ~p”:
If a triangle is not isosceles, then that triangle is not equilateral.
• This is the contrapositive of r.


Converse statement

• When we are given “if p then q”, we can write:
“if q then p”.
• This is known as the converse of “if p then q”.
• Note that, the order of p and q is changed in the converse statement.
• Let us see some examples:

Example 1:
This can be written in 3 steps:
1. Consider the statement:
r: If a number is divisible by 10, then it is divisible by 5.
2. The component statements are:
p: A number is divisible by 10.
q: That number is divisible by 5.
3. Now we can write “if q then p”:
If a number is divisible by 5, then that number is divisible by 10.
• This is the converse of r.

Example 2:
This can be written in 3 steps:
1. Consider the statement:
r: If a number n is even, then n2 is even.
2. The component statements are:
p: A number n is even.
q: The square of that number n2 is even.
3. Now we can write “if q then p”:
If the number n2 is even, then n is even.
• This is the converse of r.

Example 3:
This can be written in 3 steps:
1. Consider the statement:
r: If you do all the exercises in the book, then you get an A grade in the class.
2. The component statements are:
p: You do all the exercises in the book.
q: You get an A grade in the class.
3. Now we can write “if q then p”:
If you get an A grade in the class, then you have done all the exercises in the book.
• This is the converse of r.

Example 4:
This can be written in 3 steps:
1. Consider the statement:
r: If two integers a and b are such that a > b, then (a-b) is always a positive integer.
2. The component statements are:
p: Two integers a and b are such that a > b.
q: (a-b) is always a positive integer.
3. Now we can write “if q then p”:
If two integers a and b are such that (a-b) is always a positive integer, then a > b.
• This is the converse of r.


Let us see a solved example:

Solved example 14.8
For each of the following compound statements, first identify the corresponding component statements. Then check whether the statements are true or not.
(i) If a triangle ABC is equilateral, then it is isosceles.
(ii) If a and b are integers, then ab is a rational number.
Solution:
Part (i):
1. Consider the statement:
r: If a triangle ABC is equilateral, then it is isosceles.
2. The component statements are:
p: A triangle ABC is equilateral.
q: That triangle is isosceles.
3. An equilateral triangle has all three sides equal. So obviously, the two sides other than the base will be equal. That means, an equilateral triangle is an isosceles triangle also. 
• We can write:
If p happens, q is true. So r is true.

Part (ii):
1. Consider the statement:
r: If a and b are integers, then ab is a rational number.
2. The component statements are:
p: a and b are integers.
q: ab is a rational number.
3. Integers do not have any decimal portions. So the product of two integers will not have any decimal portions. That means, the product will be an integer. An integer is a rational number.
• We can write:
If p happens, q is true. So r is true.


“If and only if” statement 

This can be explained in steps:
1. In some cases, we encounter the condition: “p if and only if q”
2. Let us see an example:
• A student can apply for MSc Maths if he has taken Maths, Physics and Computer science for the Bsc course.
• A student can apply for MSc Chemistry if and only if he has taken Maths, Physics and Chemistry for the Bsc course.
3. In some other cases, both the conditions below need to be satisfied:
    ♦ “p if and only if q”
    ♦ “q if and only if p”
• In such cases we use the symbol "⇔"
    ♦ Using this symbol, we can write: p ⇔ q.
4. Note that:
(i) “p if and only if q”
    ♦ is different from
    ♦ p ⇔ q.
(ii) “q if and only if p”
    ♦ is different from
    ♦ p ⇔ q.
(iii) “p if and only if q”
    ♦ is different from
    ♦ “q if and only if p”
5. If we are given "p ⇔ q", then all the four conditions below must be satisfied:
(i) p if and only if q
(ii) q if and only if p
(iii) p is necessary and sufficient condition for q
(iv) q is necessary and sufficient condition for p


Let us see a solved example:
Solved example 14.9
Given below are pairs of statements. Combine them using “if and only if”.
(i) p: If a rectangle is a square, then all it’s four sides are equal.
q: If all the four sides of a rectangle are equal, then that rectangle is a square.

(ii) p: If the sum of digits of a number is divisible by 3, then the number is divisible by 3.
q: If a number is divisible by 3, then the sum of it’s digits is divisible by 3.

(iii) p: If a tumbler is half empty, then it is half full.
q: If a tumbler is half full, then it is half empty.

Solution:
Part (i)
1. Consider the statement:
p: If a rectangle is a square, then all it’s four sides are equal.
• This p can be considered as a "if r then s" statement.
• So the component statements are:
    ♦ r: A rectangle is a square.
    ♦ s: All four sides of that rectangle are equal.
• It is clear that "if r then s" is applicable.
2. Consider the statement:
q: If all the four sides of a rectangle are equal, then that rectangle is a square.
• This q contains r and s that we saw above. It can be considered as a "if s then r" statement.
• So the component statements are:
    ♦ s: All the four sides of a rectangle are equal.
    ♦ r: That rectangle is a square.
• It is clear that "if s then r" is applicable.
3. So both the two conditions below are applicable:
    ♦ "if r then s"
    ♦ "if s then r"
4. Since both the conditions are applicable, we can combine r and s using "if and only if". We get:
A rectangle is a square if and only if all four sides of that rectangle are equal.

Part (ii)
1. Consider the statement:
p: If the sum of digits of a number is divisible by 3, then the number is divisible by 3.
• This p can be considered as a "if r then s" statement.
• So the component statements are:
    ♦ r: The sum of digits of a number is divisible by 3.
    ♦ s: The number is divisible by 3.
• It is clear that "if r then s" is applicable.
2. Consider the statement:
q: If a number is divisible by 3, then the sum of it’s digits is divisible by 3.
• This q contains r and s that we saw above. It can be considered as a "if s then r" statement.
• So the component statements are:
    ♦ s: A number is divisible by 3.
    ♦ r: The sum of it’s digits is divisible by 3.
• It is clear that "if s then r" is applicable.
3. So both the two conditions below are applicable:
    ♦ "if r then s"
    ♦ "if s then r"
4. Since both the conditions are applicable, we can combine r and s using "if and only if". We get:
The sum of digits of a number is divisible by 3 if and only if the number is divisible by 3.

Part (iii)
1. Consider the statement:
p: If a tumbler is half empty, then it is half full.
• This p can be considered as a "if r then s" statement.
• So the component statements are:
    ♦ r:  A tumbler is half empty.
    ♦ s: That tumbler is half full.
• It is clear that "if r then s" is applicable.
2. Consider the statement:
q: If a tumbler is half full, then it is half empty.
• This q contains r and s that we saw above. It can be considered as a "if s then r" statement.
• So the component statements are:
    ♦ s: A tumbler is half full.
    ♦ r: That tumbler is half empty.
• It is clear that "if s then r" is applicable.
3. So both the two conditions below are applicable:
    ♦ "if r then s"
    ♦ "if s then r"
4. Since both the conditions are applicable, we can combine r and s using "if and only if". We get:
A tumbler is half empty if and only if that tumbler is half full.


The link to some solved examples is given below:

Exercise 14.4


In the next section, we will see validating statements.

Previous

Contents

Next

Copyright©2023 Higher secondary mathematics.blogspot.com

Tuesday, June 27, 2023

Chapter 14.2 - Special Words And Quantifiers

In the previous section, we saw compound statements and component statements. In this section, we will see Special words/phrases.

Special words/phrases

• We saw that, component statements are connected by words like “and”, “or” etc.,
• These words are known as connectives.
• When used in mathematical statements, these words have special meanings. We need to clearly understand those special meanings.

The word “And”

This can be explained in 3 steps:
1. First we will see an example. It can be written in 4 steps:
(i) Given below, is a compound statement with the word “and”:
p: A point occupies a position and it’s location can be determined.
(ii) The component statements are:
q: A point occupies a position.
r: It’s location can be determined.
   ♦ q and r are connected by “and”.
(iii) Checking component statements:
• q is true.
• r is true.
(iv) Since both q and r are true, p is true.
2. Let us see another example. It can be written in 4 steps:
(i) Given below, is a compound statement with the word “and”:
p: 42 is divisible by 5, 6 and 7.
(ii) The component statements are:
q: 42 is divisible by 5.
r:  42 is divisible by 6.
s:  42 is divisible by 7.
   ♦ q, r and s are connected by “and”.
(iii) Checking component statements:
• q is false.
• r is true.
• s is true
(iv) Since q is false, p is false.
(Even though r and s are true, p is false because one component q is false)
3. We can write two rules related to “and”:
(i) A compound statement with “and” is true if all it’s component statements are true.
(ii) A compound statement with “and” is false if one or more of it’s component statements is false.


Let us see a solved example
Solved example 14.5
Write the component statements of the following compound statements and check whether the compound statements are true or false.
(i) A line is straight and extends indefinitely in both directions.
(ii) 0 is less than every positive integer and every negative integer.
(iii) All living things have two legs and two eyes.
Solution:
Part (i):
1. We have:
p: A line is straight and extends indefinitely in both directions.
2. The component statements are:
q: A line is straight.
r: A line extends indefinitely in both directions.
   ♦ q and r are connected by “and”.
3. Checking component statements:
• q is true
• r is true.
4. Since both q and r are true, p is true.

Part (ii):
1. We have:
p: 0 is less than every positive integer and every negative integer.
2. The component statements are:
q: 0 is less than every positive integer.
r: 0 is less than every negative integer.
   ♦ q and r are connected by “and”.
3. Checking component statements:
• q is true
• r is false.
4. Since r is false, p is false.

Part (iii):
1. We have:
p: All living things have two legs and two eyes.
2. The component statements are:
q: All living things have two legs.
r: All living things have two eyes.
   ♦ q and r are connected by “and”.
3. Checking component statements:
• q is false
• r is false.
4. Since one or more of the component statements is false, p is false. In this case both the components q and r are false.


Let us see an interesting case involving “and”. It can be written in 4 steps:
1. Consider the sentence:
A mixture of alcohol and water can be separated by chemical methods.
2. We are tempted to write two separate sentences:
(i) A mixture of alcohol can be separated by chemical methods.
(ii) A mixture of water can be separated by chemical methods.
3. Let us analyze the two sentences:
(i) The sentence in 2(i) does not have any meaning. This is because, if alcohol alone is present, we cannot call it a ‘mixture’. If there is no ‘mixture’, there is no need for separating.
(ii) The sentence in 2(ii) does not have any meaning. This is because, if water alone is present, we cannot call it a ‘mixture’. If there is no ‘mixture’, there is no need for separating.
4. It is clear that, the word “and” in this case is not used for connecting two statements. It is used for connecting two substances alcohol and water.


The word “Or”

This can be explained in 6 steps:
1. First we will see an example. It can be written in 4 steps:
(i) Given below, is a compound statement with the word “or”:
p: Two lines in a plane, either intersect at a point or they are parallel.
(ii) The component statements are:
q: Two lines in a plane, intersect at a point.
r: Two lines in a plane, are parallel.
   ♦ q and r are connected by “or”.
(iii) Checking component statements:
• if q is true, then r is false.
• if r is true, then q is false.
(iv) One of the components will be always true.
If one of the components (q or r) is true, p is true.
2. Let us see another example. It can be written in 3 steps:
(i) Given below, is another compound statement with the word “or”:
p: 125 is a multiple of 7 or 8.
(ii) The component statements are:
q: 125 is a multiple of 7.
r: 125 is a multiple of 8.
   ♦ q and r are connected by “or”.
(iii) Checking component statements:
• q is false.
• r is false.
(iv) If all the components are false, p is false.
3. Let us see one more example. It can be written in 3 steps:
(i) Given below, is a compound statement with the word “or”:
p: The school is closed if there is a holiday or sunday.
(ii) The component statements are:
q: The school is closed if there is a holiday.
r: The school is closed if it is sunday.
   ♦ q and r are connected by “or”.
(iii) Checking component statements:
• q is true.
• r is true.
(iv) If one of the components is true, p is true.
4. We can write two rules related to “or”:
(i) A compound statement with “or" is true if one or more of it’s component statements are true.
(ii) A compound statement with “or” is false if all of it’s component statements are false.
5. The word "or" is used in two ways in English language. This can be explained using two examples.

Example 1
:
This can be written in 3 steps:
(i) Consider the compound statement with word "or":
p: An ice cream or pepsi is available with lunch in a restaurant.
(ii) The component statements are:
q: An ice cream is available with lunch in a restaurant.
r: A pepsi is available with lunch in a restaurant.
   ♦ q and r are connected by “or”.
(iii) Let us analyze the component statements:
• If a customer does not want pepsi, he can opt for ice cream.
• If a customer does not want ice cream, he can opt for pepsi.
• Only one item (ice cream or pepsi) will be allowed.
• The “or” used in such cases is called exclusive “or”.

Example 2:
This can be written in 3 steps:
(i) Given below, is a compound statement with the word “or”:
p: A student who has taken biology or chemistry can apply for M.Sc. microbiology program.
(ii) The component statements are:
q: A student who has taken biology can apply for M.Sc. microbiology program.
r: A student who has taken chemistry can apply for M.Sc. microbiology program.
   ♦ q and r are connected by “or”.
(iii) Let us analyze the component statements:
• If a student has taken biology, he/she can apply for M.Sc. microbiology program.
• If a student has taken chemistry, he/she can apply for M.Sc. microbiology program.
• If a student has taken both biology and chemistry, he/she can apply for M.Sc. microbiology program.
• The “or” used in such cases is called inclusive “or”.
6. We must clearly understand the difference between exclusive “or” and inclusive “or”. Then only we will be able to check whether a compound statement is true or false.


Now we will see some solved examples.

Solved example 14.6
For each of the following statements, determine whether an inclusive “or” or exclusive “or” is used. Give reasons for your answer.
(i) To enter a country, you need a passport or a voter registration card.
(ii) The school is closed if it is a holiday or a Sunday.
(iii) Two lines intersect at a point or are parallel.
(iv) Students can take French or Sanskrit as their third language.
Solution:
Part (i):
1. We have:
p: To enter a country, you need a passport or a voter registration card.
2. The component statements are:
q: To enter a country, you need a passport.
r: To enter a country, you need a voter registration card.
   ♦ q and r are connected by “or”.
3. Let us analyze the component statements:
• If a person has a passport, he/she can enter a country.
• If a person has a voter registration card, he/she can enter a country.
• If a person has both passport and voter registration card, he/she can enter a country.
• So the “or” used in this case is inclusive “or”.

Part (ii):
1. We have:
p: The school is closed if it is a holiday or a Sunday.
2. The component statements are:
q: The school is closed if it is a holiday.
r: The school is closed if it is a Sunday.
   ♦ q and r are connected by “or”.
3. Let us analyze the component statements:
• On a holiday, the school is closed.
• On a Sunday, the school is closed.
• On a day, if Sunday and holiday coincide, then also the school is closed.
• So the “or” used in this case is inclusive “or”.

Part (iii):
1. We have:
p: Two lines intersect at a point or are parallel.
2. The component statements are:
q: Two lines in a plane, intersect at a point.
r: Two lines in a plane, are parallel.
   ♦ q and r are connected by “or”.
3. Let us analyze the component statements:
• if q is true, then r is false.
• if r is true, then q is false.
4. Both cannot be true at the same time.
• Both cannot be false at the same time.
• So the “or” used in this case is exclusive “or”.

Part (iv):
1. We have:
p: Students can take French or Sanskrit as their third language.
2. The component statements are:
q: Students can take French as their third language.
r: Students can take Sanskrit as their third language.
   ♦ q and r are connected by “or”.
3. Let us analyze the component statements:
• if q is true, then r is false.
• r is true, then q is false.
• No student can take both languages at the same time.
• So the “or” used in this case is exclusive “or”.

Solved example 14.7
For each of the following statements, determine whether an inclusive “or” or exclusive “or” is used. Give reasons for your answer.
(i) √2 is a rational number or an irrational number.
(ii) To enter into a public library children need an identity card from the school or a letter from the school authorities.
(iii) A rectangle is a quadrilateral or a 5-sided polygon.
Solution:
Part (i):
1. We have:
p: √2 is a rational number or an irrational number.
2. The component statements are:
q: √2 is a rational number.
r: √2 is an irrational number.
   ♦ q and r are connected by “or”.
3. Let us analyze the component statements:
• if q is true, then r is false.
• if r is true, then q is false.
4. Both cannot be true at the same time.
• Both cannot be false at the same time.
• So the “or” used in this case is exclusive “or”.
5. In this case, r is true. So p is true.

Part (ii):
1. We have:
p: To enter into a public library children need an identity card from the school or a letter from the school authorities.
2. The component statements are:
q: To enter into a public library children need an identity card from the school.
r: To enter into a public library children need a letter from the school authorities.
   ♦ q and r are connected by “or”.
3. Let us analyze the component statements:
• If identity card is available, entry is possible.
• If letter is available, entry is possible.
• If both identity card and letter is available, entry is possible.
• So the “or” used in this case is inclusive “or”.

Part (iii):
1. We have:
p: A rectangle is a quadrilateral or a 5-sided polygon.
2. The component statements are:
q: A rectangle is a quadrilateral.
r: A rectangle is a 5-sided polygon.
   ♦ q and r are connected by “or”.
3. Let us analyze the component statements:
• if q is true, then r is false.
• if r is true, then q is false.
(Recall that, a quadrilateral has only four sides)
4. Both cannot be true at the same time.
• Both cannot be false at the same time.
• So the “or” used in this case is exclusive “or”.
5. In this case, q is true. So p is true.


Quantifiers

Some basics can be written in 4 steps:
1. Consider the set of all rectangles.
• There will be infinite number of rectangles in that set.
2. We know that, squares are also rectangles.
• So some of the members in the set will be squares.
3. This fact can be written as a statement:
p: There exists a rectangle whose all sides are equal.
• This statement means that, there is at least one rectangle whose all sides are equal.
4. The phrase “There exist” is a quantifier.
• Quantifiers are phrases which give us an idea about the “quantity of items”
• “There exists” gives us the idea that, there is at least one item.


Let us see another quantifier. It can be explained in steps:
1. Let S be the set of all prime numbers.
• Then we can write S in the set-builder form as:
S = {p : p is a prime number}
2. Now, square root of any prime number will be an irrational number.
• We want to write this as a statement. We can write it as:
q: For every prime number p, √p is an irrational number.
3. The phrase “For every” is a quantifier.
• As we mentioned just above, Quantifiers are phrases which give us an idea about the “quantity of items”
• “For every” gives us the idea that, all items in the set are to be taken into consideration.
• In the previous example, we had to consider only some members of the set  (members which are squares).


It is important to consider the position of the quantifier. This can be explained using an example. It can be written in 5 steps:
1. Consider two sentences:
(i) For every positive number x there exists a positive number y such that y < x
(ii) There exists a positive number y such that for every positive number x, we have y < x
(In both the sentences, “number” means, real number)
2. Let us analyze the first sentence.
• We first consider the set P of positive numbers:
P = {x : x is a +ve number}
• The sentence says that:
We can pick any x from that set. We will be able to find a positive number y such that, y is less than x.
• For example, (y= x/2) will be less than x.
3. Let us analyze the second sentence.
• We first consider the set P of positive numbers:
P = {y : y is a +ve number}
• The sentence says that:
We can pick any y from that set. That y will be less than any positive number x.
• This is not possible. For example, y will be greater than (x= y/2).
• So this sentence is false.
4. Both sentences appear to be the same.
• But we see that:
   ♦ First sentence is true.
   ♦ Second sentence is false.
5. Why is that so?
• In the first sentence, the quantifier “there exists” is at the middle.
• In the second sentence, “there exists” is at the beginning.
• The quantifiers must be carefully introduced in a sentence. Each quantifier must be introduced precisely at the right place. Not too early and not too late.


The link to some solved examples is given below:

Exercise 14.3


In the next section, we will see implications.

Previous

Contents

Next

Copyright©2023 Higher secondary mathematics.blogspot.com

Saturday, June 24, 2023

Chapter 14.1 - Negation of A Statement

In the previous section, we saw what a "statement" is. In this section, we will see new statements from old.

Some basic points can be written in 3 steps:
1. We are discussing about mathematical reasoning.
• We saw “statements” which are the basic units of mathematical reasoning.
• We want to know how statements help us in the process of mathematical reasoning.
2. The English mathematician George Boole put forward an effective technique to analyze statements.
• In this technique, we ask two questions:
   ♦ What happens when the statement is true ?
   ♦ What happens when the statement is false ?
3. Finding answers to the above two questions is a major step in mathematical reasoning.


So our next aim is to learn about Negation of a statement. This can be written in 3 steps:
1. The denial of a statement is called the negation of the statement.
2. Let us see an example. It can be written in 3 steps:
(i) Consider the following statement:
p: New Delhi is a city.
(ii) The negation of this statement can be written in any one of the three ways shown below:
• It is not the case that New Delhi is a city
• It is false that New Delhi is a city
• New Delhi is not a city.
(iii) If p is a statement, then negation of p is also a statement.
   ♦ It is denoted as ~p.
   ♦ It is read as ‘not p’.
3. ~p helps us to analyze p in a better way. This can be demonstrated using some examples.
Example 1:
This can be written in 4 steps:
(i) Consider the statement:
p: Every one in Germany speaks German.   
(ii) We want ~p.
• p tells us that all people living in Germany speak German.
• ~p must tell us that all people living in Germany does not speak German.
(iii) This ~p can be achieved by saying that there is at least one person in Germany, who does not speak that language.
• So we get:
~p: There is at least one person in Germany who does not speak German.
(iv) p and ~p enable us to think of various possibilities.

Example 2:
This can be written in 4 steps:
(i) Consider the statement:
p: Both the diagonals of a rectangle have the same length.   
(ii) We want ~p.
• p tells us that: Take any rectangle. Both it's diagonals will be of the same length.
• ~p must tell us that the statement is not true for any rectangle.
(iii) This ~p can be achieved by saying that there is at least one rectangle where both diagonals are not the same.
• So we get:
~p: There is at least one rectangle where both diagonals are not of the same length.
(iv) p and ~p enable us to think of various possibilities.

Example 3:
This can be written in 4 steps:
(i) Consider the statement:
p: √7 is rational.   
(ii) We want ~p.
• p tells us that: √7 is rational.
• ~p must tell us that the statement is not true.
(iii) This ~p can be achieved by saying that it is not rational.
• So we get:
~p: √7 is not rational.
(iv) p and ~p enable us to think of various possibilities.


Now we will see some solved examples.

Solved example 14.2
Write the negation of the following statements and check whether the resulting statements are true.
(i) Australia is a continent.
(ii) There does not exist a quadrilateral which has all it’s sides equal.
(iii) The sum of 3 and 4 is 9.
Solution:
Part (i):
1. Consider the statement:
p: Australia is a continent.
2. The negation can be written as:
~p: It is false that Australia is a continent.
OR
~p: Australia is not a continent.
3. ~p is false.

Part (ii):
1. Consider the statement:
p: There does not exist a quadrilateral which has all it’s sides equal.
2. We want ~p.
• p tells us that: Not even a single quadrilateral (with the given property) exists.
• ~p must tell us that "not even a single" is false.
3. This ~p can be achieved by saying that there is at least one quadrilateral.
• So we get:
~p: There is at least one quadrilateral which has all it’s sides equal.
4. ~p is true. (square is a quadrilateral which has all it’s sides equal)

Part (iii):
1. Consider the statement:
p: The sum of 3 and 4 is 9.
2. The negation can be written as:
~p: It is false that the sum of 3 and 4 is 9.
OR
~p: sum of 3 and 4 is not 9.
3. ~p is true.


Compound statements

This can be explained in 4 steps:
1. Some mathematical statements are obtained by combining two or more simple statements.
• The simple statements are combined by using connecting words like “and”, “or” etc.,
2. This can be demonstrated using an example. It can be written in 2 steps:
(i) Consider the following statement:
p: There is something wrong with the bulb or with the wiring.
• This statement tells us that:
   ♦ The bulb is not turning on because,
   ♦ there is something wrong with the bulb.
   ♦ or there is something wrong with the wiring.
(ii) So the given statement is in fact formed by two statements:
q: There is something wrong with the bulb.
r: There is something wrong with the wiring.
   ♦ q and r are connected by “or”.
3. Another example:
(i) Consider the two statements:
p: 7 is an odd number.
q: 7 is a prime number.
• These two simple statements can be connected by the word “and”.
• We get:
r: 7 is both an odd number and a prime number.
4. A compound statement is a statement which is made up of two or more simple statements. Each of the simple statements is called a component statement.


Let us see some solved examples:
Solved example 14.3
Find the component statements of the following compound statements.
(i) The sky is blue and the grass is green.
(ii) It is raining and it is cold.
(iii) All rational numbers are real and all real numbers are complex.
(iv) 0 is a positive number or a negative number.
Solution:
Part (i):
1. We have:
p: The sky is blue and the grass is green.
2. The component statements are:
q: The sky is blue.
r: The grass is green.
   ♦ q and r are connected by “and”.  

Part (ii):
1. We have:
p: It is raining and it is cold.
2. The component statements are:
q: It is raining.
r: It is cold.
   ♦ q and r are connected by “and”.  

Part (iii):
1. We have:
p: All rational numbers are real and all real numbers are complex.
2. The component statements are:
q: All rational numbers are real.
r:  All real numbers are complex.
   ♦ q and r are connected by “and”.

Part (iv):
1. We have:
p: 0 is a positive number or a negative number.
2. The component statements are:
q: 0 is a positive number.
r: 0 is a negative number.
   ♦ q and r are connected by “or”.

Solved example 14.4
Find the component statements of the following compound statements. Check each of the component statements and find whether they are true or false.
(i) A square is a quadrilateral and it’s four sides equal.
(ii) All prime numbers are either even or odd
(iii) A person who has taken Mathematics or Computer science can go for MCA
(iv) Chandigarh is the capital of Haryana and UP.
(v) 2 is a rational number or an irrational number.
(vi) 24 is a multiple of 2, 4 and 8.
Solution:
Part (i):
1. We have:
p: A square is a quadrilateral and it’s four sides equal.
2. The component statements are:
q: A square is a quadrilateral.
r: A square has all four sides equal.
   ♦ q and r are connected by “and”.
3. Checking component statements:
• q is true.
• r is also true.

Part (ii):
1. We have:
p: All prime numbers are either even or odd
2. The component statements are:
q: All prime numbers are even numbers.
r: All prime numbers are odd numbers.
   ♦ q and r are connected by “and”.
3. Checking component statements:
• q is false.
• r is false.

Part (iii):
1. We have:
p: A person who has taken Mathematics or Computer science can go for MCA.
2. The component statements are:
q: A person who has taken Mathematics can go for MCA.
r: A person who has taken Computer science can go for MCA.
   ♦ q and r are connected by “or”.
3. Checking component statements:
• q is true.
• r is true.

Part (iv):
1. We have:
p: Chandigarh is the capital of Haryana and UP.
2. The component statements are:
q: Chandigarh is the capital of Haryana.
r: Chandigarh is the capital of UP.
   ♦ q and r are connected by “and”.
3. Checking component statements:
• q is true.
• r is false.

Part (v):
1. We have:
p: √2 is a rational number or an irrational number.
2. The component statements are:
q: √2 is a rational number.
r: √2 is an irrational number.
   ♦ q and r are connected by “or”.
3. Checking component statements:
• q is false.
• r is true.

Part (vi):
1. We have:
p: 24 is a multiple of 2, 4 and 8.
2. The component statements are:
q: 24 is a multiple of 2.
r: 24 is a multiple of 4.
s: 24 is a multiple of 8.
   ♦ q, r and s are connected by “and”.
3. Checking component statements:
q is true.
• r is true.
• s is true


• We see that:
Component statements are connected by words like “and”, “or” etc., These words have special meanings in mathematics. We will see it in the next section.


The link to a few more solved examples is given below:

Exercise 14.2


In the next section, we will see special words/phrases.

Previous

Contents

Next

Copyright©2023 Higher secondary mathematics.blogspot.com

Thursday, June 22, 2023

Chapter 14 - Mathematical Reasoning

In the previous section, we completed a discussion on limits and derivatives. In this chapter, we will see mathematical reasoning.

Some basics about reasoning can be written in 4 steps:
1. Human beings have the ability to engage in the process of reasoning.
• The "process of reasoning" is the process in which we think (in a logical way) about some thing. We think about some thing to arrive at a conclusion.
2. Let us see some examples:
• Early human beings thought about the “cause of lightning”. Other animals are not able to engage in such a thought.
• Early human beings thought about “why the pebbles found in river beds are rounded ?”. Other animals are not able to engage in such a thought.
• Human beings at present are thinking about “what is inside a proton ?”.  Other animals are not able to engage in such a thought.
3. The process of thinking must be done in a logical and sensible way. Then only we can call it reasoning.
4. On seeing a light above a distant hill, a person may think for a while and come to the conclusion that, the light is caused by some super natural power.
• Such thinking process cannot be called reasoning.
• We must investigate and analyze all available facts. Also, we must try to obtain new facts.


• Reasoning can be done in mathematical problems also.
• We have see inductive reasoning in chapter 4. In this chapter we will see deductive reasoning.
• The basic unit required for mathematical reasoning is a statement.
 

• Some basics about “statement” in mathematics can be written in 6 steps
1. Consider the following three sentences:
(i) In 2021, the President of USA was a woman.
(ii) A blue whale weighs more than an elephant.
(iii) This building is beautiful.
2. Let us analyze each sentence:
(i) When we read the first sentence, we immediately decide that, the sentence is false.
No doubt arises in our mind. That is., we can write with out any doubt that, the sentence is false.     
(ii) When we read the second sentence, we immediately decide that, the sentence is true.
No doubt arises in our mind. That is., we can write with out any doubt that, the sentence is true.
(iii) When we read the third sentence, some doubt can arise.
    ♦ Some people may consider the building to be beautiful.
    ♦ Some other people may consider the building to be ordinary.
    ♦ Yet some others may consider the building to be ugly.
• For a person who consider the building to be beautiful, the sentence is true.
• For a person who consider the building to be ordinary or ugly, the sentence is false.
• In such cases,
    ♦ We cannot say that the sentence is true.
    ♦ We cannot say that the sentence is false.
• That means:
There is a possibility that, the sentence is both true and false.
• In such situations, we say that:
    ♦ the sentence is ambiguous.
    ♦ or we say that: there is ambiguity in the sentence.
(The words ambiguous or ambiguity refers to the situation where a sentence has more than one possible meaning)
3. Now we can write a basic idea about statements:
• If there is no ambiguity in a sentence, then that sentence can be considered as a statement in mathematics.
• If there is ambiguity in a sentence, then that sentence is not considered as a statement in mathematics.
4. Let us consider the three sentences that we wrote in step (1).
• Sentences (i) and (ii) can be considered as statements in mathematics.
• Sentence (iii) is not considered as a statement in mathematics.
5. Let us write a precise definition for statement. It can be written in 3 steps:
(i) A sentence is called a mathematically acceptable statement if it is true.
(ii) A sentence is called a mathematically acceptable statement if it is false.
(iii) A sentence is not called a mathematically acceptable statement if it is both true and false.
6. From now on wards, whenever we say “statement”, it should be understood that, it is a mathematically acceptable statement.


Let us see a few more examples:
1. Consider the sentence:
Three plus five equal eight.
• This sentence is true. There is no ambiguity. So it is a statement.
2. Consider the sentence:
The sum of two positive numbers is positive.
• This sentence is true. There is no ambiguity. So it is a statement.
3. Consider the sentence:
All prime numbers are odd numbers.
• This sentence is false. There is no ambiguity. So it is a statement.  
(Recall that there is one and only one even prime number, which is ‘2’)
4. Consider the sentence:
The sum of x and y is greater than zero.
• On some occasions, this sentence is true.
   ♦ For example, when x = 3 and y = 8
• On some other occasions, this sentence is false.
   ♦ For example, when x = 3 and y = -8
• There is ambiguity in this sentence. So it is not a statement.
5. Consider the sentence:
For any two natural numbers x and y, the sum (x+y) is greater than zero.  
• This sentence is true. There is no ambiguity. So it is a statement.  
(Recall that natural numbers are: 1, 2, 3, 4, . . .)
6. Consider the sentence:
How beautiful !
• This is an exclamatory sentence. Exclamatory sentences convey strong emotion or excitement. They are not considered as statements in mathematics.
7. Consider the sentence:
Open the door.
• This sentence is an order. Orders are not considered as statements in mathematics.
8. Consider the sentence:
Where are you going ?
• This sentence is a question. Questions are not considered as statements in mathematics.
9. Consider the sentence:
Tomorrow is Friday.
• On some occasions (Thursdays), this sentence is true.
• On some other occasions (days other than Thursdays), this sentence is false.
• There is ambiguity in this sentence. So it is not a statement.
◼ Word “tomorrow” indicates variable time. It can be any day of the week. It depends on the day on which the sentence is written. Similar is the case with the words “today”,  and “yesterday”. If any of these three words are present in a sentence, then it cannot be considered as a statement in mathematics.
10. Consider the sentence:
Kashmir is far from here.
• On some occasions, this sentence is true.
For example, when the sentence is written at a place far away from Kashmir.
• On some other occasions, this sentence is false.
For example, when the sentence is written at a place close to Kashmir.
• There is ambiguity in this sentence. So it is not a statement.
◼ Word “here” indicates variable position. It can be any position in space. It depends on the position at which the sentence is written. Similar is the case with the word “there”. If any of these two words are present in a sentence, then it cannot be considered as a statement in mathematics.
11. Consider the sentence:
She is a mathematics graduate.
• On some occasions, this sentence is true.
For example, when the person represented by the pronoun “she” is a mathematics graduate.
• On some other occasions, this sentence is false.
For example, when the person represented by the pronoun “she” is not a mathematics graduate .
• There is ambiguity in this sentence. So it is not a statement.
◼ Pronoun “she” indicates variable person. It can be any person. Similar is the case with the pronouns “he”, “it”, “they” etc., If pronouns are present in a sentence, then it cannot be considered as a statement in mathematics.
12. Consider the sentence:
There are 30 days in a month.
• On some occasions, this sentence is true.
For example, when the month being referred to, is April.
• On some occasions, this sentence is false.
For example, when the month being referred to, is August.
• There is ambiguity in this sentence. So it is not a statement.
13. Consider the sentence:
There are 40 days in a month.
• This sentence is always false. There is no ambiguity. So it is a statement.
14.  Consider the sentence:
(x+y)2 = x2 + y2.
• On some occasions, this sentence is true.
   ♦ For example, when x = 1 and y = 0
• On some other occasions, this sentence is false.
   ♦ For example, when x = 2 and y = 3
• There is ambiguity in this sentence. So it is not a statement.
15. Consider the sentence:
There exists two real numbers x and y, such that (x+y)2 = x2 + y2.  
• This sentence is true. There is no ambiguity. So it is a statement.


• Statements are denoted by small letters p, q, r etc.,
• For example, consider the statement:
For any two natural numbers x and y, the sum (x+y) is greater than zero.  
• We can write:
p: For any two natural numbers x and y, the sum (x+y) is greater than zero.


Let us see some solved examples:

Solved example 14.1
Check whether the following sentences are statements. Give reasons for your answer.
(i) 8 is less than 6.
(ii) Every set is a finite set.
(iii) The sun is a star.
(iv) Mathematics is fun.
(v) There is no rain without clouds.
(vi) How far is Chennai from here ? 
Solution:
Part (i):
8 is less than 6.
• This statement is false. There is no ambiguity. So it is a statement.
Part (ii):
Every set is a finite set.
• This statement is false. There is no ambiguity. So it is a statement.
(There are sets which are not finite)
Part (iii):
The sun is a star.
• This statement is true. There is no ambiguity. So it is a statement.
(It is scientifically proven that, sun is a star)
Part (iv):
Mathematics is fun.
• For a person who is interested in mathematics, the sentence is true.
• For a person who is not interested in mathematics, the sentence is false.
• There is ambiguity in this sentence. So it is not a statement.
Part (v):
There is no rain without clouds.
• This statement is true. There is no ambiguity. So it is a statement.
(It is scientifically proven that, clouds are required for rain to occur)
Part (vi):
How far is Chennai from here ?
• This is a question. Also, the word "here" is present. So it is not a statement.


From the above discussion and examples, the following three points can be noted:
1. We will be asked to say whether a given sentence is a statement or not.
2. The answer can be any one of the two given below:
Yes. The given sentence is a statement.
No. The given sentence is not a statement.
3. But besides answering “Yes” or “No”, we must write the reason also.


The link to a few more solved examples is given below:

Exercise 14.1


In the next section, we will see New statements from old.

Previous

Contents

Next

Copyright©2023 Higher secondary mathematics.blogspot.com