Questions

1 Marks Question

Take a timed test

6 questions · self-marked practice — reveal the answer and mark yourself.

Question 11 Mark
If P(n) is the statement "n(n + 1) is even", then what is P(3)?
Answer
P(n): n(n + 1) is even.
P(3): 3(3 + 1) is even.
View full question & answer
Question 21 Mark
State the first principle of mathematical induction.
Answer
Let p(n) be a statement involving the natural number n such that:
p(1) is true
p(m + 1) is true, whenever p(m) is true
Then p(n) is true for all $\text{n}\in\text{N}$
This is called first principle of Mathematical Induction.
View full question & answer
Question 31 Mark
Write the set of value if n for which the statement p(n): 2n < n! is true.
Answer
N - {1, 2, 3} where N is the set of all natural numbers.
View full question & answer
Question 41 Mark
State the second principle of mathematical induction.
Answer
Let p(n) be a statement involving the natural number n such that:
p(1) is true
p(m + 1) is true, whenever p(m) is true for all $\text{n}\leq\text{m}$
Then p(n) is true for all $\text{n}\in\text{N}$
This is called first principle of Mathematical Induction.
View full question & answer
Question 51 Mark
If $p(n): 2 \times 4^{2n-1} + 3^{3n+1} $ is divisible by $\lambda$ for all $\text{n}\in\text{N}$ is true, then find the value of $\lambda$
Answer
$2 \times 42^{n+1}+ 33^{n+1}$
$= 2 \times 24^{n+2} + 3^{3n+1}$
$= 2^{4n+3} + 3^{3n+1}$ 
Given above expression is divisible by $\lambda$ for all $\text{n}\in\text{N}$
So lets check for $n = 1$
For $n = 2$
$= 2048 + 2187 = 4235$
Now its clearly evident that common factor for above numbers is $11$ so $\lambda = 11$
View full question & answer
Question 61 Mark
Given an example of a statement P(n) such that it is true for all $\text{n}\in\text{N}.$
Answer
P(n): $1 + 2 + 3 + ... + \text{n}=\frac{\text{n}(\text{n}+1)}{2}$ is true for all $\text{n}\in\text{N}.$
View full question & answer