Loading [MathJax]/jax/element/mml/optable/BasicLatin.js
MCQExams
0:0:1
CBSE
JEE
NTSE
NEET
Practice
Homework
×
CBSE Questions for Class 11 Commerce Applied Mathematics Functions Quiz 9 - MCQExams.com
CBSE
Class 11 Commerce Applied Mathematics
Functions
Quiz 9
Let f :
R
→
R
be a function defined by f(x) =
x
3
+
x
2
+
3
x
+
s
i
n
×
.
Then f is.
Report Question
0%
one-one & onto
0%
one-one & into
0%
many one & onto
0%
many one & into
Explanation
f
(
x
)
=
x
3
+
x
2
+
3
x
+
sin
x
S
u
p
p
o
s
e
f
(
x
1
)
=
f
(
x
2
)
x
3
1
+
x
2
1
+
3
x
1
+
sin
x
1
=
x
2
+
x
2
+
sin
x
−
sin
x
2
E
q
u
a
t
i
n
g
a
b
o
v
e
e
q
u
a
t
i
o
n
s
t
o
0
x
3
1
+
x
2
1
+
3
x
1
+
sin
x
1
=
x
2
+
x
2
+
sin
x
−
sin
x
2
=
0
S
o
l
v
i
n
g
t
h
e
m
I
t
w
i
l
l
n
o
t
p
r
o
v
e
t
h
a
t
x
1
=
x
2
S
o
,
f
(
x
)
i
s
o
n
e
−
o
n
e
R
a
n
g
e
f
(
x
)
=
R
e
a
l
C
o
−
d
o
m
a
i
n
f
(
x
)
=
R
e
a
l
R
a
n
g
e
=
C
o
−
d
o
m
a
i
n
H
e
n
c
e
,
f
(
x
)
i
s
o
n
t
o
S
o
,
o
p
t
i
o
n
C
i
s
c
o
r
r
e
c
t
.
The domain of the definition of the function
f
(
x
)
=
1
4
−
x
2
+
log
(
x
3
−
x
)
is
Report Question
0%
(
1
,
2
)
∪
(
2
,
∞
)
0%
(
−
1
,
0
)
∪
(
1
,
2
)
∪
(
3
,
∞
)
0%
(
−
1
,
0
)
∪
(
1
,
2
)
∪
(
2
,
∞
)
0%
(
−
2
,
−
1
)
∪
(
−
1
,
0
)
∪
(
2
,
∞
)
Explanation
4
−
x
2
≠
0
;
x
3
−
x
>
0
x
=
±
2
;
x
(
x
−
1
)
(
x
+
1
)
>
0
∴
D
f
∈
(
−
1
,
0
)
∪
(
1
,
2
)
∪
(
2
,
∞
)
If working set window is too large _____________________.
Report Question
0%
it will not encompass entire locality
0%
it may overlap several localities
0%
it will cause memory problems
0%
none of the mentioned
Time complexity to check if an edge exists between two vertices would be __________.
Report Question
0%
O(V*V)
0%
O(V+E)
0%
O(1)
0%
O(E)
What is the definition for Ackermann's function?
Report Question
0%
A(1,i) = i+1 for i>=1
0%
A(i,j) = i+j for i>=j
0%
A(i,j) = i+j for i = j
0%
A(1,i) = i+1 for i<1
Let
f
:
R
→
R
be defined by
f
(
x
)
=
|
2
x
x
>
3
x
2
1
<
x
≤
3
3
x
x
≤
1
. Then
f
(
−
1
)
+
f
(
2
)
+
f
(
4
)
is?
Report Question
0%
9
0%
14
0%
5
0%
10
Explanation
f
(
−
1
)
+
f
(
2
)
+
f
(
4
)
=
−
3
+
4
+
8
=
9
.
Following code snippet is the function to insert a string in a trie. Find the missing line.
Report Question
0%
node = node.children[index];
0%
node = node.children[str.charAt(i + 1)];
0%
node = node.children[index++];
0%
node = node.children[index+++];
Function which is used to read strings is __________.
Report Question
0%
getch()
0%
getc()
0%
getstr()
0%
gets()
A function inside another function is called a _____ function.
Report Question
0%
Nested
0%
Sum
0%
Text
0%
None of these
LetN be the set of natural numbers and two functions f and g be defined as
f
,
g
:
N
→
N
such that
f
(
n
)
=
{
n
+
1
2
if
n
is odd
n
2
if
n
is even
and
g
(
n
)
=
n
−
(
−
1
)
n
.
Then fog is :
Report Question
0%
onto but not one-one.
0%
one-one but not onto.
0%
both one-one and onto.
0%
neither one-one nor onto.
A function
f
from the set of natural numbers to integers defined by
f
(
n
)
=
{
n
−
1
2
,
when n is odd
−
n
2
,
when n is even
is
Report Question
0%
neither one-one nor onto
0%
one-one but not onto
0%
onto but not one-one
0%
one-one and onto both
Explanation
o
n
e
−
o
n
e
test of
f
:
Let
x
1
and
x
2
be any two elements in the domain
(
N
)
.
C
a
s
e
I
:
When both
x
1
and
x
2
are even.
Let
f
(
x
1
)
=
f
(
x
2
)
⇒
−
x
1
2
=
x
2
2
⇒
−
x
1
=
−
x
2
⇒
x
1
=
x
2
C
a
s
e
I
I
:
When both
x
1
and
x
2
are odd.
Let
f
(
x
1
)
=
f
(
x
2
)
⇒
x
1
−
1
2
=
x
2
−
1
2
⇒
x
1
−
1
=
x
2
−
1
⇒
x
1
=
x
2
C
a
s
e
I
I
I
:
When
x
1
be even and
x
2
be odd.
Then,
f
(
x
1
)
=
−
x
1
2
and
f
(
x
2
)
=
x
2
−
1
2
Then clearly,
⇒
x
1
≠
x
2
⇒
f
(
x
1
)
≠
f
(
x
2
)
From, all the cases, we can say that,
f
is one-one.
o
n
t
o
test of
f
:
Co-domain of
f
=
Z
=
{
.
.
.
.
,
−
3
,
−
2
,
−
1
,
0
,
1
,
2
,
3
,
.
.
.
}
Range of
f
=
{
.
.
.
,
−
2
−
1
2
,
−
(
−
2
)
2
,
−
1
−
1
2
,
0
2
,
1
−
1
2
,
−
2
2
,
3
−
1
2
,
.
.
.
}
Range of
f
=
{
.
.
.
,
−
2
,
1
,
−
1
,
0
,
0
,
−
1
,
1
,
.
.
}
⇒
Co-domain of
f
=
Range of
f
∴
f
is onto.
The function
f
:
A
→
B
defined by
f
(
x
)
=
−
x
2
+
6
x
−
8
is a bijection, if
Report Question
0%
A
=
(
−
∞
,
3
]
;
B
=
(
−
∞
,
1
]
0%
A
=
[
−
3
,
∞
)
;
B
=
(
−
∞
,
1
]
0%
A
=
(
−
∞
,
3
]
;
B
=
[
1
,
∞
)
0%
A
=
[
3
,
∞
)
;
B
=
[
1
,
∞
)
Explanation
f
(
x
)
=
−
x
2
+
6
x
−
8
We can see function is a polynomial and the domain of polynomial function is real number.
∴
x
∈
R
f
(
x
)
=
−
x
2
+
6
x
−
8
=
−
(
x
2
−
6
x
+
8
)
=
−
(
x
2
−
6
x
+
9
−
1
)
=
−
(
x
−
3
)
2
+
1
Maximum value of
−
(
x
−
3
)
2
would be
0
∴
Maximum value of
−
(
x
−
3
)
2
+
1
would be
1.
∴
f
(
x
)
∈
(
−
∞
,
1
]
We can see from the given graph that function is symmetrical about
x
=
3
and the given function is bijective.
So,
x
would be either
(
−
∞
,
3
]
or
[
3
,
∞
)
The correct option which satisfy
A
and
B
both is:
A
=
(
−
∞
,
3
]
and
B
=
(
−
∞
,
1
]
Which of the following functions from
Z
to itself are bijections?
Report Question
0%
f
(
x
)
=
x
3
0%
f
(
x
)
=
x
+
2
0%
f
(
x
)
=
2
x
+
1
0%
f
(
x
)
=
X
2
+
x
Explanation
(
A
)
f
(
x
)
=
x
3
o
n
e
−
o
n
e
test:
Let
x
1
and
x
2
be the elements in the domain such that,
f
(
x
1
)
=
f
(
x
2
)
⇒
x
3
1
=
x
3
2
⇒
x
1
=
x
2
∴
f
is one-one.
o
n
t
o
test :
Let
y
be an element in the co-domain
(
Z
)
,
such that,
f
(
x
)
=
y
⇒
x
3
=
y
Consider
y
=
3
⇒
x
3
=
3
⇒
x
=
3
√
3
∉
Z
∴
f
is not onto.
∴
f
is not bijection.
(
B
)
f
(
x
)
=
x
+
2
o
n
e
−
o
n
e
test:
Let
x
1
and
x
2
be the elements in the domain such that,
f
(
x
1
)
=
f
(
x
2
)
⇒
x
1
+
2
=
x
2
+
2
⇒
X
1
=
x
2
∴
f
is one-one.
o
n
t
o
test :
Let
y
be an element in the co-domain
(
Z
)
,
such that,
f
(
x
)
=
y
⇒
x
+
2
=
y
⇒
x
=
y
−
2
∈
Z
(
D
o
m
a
i
n
)
∴
f
is onto
∴
f
is bijection.
(
C
)
f
(
x
)
=
2
x
+
1
o
n
e
−
o
n
e
test:
Let
x
1
and
x
2
be the elements in the domain such that,
f
(
x
1
)
=
f
(
x
2
)
⇒
2
x
1
+
1
=
2
x
2
+
1
⇒
2
x
1
=
2
x
2
⇒
x
1
=
x
2
∴
f
is one-one.
o
n
t
o
test :
Let
y
be an element in the co-domain
(
Z
)
,
such that,
f
(
x
)
=
y
⇒
2
x
+
1
=
y
Consider
y
=
4
⇒
2
x
+
1
=
4
⇒
2
x
=
3
⇒
x
=
3
2
∉
Z
∴
f
is not onto.
∴
f
is not bijection.
(
D
)
f
(
x
)
=
x
2
+
x
⇒
f
(
0
)
=
(
0
)
2
+
0
=
0
⇒
f
(
−
1
)
=
(
−
1
)
2
+
(
−
1
)
=
1
−
1
=
0
We can see that
0
and
−
1
have the same image.
∴
f
is not on-one.
∴
f
is not bijection.
Let
M
be the set of all
2
×
2
matrices with entries from the set
R
of real numbers. Then the function
f
:
M
→
R
defined by
f
(
A
)
=
|
A
|
for every
A
∈
M
, is
Report Question
0%
one-one and onto
0%
neither one-one nor onto
0%
one-one but not onto
0%
onto but not one-one
Explanation
M
=
{
A
=
[
a
b
c
d
]
:
a
,
b
,
c
,
d
∈
R
}
f
:
M
→
R
is given by
f
(
A
)
=
|
A
|
I
n
j
e
c
t
i
v
i
t
y
:
f
(
[
0
0
0
0
]
)
=
|
0
0
0
0
|
=
0
and
f
(
[
1
0
0
0
]
)
=
|
1
0
0
0
|
=
0
⇒
f
(
[
0
0
0
0
]
)
=
f
(
[
1
0
0
0
]
)
=
0
So,
f
is not one-one.
S
u
r
j
e
c
t
i
v
i
t
y
:
Let
f
(
A
)
=
y
,
A
=
[
a
b
c
d
]
⇒
|
a
b
c
d
|
=
y
⇒
a
d
−
b
c
=
y
⇒
a
,
b
,
c
,
d
∈
R
implies
y
∈
R
⇒
CoDomain=Range.
∴
f
is onto.
If a function
f
:
(
2
,
∞
)
→
B
defined by
f
(
x
)
=
x
2
−
4
x
+
5
is a bijection, then
B
=
Report Question
0%
R
0%
[
1
,
∞
)
0%
(
0
,
1
]
0%
[
0
,
1
)
Explanation
Since,
f
is a bijection,
Co-domain of
f
=
Range of
f
⇒
B
=
range of
f
⇒
f
(
x
)
=
x
2
−
4
x
+
5
Let
f
(
x
)
=
y
⇒
y
=
x
2
−
4
x
+
5
⇒
x
2
−
4
x
+
(
5
−
y
)
=
0
∵
,
D
=
b
2
−
4
a
c
≥
0
,
⇒
(
−
4
)
2
−
4
×
1
×
(
5
−
y
)
≥
0
⇒
16
−
20
+
4
y
≥
0
⇒
4
y
≥
4
⇒
y
≥
1
⇒
y
∈
[
1
,
∞
)
⇒
Range of
f
=
[
1
,
∞
)
⇒
B
=
[
1
,
∞
)
Let
f
:
Z
→
Z
be given by
f
(
x
)
=
{
x
2
,
if
x
is even
0
,
if
x
is odd
. Then,
f
is
Report Question
0%
onto but not one-one
0%
one-one but not onto
0%
one-one and onto
0%
neither one-one nor onto
Explanation
I
n
j
e
c
t
i
v
i
t
y
:
Let
x
1
and
x
2
be two elements in the domain
(
Z
)
, such that,
f
(
x
1
)
=
f
(
x
2
)
C
a
s
e
I
:
Let both
x
1
and
x
2
be even.
Then,
f
(
x
1
)
=
f
(
x
2
)
⇒
x
1
2
=
x
2
2
⇒
x
1
=
x
2
C
a
s
e
I
I
:
Let both
x
1
and
x
2
be odd.
Then,
f
(
x
1
)
=
f
(
x
2
)
⇒
0
=
0
Here, we cannot determine whether
x
1
=
x
2
.
So,
f
is not one-one.
S
u
r
j
e
c
t
i
v
i
t
y
:
Let
y
be an element in the co-domain
(
Z
)
, such that
Co-domain of
f
=
Z
=
{
0
,
±
1
,
±
2
,
±
3
,
±
4
,
.
.
.
}
Range of
f
=
{
0
,
0
,
±
2
2
,
0
,
±
4
2
,
.
.
.
}
=
{
0
,
±
1
,
±
2
,
.
.
.
.
}
⇒
Co-domain of
f
=
Range of
f
∴
f
is onto.
.
Which of the following functions from
A
=
{
x
:
−
1
≤
x
≤
1
}
to itself are bijections?
Report Question
0%
f
(
x
)
=
x
2
0%
g
(
x
)
=
sin
(
π
x
2
)
0%
h
(
x
)
=
|
x
|
0%
k
(
x
)
=
x
2
Explanation
(
A
)
Range of
f
=
[
−
1
2
,
1
2
]
≠
A
So,
f
is not a bijection.
(
B
)
Range
=
[
sin
(
−
π
2
)
,
sin
(
π
2
)
]
=
[
−
1
,
1
]
=
A
So,
g
is a bijection.
(
C
)
h
(
−
1
)
=
|
−
1
|
=
1
And
h
(
1
)
=
|
1
|
=
1
⇒
−
1
and
1
have the same images
So,
h
is not a bijection.
(
D
)
k
(
−
1
)
=
(
−
1
)
2
=
1
And
k
(
1
)
=
(
1
)
2
=
1
⇒
−
1
and
1
have the same images.
So,
k
is not a bijection.
The function
f
:
[
−
1
2
,
1
2
]
→
[
−
π
2
,
π
2
]
defined by
f
(
x
)
=
sin
−
1
(
3
x
−
4
x
3
)
is
Report Question
0%
bijection
0%
injection but not a surjection
0%
surjection but not an injection
0%
neither injection nor a surjection
Explanation
f
(
x
)
=
sin
−
1
(
3
x
−
4
x
3
)
f
(
x
)
=
3
sin
−
1
x
o
n
e
−
o
n
e
test of
f
:
Let
x
1
and
x
2
be two elements in the domain
[
−
1
2
,
1
2
]
,
such that,
f
(
x
1
)
=
f
(
x
2
)
⇒
3
sin
−
1
x
=
3
sin
−
1
x
2
⇒
sin
−
1
x
=
sin
−
1
x
2
⇒
x
1
=
x
2
∴
f
is one-one.
o
n
t
o
test :
Let
y
be element in the co-domain, such that
f
(
x
)
=
y
⇒
3
s
i
n
−
1
(
x
)
=
y
⇒
sin
−
1
(
x
)
=
y
3
⇒
x
=
sin
y
3
∈
[
−
1
2
,
1
2
]
∴
f
is onto.
Since it is one-one and onto both then,
f
is a bijection.
If
g
(
x
)
=
x
2
+
x
−
2
and
1
2
(
g
∘
f
(
x
)
)
=
2
x
2
−
5
x
+
2
, then
f
(
x
)
is equal to
Report Question
0%
2
x
−
3
0%
2
x
+
3
0%
2
x
2
+
3
x
+
1
0%
2
x
2
−
3
x
−
1
Explanation
We will solve this problem by the trial and error method.
Let us check option
A
first.
If
f
(
x
)
=
2
x
−
3
g
(
x
)
=
x
2
+
x
−
2
[ Given ]
⇒
1
2
(
g
∘
f
)
(
x
)
=
g
[
f
(
x
)
]
=
1
2
g
(
2
x
−
3
)
=
1
2
[
(
2
x
−
3
)
2
+
(
2
x
−
3
)
−
2
]
=
1
2
[
4
x
2
+
9
−
12
x
+
2
x
−
3
−
2
]
=
1
2
[
4
x
2
−
10
x
+
4
]
=
2
x
2
−
5
x
+
2
The given condition is satisfied by
A
.
A function
f
from the set of natural numbers to the set of integers defined by
f
(
n
)
=
{
n
−
1
2
,
when n is odd
−
n
2
,
when n is even
Report Question
0%
neither one-one nor onto
0%
one-one but not onto
0%
onto but not one-one
0%
one-one and onto both
Explanation
o
n
e
−
o
n
e
test of
f
:
Let
x
1
and
x
2
be any two elements in the domain
(
N
)
.
C
a
s
e
I
:
When both
x
1
and
x
2
are even.
Let
f
(
x
1
)
=
f
(
x
2
)
⇒
−
x
1
2
=
x
2
2
⇒
−
x
1
=
−
x
2
⇒
x
1
=
x
2
C
a
s
e
I
I
:
When both
x
1
and
x
2
are odd.
Let
f
(
x
1
)
=
f
(
x
2
)
⇒
x
1
−
1
2
=
x
2
−
1
2
⇒
x
1
−
1
=
x
2
−
1
⇒
x
1
=
x
2
C
a
s
e
I
I
I
:
When
x
1
be even and
x
2
be odd.
Then,
f
(
x
1
)
=
−
x
1
2
and
f
(
x
2
)
=
x
2
−
1
2
Then clearly,
⇒
x
1
≠
x
2
⇒
f
(
x
1
)
≠
f
(
x
2
)
From, all the cases, we can say that,
f
is one-one.
o
n
t
o
test of
f
:
Co-domain of
f
=
Z
=
{
.
.
.
.
,
−
3
,
−
2
,
−
1
,
0
,
1
,
2
,
3
,
.
.
.
}
Range of
f
=
{
.
.
.
,
−
2
−
1
2
,
−
(
−
2
)
2
,
−
1
−
1
2
,
0
2
,
1
−
1
2
,
−
2
2
,
3
−
1
2
,
.
.
.
}
Range of
f
=
{
.
.
.
,
−
2
,
1
,
−
1
,
0
,
0
,
−
1
,
1
,
.
.
}
⇒
Co-domain of
f
=
Range of
f
∴
f
is onto.
If
n
≥
2
then the number of surjections that can be defined from
{
1
,
2
,
3
,
.
.
.
.
.
.
.
n
}
onto
{
1
,
2
}
is
Report Question
0%
2
n
0%
n
P
2
0%
2
n
0%
2
n
−
2
Explanation
Let
A
=
{
1
,
2
,
3
,
.
.
.
,
n
}
and
B
=
{
1
,
2
}
.
Therefore, total number of mappings from
A
to
B
is
2
n
of which two functions
f
(
x
)
=
1
for all
x
∈
A
and
g
(
x
)
=
2
for all
x
∈
A
are not surjective.
Thus, the total number of surjections from
A
to
B
is
2
n
−
2
.
The function
f
:
R
→
R
defined by
f
(
x
)
=
(
x
−
1
)
(
x
−
2
)
(
x
−
3
)
is
Report Question
0%
one-one but not onto
0%
onto but not one-one
0%
both one and onto
0%
neither one-one nor onto
Explanation
f
(
x
)
=
(
x
−
1
)
(
x
−
2
)
(
x
−
3
)
o
n
e
−
o
n
e
test:
⇒
f
(
1
)
=
(
1
−
1
)
(
1
−
2
)
(
1
−
3
)
=
0
⇒
f
(
2
)
=
(
2
−
1
)
(
2
−
2
)
(
2
−
3
)
=
0
⇒
f
(
3
)
=
(
3
−
1
)
(
3
−
1
)
(
3
−
3
)
=
0
⇒
f
(
1
)
=
f
(
2
)
=
f
(
3
)
=
0
We can see,
1
,
2
,
3
has same image
0.
∴
f
is not one-one.
o
n
t
o
test:
Let
y
be an element in the co-domain
R
,
such that
y
=
f
(
x
)
⇒
y
=
(
x
−
1
)
(
x
−
2
)
(
x
−
3
)
Since,
y
∈
R
and
x
∈
R
.
∴
f
is onto.
If
g
(
x
)
=
x
2
+
x
−
1
and
(
g
o
f
)
(
x
)
=
4
x
2
−
10
x
+
5
, then
f
(
5
4
)
is equal to:
Report Question
0%
3
2
0%
1
2
0%
−
3
2
0%
−
1
2
Explanation
g
(
x
)
=
x
2
+
x
−
1
g
(
f
(
5
4
)
)
=
4
(
5
4
)
2
−
10
5
4
+
5
=
−
5
4
g
(
f
(
5
4
)
)
=
f
2
(
5
4
)
+
f
(
5
4
)
−
1
−
5
4
=
f
2
(
5
4
)
+
f
(
5
4
)
−
1
f
2
(
5
4
)
+
f
(
5
4
)
+
1
4
=
0
(
f
(
5
4
)
+
1
2
)
2
=
0
f
(
5
4
)
=
−
1
2
Let
S
be the set of all real roots of the equation,
3
x
(
3
x
−
1
)
+
2
=
|
3
x
−
1
|
+
|
3
x
−
2
|
. Then
S
:
Report Question
0%
contains at least four elements
0%
is a singleton
0%
is an empty set
0%
contains exactly two elements
Explanation
3
x
(
3
x
−
1
)
+
2
=
|
3
x
−
1
|
+
|
3
x
−
2
|
Let
3
x
=
t
So,
t
(
t
−
1
)
+
2
=
|
t
−
1
|
+
|
t
−
2
|
⇒
t
2
−
t
+
2
=
|
t
−
1
|
+
|
t
−
2
|
f
(
t
)
=
t
2
−
t
+
2
[green curve]
g
(
t
)
=
|
t
−
1
|
+
|
t
+
2
|
[blue curve]
we plot
f
(
t
)
=
t
2
−
t
+
2
and
g
(
t
)
=
|
t
−
1
|
+
|
t
+
2
|
these two curves intersect at two points but only one root is positive.
As
3
x
is always positive, therefore only positive value of
t
will be the solution.
Therefore, we have only one solution.
If
f
(
x
)
=
x
+
1
x
−
1
, then the valueof
f
(
f
(
x
)
)
is equal to
Report Question
0%
x
0%
0
0%
−
x
0%
1
Explanation
f
(
x
)
=
x
+
1
x
−
1
∴
f
(
f
(
x
)
)
=
f
(
x
+
1
x
−
1
)
x
+
1
x
−
1
+
1
x
+
1
x
−
1
−
1
=
x
+
1
+
x
−
1
x
+
1
−
x
+
1
=
2
x
2
=
x
Let
f
:
x
→
y
be such that
f
(
1
)
=
2
and
f
(
x
+
y
)
=
f
(
x
)
f
(
y
)
for all natural numbers x and y. If
n
∑
k
=
1
f
(
a
+
k
)
=
16
(
2
n
−
1
)
, then a is equal to
Report Question
0%
3
0%
4
0%
5
0%
6
0%
7
Explanation
We have,
f
(
1
)
=
2
and
f
(
x
+
y
)
=
f
(
x
)
.
f
(
y
)
Now,
f
(
2
)
=
f
(
1
+
1
)
=
f
(
1
)
.
f
(
1
)
=
2.2
=
2
2
f
(
3
)
=
f
(
2
+
1
)
+
f
(
2
)
.
f
(
1
)
=
2
2
.2
=
2
3
and so on
∴
f
(
x
)
=
2
n
......(i)
Now, we have
n
∑
k
=
1
f
(
a
+
k
)
=
16
(
2
n
−
1
)
⇒
f
(
a
+
1
)
+
f
(
a
+
2
)
+
−
−
−
−
f
(
a
+
n
)
=
16
(
2
n
−
1
)
⇒
f
(
a
)
.
f
(
1
)
+
f
(
a
)
.
f
(
2
)
+
−
−
−
−
−
f
(
a
)
.
f
(
n
)
=
16
(
2
n
−
1
)
⇒
f
(
a
)
=
[
f
(
1
)
+
f
(
2
)
+
−
−
−
f
(
n
)
]
=
16
(
2
n
−
1
)
⇒
f
(
a
)
[
2
+
2
2
+
−
−
−
−
+
2
n
]
=
16
(
2
n
−
1
)
⇒
f
(
a
)
.
[
2
(
2
n
−
1
)
2
−
1
]
=
16
(
2
n
−
1
)
⇒
2
f
(
a
)
.
(
2
n
−
1
)
=
16.
(
2
n
−
1
)
⇒
f
(
a
)
=
8
⇒
2
a
=
8
[
∵
f
(
x
)
=
2
n
⇒
f
(
a
)
=
2
a
]
⇒
2
a
=
2
3
=
a
=
3
If
f
(
x
)
=
(
4
x
+
3
)
(
6
x
−
4
)
,
x
≠
2
3
then
(
f
o
f
)
(
x
)
=
?
Report Question
0%
x
0%
(
2
x
−
3
)
0%
4
x
−
6
3
x
+
4
0%
None of these
If
f
(
x
)
=
3
√
3
−
x
3
then
(
f
o
f
)
(
x
)
=
?
Report Question
0%
x
1
/
3
0%
x
0%
(
1
−
x
1
/
3
)
0%
None of these
Let
f
:
R
→
R
:
f
(
x
)
=
x
+
1
and
g
:
R
→
R
:
g
(
x
)
=
2
x
−
3
.
Find
(
f
+
g
)
(
x
)
.
Report Question
0%
3
x
−
2
0%
4
x
−
5
0%
3
x
−
4
0%
2
x
−
3
Explanation
Given ,
f
(
x
)
=
x
+
1
,
g
(
x
)
=
2
x
−
3
⟹
(
f
+
g
)
x
=
f
(
x
)
+
g
(
x
)
=
x
+
1
+
2
x
−
3
=
3
x
−
2
If
f
(
x
)
=
|
x
−
2
|
and
g
(
x
)
=
f
o
f
(
x
)
, then for
x
>
20
,
g
′
(
x
)
=
Report Question
0%
2
0%
1
0%
3
0%
None of these
If
f
′
(
x
)
=
g
(
x
)
and
g
′
(
x
)
=
−
f
(
x
)
for all
x
and
f
(
2
)
=
4
=
f
′
(
2
)
then
f
2
(
19
)
+
g
2
(
19
)
is
Report Question
0%
16
0%
32
0%
64
0%
None of these
The value of f(0), so that the function
f(x) =
2
x
−
s
i
n
−
1
x
2
x
+
t
a
n
−
1
x
is continuous at each point in its domain, is equal to
Report Question
0%
2
0%
1/3
0%
2/3
0%
-1/3
Explanation
The function f is clearly continuous at each point in its domain except possibly at x=0 Given that f(x) is continuous at x=0
Therfore,f (0) =
l
i
m
x
→
0
f
(
x
)
=
l
i
m
x
→
0
2
x
−
s
i
n
−
1
x
2
x
+
t
a
n
−
1
x
=
l
i
m
x
→
0
2
−
(
s
i
n
−
1
x
)
x
2
+
(
t
a
n
−
1
x
)
x
2
−
1
2
+
1
=
1
3
let
f
(
x
)
=
s
i
n
2
x
/
2
+
c
o
s
2
x
/
2
and
g
(
x
)
=
s
e
c
2
x
−
t
a
n
2
x
.
The two functions are equal over the set
Report Question
0%
ϕ
0%
R
0%
R
−
x
:
x
(
2
n
+
1
)
π
2
,
n
∈
1
0%
None of these
Let
f
(
n
)
denote the number of different ways in which the positive integer
n
can be expressed as the sum of
1
s
and
2
s
. For example,
f
(
4
)
=
5
, since
4
=
2
+
2
=
2
+
1
+
1
=
1
+
2
+
1
=
1
+
1
+
2
=
1
+
1
+
1
+
1
. Note that order of
1
s
and
2
s
is important.
f
:
N
→
N
is
Report Question
0%
One-one and onto
0%
One-one and into
0%
Many-one and onto
0%
Many-one and into
Explanation
6
=
0
(
2
)
+
6
(
1
)
=
1
(
2
)
+
4
(
1
)
=
2
(
2
)
+
2
(
1
)
=
3
(
2
)
+
0
(
1
)
Number of
2
s
Number of
1
s
Number of permutations
0
6
1
1
4
5
!
4
!
=
5
2
2
4
!
2
!
2
!
=
6
3
0
3
!
3
!
=
1
T
o
t
a
l
=
13
∴
f
(
6
)
=
13
Now,
f
(
f
(
6
)
)
=
f
(
13
)
Number of
1
s
Number of
2
s
Number of permutations
13
0
1
11
1
12
!
11
!
=
12
9
2
11
!
9
!
2
!
=
55
7
3
10
!
7
!
3
!
=
120
5
4
9
!
5
!
4
!
=
126
3
5
8
!
3
!
5
!
=
56
1
6
7
!
6
!
=
7
T
o
t
a
l
=
377
∴
f
(
f
(
6
)
)
=
f
(
13
)
=
377
f
(
1
)
=
1
(
1
)
f
(
2
)
=
2
(
1
,
1
or
2
)
f
(
3
)
=
3
(
1
,
1
,
1
o
r
2
,
1
o
r
1
,
2
)
f
(
4
)
=
5
(explained in the paragraph)
By taking higher value of
n
in
f
(
n
)
, we always get more value of
f
(
n
)
. Hence,
f
(
x
)
is one-one. Clearly,
f
(
x
)
is into.
The domain of the function
√
(
log
5
x
)
is
Report Question
0%
(
1
,
∞
)
0%
(
0
,
∞
)
0%
(
0
,
1
)
0%
(
0.5
,
1
)
The function
f
(
x
)
=
(
3
x
−
1
)
2
sin
x
.
ln
(
1
+
x
)
,
x
≠
0
, is continuous at
x
=
0
. Then the value of
f
(
0
)
is
Report Question
0%
2log 3
0%
(
log
e
3
)
2
0%
log
e
6
0%
None of these
Explanation
Given f(x) is continuous at
x
=
0
⇒
lim
\Rightarrow \underset{x\rightarrow 0}{\lim}\dfrac{(3^{x}-1)^{2}}{\sin x\ln(1+x)}=f(0)
\Rightarrow f(0)=\underset{x\rightarrow 0}{\lim} \dfrac{\bigg({\dfrac{3^x-1}{x}}\bigg)^2}{\dfrac{\sin x}{x}\dfrac{\ln(1+x)}{x}}=
(\log_e3)^{2}
The domain of the function
f(x) = \left [ log_{10} \left ( \frac{5x - x^{2}} {4} \right ) \right]^{1/2}
is
Report Question
0%
- \infty < x < \infty
0%
1 \leqslant x \leqslant 4
0%
4 \leqslant x \leqslant 16
0%
-1 \leqslant x \leqslant 1
Explanation
We have
f(x) = \left [ log_{10} \left ( \frac{5x - x^{2}} {4} \right ) \right]^{1/2}
From (1), clearly f(x) is defined for those values of x for
which
log_{10} \left [\frac{5x - x^{2}} {4} \right] \geq 0
\Rightarrow \left (\frac {5x - x^{2}} {4} \right ) \geq 10^{0}
\Rightarrow \left (\frac {5x - x^{2}} {4} \right ) \geq 1
\Rightarrow x^{2} - 5x + 4 \leq 0
\Rightarrow (x - 1) (x - 4) \leq 0
Hence the domain of the function is [1, 4]
The domain of
f(x) = \log| \log {x}|
is
Report Question
0%
\left(0, \infty\right )
0%
\left(1, \infty\right )
0%
\left(0, 1\right )\cup \left(1, \infty \right )
0%
\left(-\infty, 1\right )
Explanation
f(x) = \log| \log {x}|
, f(x) is defined if
|log \space x| > 0
and x > 0, i.e.,
if x > 0 and
x \neq 1
(\therefore |log \space x| > 0 \space if \space x \neq 1)
\Rightarrow x \epsilon (0, 1) \cup (1, \infty)
Which of the following is not true about
h_1(x)
?
Report Question
0%
It is periodic function with period
\pi
0%
Range is [0,1]
0%
Domain if R
0%
None of these
If f:
R\rightarrow R
be given by
f(x) = 3 + 4x
and
a_n = A + Bx
, then which of the following is not true?
Report Question
0%
A + B + 1 =
2^{2n + 1}
0%
| A - B| = 1`
0%
\displaystyle \lim_{n \to \infty} \dfrac{A}{B} = -1
0%
None of these
Explanation
Since
a_1 = g(x) = 3 + 4x
\therefore a_2 = g\{g^2(x)\} = g(3+4x) = 3 + 4(3+4x) = (4^2 - 1) + 4^x
a_3 = g\{g^(x)\} = g(15 + 4^2x) = 3 + 4 (15 + 4^2x) = 63 + 4^3x = (4^3 - 1) + 4^3 x
Similarly, we get
a_n = (4^n - 1) + 4^n x
\Rightarrow A = 4^n - 1 \space and B = 4^n
\Rightarrow A + B + 1 = 2^{2n + 1}, |a - b| = 1\space and\space lim_{n \to \infty}\dfrac{4^n - 1}{4^n}
= lim_{n \to \infty}\left(1 - \dfrac{1}{4^n}\right) = 1
Let
f(x) + f(y) = f(x\sqrt{1 - y^2} + y\sqrt{1 - x^2})
(f(x) is not identically zero) the.
Report Question
0%
f(4x^3 - 3x) + 3f(x) = 0
0%
f(4x^3 - 3x) = 3f(x)
0%
f(2x\sqrt{1-x^2}) + 2f(x) = 0
0%
f(2x\sqrt{1-x^2}) = 2f(x)
Consider two functions
f(x) = \begin{cases} [x], -2 \leq x \leq -1\\ |x| + 1, -1 < x \leq 2 \end{cases}
and g(x) =
\begin{cases} [x], -\pi \leq x < 0 \\ sin x, 0 \leq x \leq \pi \end{cases}
where [.] denotes thegreatest integer function
The exhaustive domain of g(f(x)) is
Report Question
0%
[0,2]
0%
[-2, 0]
0%
[-2,2]
0%
[-1,2]
The graph of y = g(x) in its domain is broken at
Report Question
0%
1 point
0%
2 point
0%
3 point
0%
None of these
Let
g(x) = f(x) - 1
. If
f(x) + f(1 - x) = 2 \space \forall \space x \space \epsilon \space R
, then
g(x)
is symmetrical about
Report Question
0%
Origin
0%
The line
x = \frac{1} {2}
0%
The point
\left (1, 0 \right )
0%
The point
\left (\frac {1} {2}, 0 \right )
Domain (D) and range (R) of
f(x) = \sin^{-1}\left (\cos^{-1} [x] \right )
where [.] denotes the greatest integer function is
Report Question
0%
D \equiv x \epsilon \left [ 1, 2 \right ), R \epsilon \left \{0 \right \}
0%
D \equiv x \epsilon \left [ 0, 1 \right ], R \equiv \left \{-1, 0, 1 \right \}
0%
D \equiv x \epsilon \left [ -1, 1 \right ), R \epsilon \left \{0, \sin^{-1} \left (\frac{\pi} {2}\right), \sin^{-1} (\pi) \right \}
0%
D \equiv x \epsilon \left [-1, 1 \right ), R \epsilon \left \{-\frac{\pi} {2}, 0 , \frac{\pi} {2} \right \}
g(f(x)) is not defined if
Report Question
0%
a\space \epsilon ( 10, \infty) b\space \epsilon (5, \infty)
0%
a\space \epsilon ( 4, 10) b\space \epsilon (5, \infty)
0%
a\space \epsilon ( 10, \infty) b\space \epsilon (0, 1)
0%
a\space \epsilon ( 4, 10) b\space \epsilon (1, 5)
Let
A=\left\{0,1\right\}
and
N
be the set of natural numbers. Then, the mapping
f:N\to A
defined by
f(2n-1)=0, f(2n)=1, \forall n \in R
, is onto.
Report Question
0%
True
0%
False
Explanation
True
Given
A
=
{
0
,
1
}
A={0,1}
is onto.
For set
A, B
and
C
, let
f:A\to B, g:B\to C
be functions such that
gof
is surjective.
Then
g
is surjective function.
Report Question
0%
True
0%
False
Explanation
Suppose that
g\circ f
is surjective.
Let
z∈C
.
Then since
g\circ f
is surjective, there exists
x\in A
such that
(g\circ f)(x) =g(f(x)) =z
.
Therefore if we assume
y=f(x)\in B
,
then
g(y) =z
.
Thus
g
is surjective
Let
A
be a finite set. Then, each injective function from
A
into itself is not surjective.
Report Question
0%
True
0%
False
Explanation
False
Let
f:A\to B
and
g:B\to C
be the bijective function. Then
(gof)^{-1}
is
Report Question
0%
f^{-1}og^{-1}
0%
fog
0%
g^{-1} of^{-1}
0%
gof
Explanation
Given that,
f:A\to B
and
g:B\to C
be the bijective functions.
(gof)^{-1}=f^{-1}og^{-1}
0:0:1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
0
Answered
1
Not Answered
49
Not Visited
Correct : 0
Incorrect : 0
Report Question
×
What's an issue?
Question is wrong
Answer is wrong
Other Reason
Want to elaborate a bit more? (optional)
Practice Class 11 Commerce Applied Mathematics Quiz Questions and Answers
<
>
Support mcqexams.com by disabling your adblocker.
×
Please disable the adBlock and continue.
Thank you.
Reload page