Answer:
mode : the value that appears most frequently in a data set
mean : te everage of all number
median : the middle number in a sorted, ascending or descending
range : the difference between the largest and smallest numbers.
ANSWER ;
mode : none
mean : 145.4 ( you need to add all the number and divide by how many your family member)
median : 159
range : 80 ( the largest - the smallest)
Answer: 
Step-by-step explanation:
Since, here the length of the rectangle is represented by the function l(x) = x + 24,
While the breadth of the rectangle is represented by the function w(x) = x + 16.
And, we know that the area of the rectangle = length of the rectangle l(x) × breadth of the rectangle.
a(x) = l(x) × w(x)
a(x) = (x + 24) × (x + 16)


Answer:
6.27
Step-by-step explanation:
We are to obtain the standard deviation of the given values :
{24, 18, 31,25, 34}
The standard deviation = √(Σ(x - mean)²/ n)
The mean = (ΣX) /n
Using calculator to save computation time :
The standard deviation, s = 6.27 (2 decimal places)
Answer:
f(x) = x³ - 5x² - 9x + 45
Step-by-step explanation:
Given x = a, x = b are the zeros of a polynomial, then
(x - a), (x - b) are the factors and f(x) is the product of the factors.
Here the zeros are x = - 3, x = 3 and x = 5, thus
(x + 3), (x - 3) and (x - 5) are the factors and
f(x) = (x + 3)(x - 3)(x - 5) ← expand the first pair of factors using FOIL
= (x² - 9)(x - 5) ← distribute
= x³ - 5x² - 9x + 45