The function f is defined only on integer values as follows:
f ( x ) = { x + 1 0 f ( x − 5 ) when x < 1 0 when x ≥ 1 0
What is the maximum value of the function?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
its 19... got it wrong...said 20..
19,India
The function not defined for x>=10 so...the greatest value possible is 19 for x <10
Log in to reply
Can you explain what you mean by "The function is not defined for x>=10"? Are you saying that f(11) is not defined? If so, why not?
Sorry dude! But the function is well defined at x>=10!
i said 9......i thot it was asked wat is x....wasted 22 points
good solution
yes 19 is the correct answer
this question is incomplete . domain of x has not been specified . that is why according to me answer tends to 20 that is why i wrote 20
forgot about functions... :(
Since 9 is the largest value you can get in the x < 10 Then 9 + 10 = 19 19 is the answer
f(x)=x+10 is defined when x<10. hence it is a maximum when x=9, then 9+10= 19. f(x)=f(x-5) is defined only when x is equal or greater than 10. to derive the same maximum value for both condition, the value of x isn't necessary to be the same. f(x-5) can actually equal to x+10. then, what we need to ensure is f(x) for the first condition must be equal to the second condition ,f(x-5).hence,when the value of x for the first condition is 9 ,then the value of x for the second condition will be 14 and give u the same maximum value= 19.
for values greater than 10 function will go back like f(12) will be f(7) likewise so maximum value will be at 9 i. e. 19
what would be if suppose that our x=25?
Oh its pretty simple
In this function, we can see that if x>=10, then f(x)=f(x-5) and thus we can see that if we give any value of x>=10, it finally gets reduced to a form of f(x) with x<10. And so, the values of f(x) only lies between 0<x<10. We see that we get highest value of f(x) in f ( 9 ) = 9 + 1 0 = 1 9
f(x)=x+10 when x<10, put x value from 1 to 9. the last value is 9 so f(x)=9+10=19.
The recursion implies that all values of x greater than or equal to 10 will be reduced until it becomes less than 10. And for a value of x less than 10, the function has the greatest value at x = 9 in 19.
f ( 9 ) should be greatest, as x = 1 0 t o 1 4 ends up f ( x ) = f ( 5 ) t o f ( 9 )
This is a periodic relation. So, highest value, f ( 9 ) = 1 0 + 9 = 1 9
Problem Loading...
Note Loading...
Set Loading...
Since, x can have only integer values & x+10 is strictly increasing.
Therefore, (x+10) is max at x=9 i.e. f(9)=19.
Now,
At x=10; f(10)=f(10-5)= f(5)= 5+10=15;
At x=11; f(11)=f(11-5)=f(6)=16;
..................................
..................................
At x=14; f(14)= f(14-5)=19;
& At x=15; f(15)= f(15-5)=f(10)= f(10-5)= f(5)= 15
..................................................
......................................................
And thus the function periodically repeats itself and the max value achieved during this repetition is 19.