English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

please help me out here! heres the problem:

[x] is the greatest integer not greater than x.
if f(x)= [2x]-3x, find the value of f(0).

thats just one. there are others, such as f(0.5), f(-3.5), etc.

THANK YOU IN ADVANCE!

2006-08-30 15:47:23 · 4 answers · asked by Anonymous in Education & Reference Homework Help

4 answers

f(x) = [2x] - 3x is the same as f(x) = -x

so, f(0) = 0, f(.5) = -0.5, f(-3.5) = 3.5

2006-08-30 15:52:03 · answer #1 · answered by Illy 3 · 0 0

If [x] is the greatest integer not greater than x (floor function, basically), then for 0, it would still be 0.
So, 2(0) - 3(0) would indeed be 0.
However for f(0.5), the greatest integer would be 0. So, your function becomes 2(0) - 3(0.5), which gives -1.5.
For f(-3.5), the greatest integer would be -4. So, your function
becomes 2(-4) - 3(-3.5).
The rest of the values should be calculated similarly.

2006-08-31 04:22:24 · answer #2 · answered by AmyAKy 2 · 0 0

f(0) = [2*0] - 3*0 = [0] - 0 = 0

f(.5) = [2*.5] - 3*.5 = [1] - 1.5 = 1 - 1.5 = -.5

f(-3.5) = [2*-3.5] - 3*-3.5 = [-7] + 10.5 = -7 + 10.5 = 3.5

2006-08-30 16:22:24 · answer #3 · answered by LARRY R 4 · 0 0

You just plug in the number in parenthesis into the given problem, f(-3.5)= [2(-3.5)]-3(3.5)

f(-3.5)= 7- 10.5
f(-3.5)=-3.5

2006-08-30 15:57:16 · answer #4 · answered by PlatinumWeirdo 2 · 0 0

fedest.com, questions and answers