Answer:
34.83
Step-by-step explanation:
Answer:
8
Step-by-step explanation:
To find the mean, or average of a data set, add all the values together, then divide by the number of values.
The data set is: 6,7,9,9,9
1. Add all the values
Add 6,7,9,9 and 9
6+7+9+9+9
40
2. Divide by the number of values
Count how many numbers are in the data set. In this case, there are 5 numbers.
Divide 40 by 5.
40/5
8
The mean of the data set is 8.
Answer:
≥≤ are used when the number is less/greater or equal than some thing.
>< are used when a number is strictly less/greater than some thing.
1) a number x is less than 0 or at least 3
A number x is less than 0 is written as: x < 0.
x is at least 3 is written as: x ≥ 3.
Then we can write the statement as:
x < 0 ∨ x ≥ 3.
where ∨ means "or"
2) a number x is less than or equal to 4 and greater than -1
x less than or equal to 4 is written as: x ≤ 4
x is greater than -1 is written as: x > - 1.
We can write the statement as:
-1 < x ≤ 4
3) a number x is less than 8 and greater than or equal to 5
x is less than 8 is written as: x < 8
x is greater than or equal to 5 is written as: x ≥ 5.
Then the statement can be written as:
5 ≤ x < 8,
Given the function, y = x/( x^2 – 1)
Add x and subtract x from (x^2 – 1) to make it a complete
square
y = x/(x^2 + x – x – 1)
y = x/[x(x + 1) – 1(x + 1)]
y = x/[(x – 1)(x + 1)]
In order to find the y -intercept, we set x = 0
When x = 0
y = 0/[(0 – 1)(0 + 1)]
y = 0.
Therefore, the y-intercept is zero.
In order to find the x -intercept, we set y = 0
When y = 0
0 = x/[(x – 1)(x + 1)]
The only way the product of a division will be zero is if
the numerator is zero
So, if x/[(x – 1)(x + 1)] = 0
x = 0
Therefore, the x-intercept is also zero.
Since both x- intercept and y- intercept equal zero,
Then, the given function has an x-intercept that is equal to
its y-intercept