It’s -4 Bc negative times negative is a positive 3 times 4 = 12 so then just add the negatives.
Answer:
The function y = ⌊x⌋ is called the "greatest integer value" function.
it works as follows: the input is any number x, the output is the greatest
integer smaller or equal to x.
For example:
⌊0.1⌋=0
⌊0.26⌋=0
⌊0.4678⌋=0
⌊0.8989⌋=0
⌊0.999⌋=0
⌊1⌋=0
⌊1.0001⌋=1
so, the value of ⌊x⌋, for the entire interval (0, 1] is 0.
Similarly,
the value of ⌊x⌋, for the entire interval (1, 2] is 1. and so on,
thus the graph of y = ⌊x⌋ is as shown in picture 1
the graph of y = ⌊x⌋ – 2 is the graph of y = ⌊x⌋ shifted 2 units down.
check picture 2.
The photo has the answer you need
Answer: 51
Step-by-step explanation: (sqrt(2))^2 + 7^2
The squareroot and square cancel, leaving 2. 7^2=7*7=49
49+2=51
Answer:
( 0,0) and (3,0)
Step-by-step explanation:
y=(2x(x-3))/(x-1)
Set y = 0
0 =(2x(x-3))/(x-1)
Multiply each side by x-1, which makes x not equal to 1
0 =(2x(x-3))
Using the zero product property
2x=0 x-3 =0
x=0 x= 3
The x intercepts are x=0 x= 3
( 0,0) and (3,0)