Consider the equation y = x^2. No matter what x happens to be, the result y will never be negative even if x is negative. Example: x = -3 leads to y = x^2 = (-3)^2 = 9 which is positive.
Since y is never negative, this means the inverse x = sqrt(y) has the right hand side never be negative. The entire curve of sqrt(x) is above the x axis except for the x intercept of course. Put another way, we cannot plug in a negative input into the square root function for this reason. This similar idea applies to any even index such as fourth roots or sixth roots.
Meanwhile, odd roots such as a cube root has its range extend from negative infinity to positive infinity. Why? Because y = x^3 can have a negative output. Going back to x = -3 we get y = x^3 = (-3)^3 = -27. So we can plug a negative value into the cube root to get some negative output. We can get any output we want, negative or positive. So the range of any radical with an odd index is effectively the set of all real numbers. Visually this produces graphs that have parts on both sides of the x axis.
Answer:
16
Step-by-step explanation:
If X is the centroid that means that EC is a median along with the other lines that intersect inside the triangle. Medians drawn from a triangle have a special rule; this rule is that all medians have a 2:1 ratio between the different sections of one median. For example, EC is one median with the two sections XC and EX. Therefore XC and EX have a 2:1, with the 2 representing the longer section closest to the vertex. This means that XC is double EX, so to find XC simply double EX measurement, which is 8. So XC must equal 16.
When analyzing the multiple regression model, the real estate builder should be concerned with Multicollinearity.
<h3 /><h3>What is Multicollinearity?</h3>
This is a phenomenon in regression analysis where some of the independent variables are correlated. This can present an issue because the correlation leads to less reliable results.
The income in this research is influenced by the education and they both influence family size. There is therefore an issue of multicollinearity here because some variables are correlated.
Find out more on Multicollinearity at brainly.com/question/16021902.
Answer:
y = -2x - 9
Step-by-step explanation:
so we have our two points, (-4,-1) and (-8,7) What we need to do to find our slope is y2 - y1 over x2 - x1. Once plugging in the numbers and subtracting it should give you 8/-4. 8 divided by -4 is -2. m = -2. Now to find our "b" we plug in our slope, and plug in one of the two points into the format of y = mx + b.
-1 = -2(-4) + b
multiply -2 and -4
-1 = 8 + b
we subtract 8 from itself and -1
-9 = b
Our equation is y = -2x - 9