Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Vote for Us! (July)
Voted

A recursive function, f, is defined by f(x,n) = 2*f(x,n-1) where n≥2 and f(x,n) = x where n=1 (x is real and n is a positive integer).

What is the value of f(3,3)?
[spoiler]
12

f(3,3) = 2*f(3,2) = 2*2*f(3,1) = 2*2*3 = 12[/spoiler]


Messages In This Thread
Vote for Us! (July) - by Mark - 07-01-2017, 08:21 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)