Q. 45

Question

If  f(x)=int(2x), find

  1. f1.2
  2. f1.6
  3. f-1.8

Step-by-Step Solution

Verified
Answer
  1. The value of f(1.2) is 2 .
  2. The value of f(1.6) is 3 .
  3. The value of f(-1.8) is -4 .
1Step 1. Given Information

We are given a function,

f(x)=int(2x)

The greatest integer function gives the integer less than or equal to the given number.

2Part(a) Step 1. Finding part(a)

Putting x=1.2 in the given function, we get

f(x)=int(2x)f(1.2)=int(2(1.2))f(1.2)=int(2.4)

The greatest integer less than 2.4 is 2, so

f(1.2)=2

3Part(b) Step 1. Finding part(b)

Putting x=1.6  in the given function, we get

f(x)=int(2x)f(1.6)=int(2(1.6))f(1.6)=int(3.2)

The greatest integer less than  3.2 is 3, so

f(1.6)=3

4Part(c) Step 1. Finding part(c)

Putting x=-1.8  in the given function, we get

f(x)=int(2x)f(-1.8)=int(2(-1.8))f(-1.8)=int(-3.6)

The greatest integer less than -3.6 is -4, so

f(-1.8)=-4