$$ A \times B = \{(2,1),(2,-4),(-2,1),(-2,-4),(3,1),(3,-4)\} $$
$$ A \times A = \{(2,2),(2,-2),(2,3),(-2,2),(-2,-2),(-2,3),(3,2),(3,-2),(3,3)\} $$
$$ B \times A = \{(1,2),(1,-2),(1,3),(-4,2),(-4,-2),(-4,3)\} $$
---
$$ A \times B = \{(p,p),(p,q),(q,p),(q,q)\} $$
$$ A \times A = \{(p,p),(p,q),(q,p),(q,q)\} $$
$$ B \times A = \{(p,p),(p,q),(q,p),(q,q)\} $$
---
$$ A \times B = \phi $$
$$ A \times A = \{(m,m),(m,n),(n,m),(n,n)\} $$
$$ B \times A = \phi $$
---
$$ B=\{2,3,5,7\} $$
$$ A \times B = \{ (1,2),(1,3),(1,5),(1,7), (2,2),(2,3),(2,5),(2,7), (3,2),(3,3),(3,5),(3,7) \} $$
$$ B \times A = \{ (2,1),(2,2),(2,3), (3,1),(3,2),(3,3), (5,1),(5,2),(5,3), (7,1),(7,2),(7,3) \} $$
---
$$ A=\{3,4\} $$
$$ B=\{-2,0,3\} $$
---
$$ A \times A = \{(5,5),(5,6),(6,5),(6,6)\} $$
$$ B \times B = \{ (4,4),(4,5),(4,6), (5,4),(5,5),(5,6), (6,4),(6,5),(6,6) \} $$
$$ C \times C = \{ (5,5),(5,6),(5,7), (6,5),(6,6),(6,7), (7,5),(7,6),(7,7) \} $$
$$ (B \times B)\cap(C \times C) = \{(5,5),(5,6),(6,5),(6,6)\} $$
Hence,
$$ A \times A = (B \times B)\cap(C \times C) $$
---
$$ A \cap C = \{3\} $$
$$ B \cap D = \{3,5\} $$
$$ (A \cap C)\times(B \cap D) = \{(3,3),(3,5)\} $$
Also,
$$ A \times B = \{ (1,2),(1,3),(1,5), (2,2),(2,3),(2,5), (3,2),(3,3),(3,5) \} $$
$$ C \times D = \{ (3,1),(3,3),(3,5), (4,1),(4,3),(4,5) \} $$
$$ (A \times B)\cap(C \times D) = \{(3,3),(3,5)\} $$
Hence the statement is true.
---
$$
A=\{x \in W \mid x<2\},
B=\{x \in N \mid 1 Verify:
$$ A=\{0,1\},\quad B=\{2,3,4\},\quad C=\{3,5\} $$
$$ B \cup C = \{2,3,4,5\} $$
$$ A \times (B \cup C) = \{ (0,2),(0,3),(0,4),(0,5), (1,2),(1,3),(1,4),(1,5) \} $$
$$ (A \times B)\cup(A \times C) = \{ (0,2),(0,3),(0,4),(0,5), (1,2),(1,3),(1,4),(1,5) \} $$
Hence verified.
---
$$ B \cap C = \{3\} $$
$$ A \times (B \cap C) = \{(0,3),(1,3)\} $$
$$ (A \times B)\cap(A \times C) = \{(0,3),(1,3)\} $$
Hence verified.
---
$$ A \cup B = \{0,1,2,3,4\} $$
$$ (A \cup B)\times C = \{ (0,3),(0,5), (1,3),(1,5), (2,3),(2,5), (3,3),(3,5), (4,3),(4,5) \} $$
$$ (A \times C)\cup(B \times C) = \{ (0,3),(0,5), (1,3),(1,5), (2,3),(2,5), (3,3),(3,5), (4,3),(4,5) \} $$
Hence verified.
---
- $A$ = set of all natural numbers less than 8 - $B$ = set of all prime numbers less than 8 - $C$ = set of even prime number
Verify:
$$ A=\{1,2,3,4,5,6,7\} $$
$$ B=\{2,3,5,7\} $$
$$ C=\{2\} $$
$$ A \cap B = \{2,3,5,7\} $$
$$ (A \cap B)\times C = \{(2,2),(3,2),(5,2),(7,2)\} $$
$$ (A \times C)\cap(B \times C) = \{(2,2),(3,2),(5,2),(7,2)\} $$
Hence verified.
---
$$ B-C = \{3,5,7\} $$
$$ A \times (B-C) = \{ (1,3),(1,5),(1,7), (2,3),(2,5),(2,7), (3,3),(3,5),(3,7), (4,3),(4,5),(4,7), (5,3),(5,5),(5,7), (6,3),(6,5),(6,7), (7,3),(7,5),(7,7) \} $$
$$ (A \times B)-(A \times C) = \{ (1,3),(1,5),(1,7), (2,3),(2,5),(2,7), (3,3),(3,5),(3,7), (4,3),(4,5),(4,7), (5,3),(5,5),(5,7), (6,3),(6,5),(6,7), (7,3),(7,5),(7,7) \} $$
Hence verified.
---
# UNIT 1 : Relations and Functions
$$ A=\{1,2,3,7\}, \quad B=\{3,0,-1,7\} $$
Which of the following are relations from $A$ to $B$?
Not a relation.
Reason: The second element $1 \notin B$.
---
Not a relation.
Reason: $-1 \notin A$ and $1 \notin B$.
---
Relation.
Reason: All first elements belong to $A$ and all second elements belong to $B$.
---
Not a relation.
Reason: $0 \notin A$.
---
Squares within 45 are:
$$ 1,4,9,16,25,36 $$
Hence,
$$ R= \{ (1,1), (2,4), (3,9), (4,16), (5,25), (6,36) \} $$
### Domain
$$ \{1,2,3,4,5,6\} $$
### Range
$$ \{1,4,9,16,25,36\} $$
---
For each value of $x$:
$$ \begin{aligned} x=0 &\Rightarrow y=3\\ x=1 &\Rightarrow y=4\\ x=2 &\Rightarrow y=5\\ x=3 &\Rightarrow y=6\\ x=4 &\Rightarrow y=7\\ x=5 &\Rightarrow y=8 \end{aligned} $$
Thus,
$$ R= \{ (0,3), (1,4), (2,5), (3,6), (4,7), (5,8) \} $$
### Domain
$$ \{0,1,2,3,4,5\} $$
### Range
$$ \{3,4,5,6,7,8\} $$
---
- (a) Arrow diagram - (b) Graph - (c) Set in roster form
wherever possible.
---
Checking values:
$$ \begin{aligned} y=1 &\Rightarrow x=2\\ y=2 &\Rightarrow x=4 \end{aligned} $$
Valid ordered pairs:
$$ \{ (2,1), (4,2) \} $$
### Arrow Representation
$$ 2 \to 1 $$
$$ 4 \to 2 $$
### Graph Points
$$ (2,1),\;(4,2) $$
---
Possible ordered pairs:
$$ \{ (1,4), (2,5), (3,6), (4,7), (5,8), (6,9) \} $$
### Arrow Representation
$$ 1 \to 4 $$
$$ 2 \to 5 $$
$$ 3 \to 6 $$
$$ 4 \to 7 $$
$$ 5 \to 8 $$
$$ 6 \to 9 $$
### Graph Points
$$ (1,4),(2,5),(3,6),(4,7),(5,8),(6,9) $$
---
$$ \begin{aligned} R= \{ &(10000,A_1), (10000,A_2), (10000,A_3), (10000,A_4), (10000,A_5),\\ &(25000,C_1), (25000,C_2), (25000,C_3), (25000,C_4),\\ &(50000,M_1), (50000,M_2), (50000,M_3),\\ &(100000,E_1), (100000,E_2) \} \end{aligned} $$
### Arrow Representation
$$ 10000 \to A_1,A_2,A_3,A_4,A_5 $$
$$ 25000 \to C_1,C_2,C_3,C_4 $$
$$ 50000 \to M_1,M_2,M_3 $$
$$ 100000 \to E_1,E_2 $$
---
# UNIT 1 : Relations and Functions
Since $y=2x$,
$$ f=\{(1,2),(2,4),(3,6),(4,8),\dots\} $$
### Domain
$$ \{1,2,3,4,\dots\} $$
### Co-domain
$$ N=\{1,2,3,4,\dots\} $$
### Range
$$ \{2,4,6,8,\dots\} $$
Each input has exactly one output.
Hence, it is a function.
---
For each element of $X$:
$$ \begin{aligned} f(3)&=10\\ f(4)&=17\\ f(6)&=37\\ f(8)&=65 \end{aligned} $$
Thus,
$$ R=\{(3,10),(4,17),(6,37),(8,65)\} $$
Every element in $X$ has exactly one image in $N$.
Hence, it is a function.
---
$$ f(x)=x^2-5x+6 $$
evaluate:
$$ 12 $$
---
$$ 4a^2-10a+6 $$
---
$$ 0 $$
---
$$ x^2-7x+12 $$
---
It is clear that:
$$ f(9)=2 $$
$$ 9 $$
---
#### (b) $f(7)$
### Answer
$$ 6 $$
---
#### (c) $f(2)$
### Answer
$$ 6 $$
---
#### (d) $f(10)$
### Answer
$$ 0 $$
---
$$ x=9.5 $$
---
$$ \{x\mid 0\leq x\leq10,\;x\in R\} $$
---
#### (b) Range
### Answer
$$ \{y\mid 0\leq y\leq9,\;y\in R\} $$
---
$$ f(6)=5 $$
---
$$ \frac{(2x+5)-5}{x} = \frac{2x}{x} =2 $$
### Answer
$$ 2 $$
---
$$ f(x)=2x-3 $$
$$ f(0)=-3 $$
$$ f(1)=-1 $$
$$ \frac{-3+(-1)}{2} = \frac{-4}{2} =-2 $$
### Answer
$$ -2 $$
---
$$ \frac32 $$
---
$$ 3 $$
---
$$ \frac12 $$
---
Length:
$$ 24-2x $$
Breadth:
$$ 24-2x $$
Height:
$$ x $$
Volume:
$$ V=x(24-2x)^2 $$
$$ =x(576-96x+4x^2) $$
$$ =576x-96x^2+4x^3 $$
### Answer
$$ V(x)=4x^3-96x^2+576x $$
---
$$ f(x^2)=3-2x^2 $$
$$ (f(x))^2=(3-2x)^2 $$
Equating:
$$ 3-2x^2=9-12x+4x^2 $$
$$ 6x^2-12x+6=0 $$
$$ x^2-2x+1=0 $$
$$ (x-1)^2=0 $$
$$ x=1 $$
### Answer
$$ 1 $$
---
$$ \text{Distance}=\text{Speed}\times\text{Time} $$
$$ d=500t $$
### Answer
$$ d(t)=500t $$
---
$$ y=ax+b $$
where $a,b$ are constants.
Yes.
Each value of $x$ gives exactly one value of $y$.
---
$$ a=0.9,\quad b=24.5 $$
---
$$ y=0.9(40)+24.5 $$
$$ =36+24.5 $$
$$ =60.5 $$
### Answer
$$ 60.5 \text{ inches} $$
---
$$ 53.3=0.9x+24.5 $$
$$ 28.8=0.9x $$
$$ x=32 $$
### Answer
$$ 32 \text{ cm} $$
---
# UNIT 1 : Relations and Functions
1. Not a function 2. Function 3. Not a function 4. Function
### Reason
A graph represents a function only if every vertical line intersects the graph at most once (Vertical Line Test).
---
$$ f:A\to B $$
be defined by
$$ f(x)=\frac{x}{2}-1 $$
where
$$ A=\{2,4,6,10,12\} $$
$$ B=\{0,1,2,4,5,9\} $$
Represent $f$ by:
$$ \begin{aligned} f(2)&=0\\ f(4)&=1\\ f(6)&=2\\ f(10)&=4\\ f(12)&=5 \end{aligned} $$
### Answer
$$ \{(2,0),(4,1),(6,2),(10,4),(12,5)\} $$
---
| x | f(x) | |---|---| | 2 | 0 | | 4 | 1 | | 6 | 2 | | 10 | 4 | | 12 | 5 |
---
$$ 2 \to 0 $$
$$ 4 \to 1 $$
$$ 6 \to 2 $$
$$ 10 \to 4 $$
$$ 12 \to 5 $$
---
Graph points:
$$ (2,0),(4,1),(6,2),(10,4),(12,5) $$
---
$$ f=\{(1,2),(2,2),(3,2),(4,3),(5,4)\} $$
through:
$$ 1 \to 2 $$
$$ 2 \to 2 $$
$$ 3 \to 2 $$
$$ 4 \to 3 $$
$$ 5 \to 4 $$
---
| x | f(x) | |---|---| | 1 | 2 | | 2 | 2 | | 3 | 2 | | 4 | 3 | | 5 | 4 |
---
Plot the points:
$$ (1,2),(2,2),(3,2),(4,3),(5,4) $$
---
Suppose
$$ f(a)=f(b) $$
Then,
$$ 2a-1=2b-1 $$
$$ 2a=2b $$
$$ a=b $$
Hence $f$ is one-one.
The range is
$$ \{1,3,5,7,\dots\} $$
Even natural numbers are not images of any element.
Hence the function is not onto.
---
Suppose
$$ f(a)=f(b) $$
Then,
$$ a^2+a+3=b^2+b+3 $$
$$ a^2-b^2+a-b=0 $$
$$ (a-b)(a+b+1)=0 $$
Since $a+b+1\neq0$,
$$ a-b=0 $$
$$ a=b $$
Hence the function is one-one.
---
$$ A=\{1,2,3,4\}, \quad B=N $$
and
$$ f(x)=x^3 $$
$$ \begin{aligned} f(1)&=1\\ f(2)&=8\\ f(3)&=27\\ f(4)&=64 \end{aligned} $$
### Answer
$$ \{1,8,27,64\} $$
---
One-one and into function.
---
The function is linear and every real number has a unique pre-image.
Hence it is both one-one and onto.
### Answer
Bijective function.
---
$$ f(1)=f(-1) $$
Hence it is not one-one.
Also range does not cover all real numbers.
### Answer
Not bijective.
---
Since function is onto,
$$ f(-1)=0,\quad f(1)=2 $$
Thus,
$$ -a+b=0 $$
$$ a+b=2 $$
Adding:
$$ 2b=2 $$
$$ b=1 $$
Substitute:
$$ a=1 $$
### Answer
$$ a=1,\quad b=1 $$
---
$$ f(x)= \begin{cases} x+2, & x\geq0\\ 2x+1, & x<0 \end{cases} $$
find:
$$ 5 $$
---
$$ 2 $$
---
$$ -2 $$
---
$$ 1 $$
---
1. $f(-3)+f(2)=2$
2. $f(7)-f(1)=10$
3. $2f(4)+f(8)=178$
4.
$$ -\frac{9}{17} $$
---
Yes.
For practical positive values of time, distance increases continuously with time.
Hence it is one-one.
---
$$ F=\frac95C+32 $$
Find:
$$ 32^\circ F $$
---
$$ 82.4^\circ F $$
---
$$ 14^\circ F $$
---
$$ 100^\circ C $$
---
$$ -40^\circ $$
---
# UNIT 1 : Relations and Functions
$$ f\circ g=g\circ f $$
---
$$ (f\circ g)(x)=f(g(x)) $$
$$ =f(x^2) $$
$$ =x^2-6 $$
Thus,
$$ (f\circ g)(x)=x^2-6 $$
Now,
$$ (g\circ f)(x)=g(f(x)) $$
$$ =g(x-6) $$
$$ =(x-6)^2 $$
$$ =x^2-12x+36 $$
### Answer
$$ (f\circ g)(x)=x^2-6 $$
$$ (g\circ f)(x)=x^2-12x+36 $$
Hence,
$$ f\circ g\neq g\circ f $$
---
$$ (f\circ g)(x)=f(2x^2-1) $$
$$ =\frac2{2x^2-1} $$
Now,
$$ (g\circ f)(x)=g\left(\frac2x\right) $$
$$ =2\left(\frac2x\right)^2-1 $$
$$ =\frac8{x^2}-1 $$
### Answer
$$ (f\circ g)(x)=\frac2{2x^2-1} $$
$$ (g\circ f)(x)=\frac8{x^2}-1 $$
Hence,
$$ f\circ g\neq g\circ f $$
---
$$ (f\circ g)(x)=f(3-x) $$
$$ =\frac1{3-x} $$
Now,
$$ (g\circ f)(x)=g\left(\frac1x\right) $$
$$ =3-\frac1x $$
### Answer
$$ (f\circ g)(x)=\frac1{3-x} $$
$$ (g\circ f)(x)=3-\frac1x $$
Hence,
$$ f\circ g\neq g\circ f $$
---
$$ (f\circ g)(x)=f(x-4) $$
$$ =(x-4)+3=x-1 $$
Now,
$$ (g\circ f)(x)=g(x+3) $$
$$ =(x+3)-4=x-1 $$
### Answer
$$ (f\circ g)(x)=x-1 $$
$$ (g\circ f)(x)=x-1 $$
Hence,
$$ f\circ g=g\circ f $$
---
$$ (f\circ g)(x)=f(x+1) $$
$$ =4(x+1)^2-1 $$
$$ =4(x^2+2x+1)-1 $$
$$ =4x^2+8x+3 $$
Now,
$$ (g\circ f)(x)=g(4x^2-1) $$
$$ =(4x^2-1)+1 $$
$$ =4x^2 $$
### Answer
$$ (f\circ g)(x)=4x^2+8x+3 $$
$$ (g\circ f)(x)=4x^2 $$
Hence,
$$ f\circ g\neq g\circ f $$
---
$$ f\circ g=g\circ f $$
---
$$ (f\circ g)(x)=3(6x-k)+2 $$
$$ =18x-3k+2 $$
Now,
$$ (g\circ f)(x)=6(3x+2)-k $$
$$ =18x+12-k $$
Equating:
$$ 18x-3k+2=18x+12-k $$
$$ -3k+2=12-k $$
$$ -2k=10 $$
$$ k=-5 $$
### Answer
$$ k=-5 $$
---
$$ (f\circ g)(x)=2(4x+5)-k $$
$$ =8x+10-k $$
Now,
$$ (g\circ f)(x)=4(2x-k)+5 $$
$$ =8x-4k+5 $$
Equating:
$$ 8x+10-k=8x-4k+5 $$
$$ 10-k=-4k+5 $$
$$ 3k=-5 $$
$$ k=-\frac53 $$
### Answer
$$ k=-\frac53 $$
---
$$ (f\circ g)(x)=f\left(\frac{x+1}{2}\right) $$
$$ =2\left(\frac{x+1}{2}\right)-1 $$
$$ =x+1-1=x $$
Now,
$$ (g\circ f)(x)=g(2x-1) $$
$$ =\frac{(2x-1)+1}{2} $$
$$ =\frac{2x}{2}=x $$
### Answer
$$ f\circ g=g\circ f=x $$
---
If
$$ f(x)=x^2-1,\quad g(x)=x-2 $$
find $a$, if
$$ (g\circ f)(a)=1 $$
### Solution
$$ (g\circ f)(a)=g(a^2-1) $$
$$ =(a^2-1)-2 $$
$$ =a^2-3 $$
Given:
$$ a^2-3=1 $$
$$ a^2=4 $$
$$ a=\pm2 $$
### Answer
$$ a=2,-2 $$
---
$$ f(f(k))=f(2k-1) $$
Since $f(x)=2x-1$,
$$ f(2k-1)=2(2k-1)-1 $$
$$ =4k-3 $$
Given:
$$ 4k-3=5 $$
$$ 4k=8 $$
$$ k=2 $$
### Answer
$$ k=2 $$
---
$$ (f\circ g)(x)=2x^2+1 $$
Range:
$$ \{2x^2+1\mid x\in A\} $$
Now,
$$ (g\circ f)(x)=(2x+1)^2 $$
$$ =4x^2+4x+1 $$
Range:
$$ \{4x^2+4x+1\mid x\in A\} $$
---
$$ f(x)=x^2-1 $$
Find:
$$ (f\circ f)(x)=f(x^2-1) $$
$$ =(x^2-1)^2-1 $$
$$ =x^4-2x^2 $$
### Answer
$$ x^4-2x^2 $$
---
$$ f(x^4-2x^2) =(x^4-2x^2)^2-1 $$
$$ =x^8-4x^6+4x^4-1 $$
### Answer
$$ x^8-4x^6+4x^4-1 $$
---
$f(x)=x^5$ is strictly increasing.
Hence $f$ is one-one.
But,
$$ g(2)=16 $$
and
$$ g(-2)=16 $$
Hence $g$ is not one-one.
Now,
$$ (f\circ g)(x)=f(x^4)=x^{20} $$
$$ (f\circ g)(2)=(f\circ g)(-2) $$
Hence $f\circ g$ is not one-one.
### Answer
- $f$ is one-one - $g$ is not one-one - $f\circ g$ is not one-one
---
$$ (f\circ g)\circ h=f\circ(g\circ h) $$
---
$$ (g\circ h)(x)=3x^2+1 $$
$$ f(g(h(x)))=3x^2 $$
Also,
$$ (f\circ g)(x)=3x $$
$$ ((f\circ g)\circ h)(x)=3x^2 $$
Hence proved.
---
Assume
$$ f(x)=ax+b $$
Using $(0,-1)$:
$$ b=-1 $$
Using $(-1,3)$:
$$ -a-1=3 $$
$$ a=-4 $$
Thus,
$$ f(x)=-4x-1 $$
Check:
$$ f(2)=-8-1=-9 $$
Correct.
### Answer
$$ f(x)=-4x-1 $$
---
$$ C(at_1+bt_2)=3(at_1+bt_2) $$
$$ =3at_1+3bt_2 $$
$$ =a(3t_1)+b(3t_2) $$
$$ =aC(t_1)+bC(t_2) $$
Hence the circuit is linear.
### Answer
$$ C(t)=3t $$
satisfies the superposition principle and is linear.
---
# UNIT 1 : Relations and Functions
$$ (x,y)=(1,-5),(1,1),(2,-5),(2,1) $$
---
$$ A=\{-1,0,1\} $$
Remaining elements:
$$ \{ (-1,-1),(-1,1), (0,-1),(0,0), (1,-1),(1,0),(1,1) \} $$
---
$$ f(0)=2 $$
$$ f(3)=\sqrt7 $$
$$ f(a+1)=\sqrt{a+5} $$
---
$$ \{ (9,3), (10,5), (11,11), (12,3), (13,13), (14,7), (15,5), (16,2), (17,17) \} $$
Range:
$$ \{2,3,5,7,11,13,17\} $$
---
$$ [-1,1] $$
---
$$ (f\circ g)\circ h=f\circ(g\circ h)=9(x-2)^2 $$
---
Verified.
$$ A\times C\subseteq B\times D $$
---
$$ f(f(x))=-\frac1x $$
---
$$ g(g(1/2))=-\frac56 $$
$$ g(f(x))=2(x+1) $$
---
(i)
$$ R-\{9\} $$
(ii)
$$ R $$
(iii)
$$ [2,\infty) $$
(iv)
$$ R $$
---
# UNIT 1 : Relations and Functions
# Multiple Choice Questions
$$ n(A)\times n(B)=6 $$
$$ 2\times n(B)=6 $$
$$ n(B)=3 $$
Correct option: (3)
---
$$ A\cup C=\{a,b,p,q,r,s\} $$
$$ n(A\cup C)=6 $$
$$ n(B)=2 $$
$$ 6\times2=12 $$
Correct option: (3)
---
Every element of $A\times C$ belongs to $B\times D$.
Correct option: (1)
---
Number of relations:
$$ 2^{mn}=1024 $$
$$ 2^{5n}=2^{10} $$
$$ 5n=10 $$
$$ n=2 $$
Correct option: (2)
---
Primes less than 13:
$$ 2,3,5,7,11 $$
Squares:
$$ 4,9,25,49,121 $$
Correct option: (3)
---
$$ a+2=5 $$
$$ a=3 $$
$$ 2a+b=4 $$
$$ 6+b=4 $$
$$ b=-2 $$
Correct option: (4)
---
Total relations:
$$ 2^{mn} $$
Non-empty relations:
$$ 2^{mn}-1 $$
Correct option: (3)
---
Identity function means:
$$ (x,x) $$
Thus,
$$ a=8,\quad b=6 $$
Correct option: (1)
---
Distinct inputs give distinct outputs.
Correct option: (3)
---
$$ (f\circ g)(x)=2\left(\frac{x}{3}\right)^2 $$
$$ =\frac{2x^2}{9} $$
Correct option: (3)
---
Bijective functions have equal cardinalities.
$$ n(A)=n(B)=7 $$
Correct option: (1)
---
Compute:
$$ g(0)=2 \Rightarrow f(2)=0 $$
$$ g(1)=0 \Rightarrow f(0)=1 $$
$$ g(2)=4 \Rightarrow f(4)=2 $$
$$ g(-4)=2 \Rightarrow f(2)=0 $$
$$ g(7)=0 \Rightarrow f(0)=1 $$
Range:
$$ \{0,1,2\} $$
Correct option: (4)
---
$$ |xy|=|x||y| $$
Correct option: (1)
---
Using points:
$$ g(1)=1 $$
$$ \alpha+\beta=1 $$
$$ g(2)=3 $$
$$ 2\alpha+\beta=3 $$
Subtract:
$$ \alpha=2 $$
$$ \beta=-1 $$
Correct option: (2)
---
Expand:
$$ (x+1)^3=x^3+3x^2+3x+1 $$
$$ (x-1)^3=x^3-3x^2+3x-1 $$
Subtracting:
$$ f(x)=6x^2+2 $$
This is quadratic.
Correct option: (4)
Ace Grade 10 Maths.
Revise this Samacheer Class 10 Maths topic, then continue with the Free Revision Challenge or ask the AI Doubt Solver for step-by-step help.