One square grid has an area of 400.
Another square grid has an area of 256.
The area of the third grid can be:
(squares in third grid) + 256 = 400
OR
256 + 400 = (squares in third grid)
We get this by applying the Pythagorean theorem.
So, the squares in the third grid can either be 144 or 656. And we only have 144 as an option, so that is your answer.
Your final answer is D. 144.
In this case, h(x) = sqrt(x) + 3
A. f(x)=x+3; g(x)=√x
B. f(x)=x; g(x)=x+3
C. f(x)=√x; g(x)=x+3
D. f(x)=3x; g(x)=√x
Again, you need to find a function f(x) that once evaluated in g(x) gives us h(x)
h(x) = g(f(x))
Looking at the options, the answer is C.
g(f(x)) = f(x) + 3 = sqrt (x) + 3 = h(x)
Answer:
X | Y
2 | 7
4 | 9 <-- linear.
6 | 11
8 | 13
A linear function is when there is an even consonant decline or up-rise.
X | Y
1 | 2
2 | 4 <-- also linear.
3 | 6
4 | 8
I don’t think anyone knows this one not even James
Answer:
Multiply vector c by the scalar -1/2.
Step-by-step explanation:
Look at vector c.
It has an x component of 4 and a y component of 4.
You can write vector c as a sum of its components using unit vectors in the x direction (i) and in the y direction (j).
c = 4i + 4j
Now look at vector d, and write it also as a sum of its x and y components.
d = -2i - 2j
Now ask yourself, what operation do I do to 4 to end up with -2?
One answer is to multiply 4 by -1/2.
d = (-1/2)c = (-1/2)(4i) + (-1/2)(4j) = -2i - 2j
That worked. By multiplying vector c by the scalar -1/2, you end up with vector d.