Answer:
(a) The data set is a function, since for each input value {3,4,6,11} there is a single output value {5,7,11,21}
(B) A function is a mathematical relationship that associates one or more inputs with a single output value. So that the data set is not a function, there should be - for one or more values of the input - more than one output.
for example, if for the input value {3} there were two outputs {5, -5} then, the data set would not be a function.
The frelation
is not a function because:
When x = 1, y = +1 and y = -1.
(c) The set of data provided can be represented by the equation of a line of the form y = mx + b
The slope is:


m = 2

b = 5 - 2*3
b = -1
Then, the function is:
y = 2x-1
You can substitute any of the points shown in the equation and check that equality is satisfied, for example:
(11 , 21)
y = 2 (11) -1
y = 22-1
y = 21. The equation is satisfied. The same goes for the rest of the values.
40 is the correct answer for this
For #8, it's approximately 2.5
Answer:
20.1246118 or 20.12
Step-by-step explanation:
First draw the box with the diagonal, as you can see it is split into 2 equal right triangles. Now use the pythagorean theorem (a^2+b^2=c^2) to find the length of the diagonal
Answer:
1. 20
2. 23
3. 6
Step-by-step explanation:
We have that:
f(x) = 2x
g(x) = x² + 1
f(g(x)) is the composite function of f and g. So
f(g(x)) = f(x²-1) = 2(x²+1) = 2x² + 2
1. f(g(3))
f(g(x)) = 2x² - 2 = 2(3)² + 2 = 18 + 2 = 20
2. f(3)+g(4)
f(3) = 2(3) = 6
g(4) = 4² + 1 = 17
f(3) + g(4) = 6 + 17 = 23
3. f(5) - 2g(1)
f(5) = 2(5) = 10
g(1) = (1)² + 1 = 2
f(5) - 2g(1) = 10 - 2*2 = 10 - 4 = 6