Exam 5: Induction and Recursion

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

In questions give a recursive definition with initial condition(s). -The function f(n)=5n+2,n=1,2,3,f ( n ) = 5 n + 2 , n = 1,2,3 , \ldots

(Short Answer)
4.9/5
(33)

Use mathematical induction to show that n lines in the plane passing through the same point divide the plane into 2n regions. 2 n \text { regions. }

(Short Answer)
4.8/5
(42)

Use the Principle of Mathematical Induction to prove that 3(n3+3n2+2n) for all n13 \mid \left( n ^ { 3 } + 3 n ^ { 2 } + 2 n \right) \text { for all } n \geq 1

(Short Answer)
4.9/5
(40)

In questions give a recursive definition with initial condition(s). -The set {0,3,6,9,}\{ 0,3,6,9 , \ldots \}

(Short Answer)
4.9/5
(37)

Consider the following program segment: i:=1 total :=1 while i Let p be the proposition "total =i(i+1)2 and in." Use mathematical induction to prove that p is a loop \text { Let } p \text { be the proposition "total } = \frac { i ( i + 1 ) } { 2 } \text { and } i \leq n . " \text { Use mathematical induction to prove that } p \text { is a loop } invariant.

(Short Answer)
4.8/5
(38)

Use the Principle of Mathematical Induction to prove that 2(n2+n) for all n02 \mid \left( n ^ { 2 } + n \right) \text { for all } n \geq 0

(Short Answer)
4.8/5
(45)

Prove that all distributive law A1(A2An)=(A1A2)(A1An)A _ { 1 } \cap \left( A _ { 2 } \cup \cdots \cup A _ { n } \right) = \left( A _ { 1 } \cap A _ { 2 } \right) \cup \cdots \cup \left( A _ { 1 } \cap A _ { n } \right) is true for all n3n \geq 3

(Short Answer)
4.9/5
(35)

In questions give a recursive definition with initial condition(s) of the set S. - {3,7,11,15,19,23,}\{ 3,7,11,15,19,23 , \ldots \}

(Short Answer)
4.8/5
(45)

Verify that the program segment a:=2 b:=a+c is correct with respect to the initial assertion c = 3 and the final assertion b = 5.

(Short Answer)
5.0/5
(38)

A T -omino is a tile pictured at the right. Prove that every 2n×2n(n>1)2 ^ { n } \times 2 ^ { n } ( n > 1 ) chessboard can be tiled with T-ominoes.  A  T -omino is a tile pictured at the right. Prove that every  2 ^ { n } \times 2 ^ { n } ( n > 1 )  chessboard can be tiled with T-ominoes.

(Short Answer)
4.9/5
(37)

Use mathematical induction to prove that every integer amount of postage of six cents or more can be formed using 3-cent and 4-cent stamps.

(Short Answer)
4.8/5
(28)

In questions give a recursive definition with initial condition(s). -The set {1,5,9,13,17,}\{ 1,5,9,13,17 , \ldots \}

(Short Answer)
5.0/5
(43)

In questions give a recursive definition with initial condition(s). -The set {,4,2,0,2,4,6,}\{ \ldots , - 4 , - 2,0,2,4,6 , \ldots \}

(Short Answer)
4.8/5
(37)

Verify that the following program segment is correct with respect to the initial assertion T and the final assertion (x ≤ y ∧ max = y) ∨ (x > y ∧ max = x): if x ≤ y then max := y else max := x

(Essay)
4.8/5
(34)

In questions give a recursive definition with initial condition(s) of the set S. -All positive integer multiples of 5.

(Short Answer)
4.8/5
(38)

In questions give a recursive definition with initial condition(s). -The sequence a1=16,a2=13,a3=10,a4=7,a _ { 1 } = 16 , a _ { 2 } = 13 , a _ { 3 } = 10 , a _ { 4 } = 7 , \ldots

(Short Answer)
4.8/5
(37)

give a recursive definition (with initial condition(s)) of {an}(n=1,2,3,)\left\{ a _ { n } \right\} ( n = 1,2,3 , \ldots ) - an=21/2na _ { n } = 2 ^ { 1 / 2 ^ { n } }

(Short Answer)
4.9/5
(34)

Prove that 12+24+38++n2n=2n+12n2n\frac { 1 } { 2 } + \frac { 2 } { 4 } + \frac { 3 } { 8 } + \cdots + \frac { n } { 2 ^ { n } } = \frac { 2 ^ { n + 1 } - 2 - n } { 2 ^ { n } } for all n1n \geq 1

(Short Answer)
4.9/5
(40)

Find f(2) and f(3) if f(n)=f(n-1) / f(n-2), f(0)=2, f(1)=5 .

(Short Answer)
4.8/5
(37)

Suppose you wish to use the Principle of Mathematical Induction to prove that 11!+22!+33!++nn!=1 \cdot 1 ! + 2 \cdot 2 ! + 3 \cdot 3 ! + \cdots + n \cdot n ! = (n+1)!1 for all n1( n + 1 ) ! - 1 \quad \text { for all } n \geq 1 \text {. } (a) Write P(1) (b) Write P(5) (c) Write P(k) (d) Write P(k+1) (e) Use the Principle of Mathematical Induction to prove that P(n) is true for all n1n \geq 1

(Short Answer)
4.8/5
(33)
Showing 21 - 40 of 53
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)