If a number is a multipule of 6 then it is a multiplule of 2 AND 3
if a number is a multiplule of 2 then the last digit should be divisible by 2 (ie, 0,2,4,6,8)
if a number is divisible by 3, then the sum of its digits is divisble by 3
try each
A. 333
last number is not divisible by 2 so not divisible by 6
B. 882
2 is divisible by 2
8+8+2=18
18/3=6
divisible by 6 yes
C. 424
4 is disibielbe by 2
4+2+4=10
10/3=not a whole number so not divisible by 6
D. 106
6 is divisible by 2
1+0+6=7
7/3= not a whole number so not divibislb eby 6
answer is B
Answer:
a) Yes.
Step-by-step explanation:
A function does not have any repeating values for a given x-value. According to the values of the table, there aren't multiple y-values for a given x-value. Therefore, the table represents a function.
X intercepts- (2,0) and (-2,0)
y intercept- (0,-8)
If f(x) is an inverse of g(x),
when
f(x)=y
g(y)=x
aka
f(g(x))=x
g(f(x))=x
basically, the values should be swiched
example
f(x)=
(1,2)
(2,3)
(4,5)
then g(x)=
(2,1)
(3,2)
(5,4)