Exam 5: A: Induction and Recursion

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

give a recursive definition with initial condition(s). -The Fibonacci numbers 1, 1, 2, 3, 5, 8, 13, . . .

(Short Answer)
4.9/5
(37)

Use mathematical induction to prove that 1+3+9+27++3n=3n+112 for all n01 + 3 + 9 + 27 + \cdots + 3 ^ { n } = \frac { 3 ^ { n + 1 } - 1 } { 2 } \text { for all } n \geq 0 \text {. }

(Essay)
4.7/5
(32)

give a recursive definition with initial condition(s) of the set S . -The set of strings 1, 111, 11111, 1111111, . . .

(Short Answer)
4.8/5
(35)

give a recursive definition with initial condition(s). -The set {1, 1/3, 1/9, 1/27, . . .}

(Short Answer)
4.8/5
(22)

Suppose that the only paper money consists of 3-dollar bills and 10-dollar bills. Show that any dollar amount greater than 17 dollars could be made from a combination of these bills.

(Essay)
4.8/5
(35)

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

(Essay)
4.7/5
(40)

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

(Short Answer)
4.9/5
(33)

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

(Short Answer)
4.9/5
(30)

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.

(Essay)
4.8/5
(44)

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

(Short Answer)
4.9/5
(39)

Suppose you wish to prove that the following is true for all positive integers n by using mathematical induction: 1+3+5+...+(2 n-1)=n2 (a) Write P(1). (b) Write P(72). (c) Write P(73). (d) Use P(72) to prove P(73). (e) Write P(k). (f) Write P(k + 1). (g) Use mathematical induction to prove that P(n) is true for all positive integers n.

(Essay)
4.9/5
(46)

Use mathematical induction to prove that 2n+32n for all n42 n + 3 \leq 2 ^ { n } \text { for all } n \geq 4

(Essay)
4.7/5
(40)

Floor borders one foot wide and of varying lengths are to be covered with nonoverlapping tiles that are available in two sizes: 1×31 ^ { \prime } \times 3 ^ { \prime } and 1×51 ^ { \prime } \times 5 ^ { \prime } sizes. Assuming that the supply of each size is infinite, prove that every 1×n1 ^ { \prime } \times n ^ { \prime } border (n>7)( n > 7 ) can be covered with these tiles.

(Essay)
4.8/5
(32)

Use 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

(Essay)
4.9/5
(40)

Use mathematical induction to prove that n3>n2+3 for all n2n ^ { 3 } > n ^ { 2 } + 3 \text { for all } n \geq 2

(Essay)
4.8/5
(29)

Prove that j=n2n1(2j+1)=3n2 for all positive integers n\sum _ { j = n } ^ { 2 n - 1 } ( 2 j + 1 ) = 3 n ^ { 2 } \text { for all positive integers } n

(Essay)
4.8/5
(39)

Find f(2)f ( 2 ) and f(3)f ( 3 ) if f(n)=2f(n1)+6,f(0)=3f ( n ) = 2 f ( n - 1 ) + 6 , f ( 0 ) = 3

(Essay)
4.7/5
(29)

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

(Short Answer)
4.9/5
(39)

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.9/5
(47)

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

(Short Answer)
4.9/5
(33)
Showing 21 - 40 of 51
close modal

Filters

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