Answer:
a. the line that passes through the most data points.
Step-by-step explanation:
Regression analysis, is used to draw the line of‘ best fit’ through co-ordinates on a graph. The techniques used enable a mathematical equation of the straight line form y=mx+c to be deduced for a given set of co-ordinate values, the line being such that the sum of the deviations of the co-ordinate values from the line is a minimum, i.e.
The least-squares regression lines is the line of best fit
Answer:
x^3 + 10x^2 + 21x - 12
Step-by-step explanation:
(x + 4)(x^2 + 6x - 3)
you can separate to make it easier for u
x(x^2 + 6x - 3) + 4(x^2 + 6x - 3), this is optional u don't have to do this part
x^3 + 6x^2 - 3x + 4x^2 + 24x - 12
add like terms together
x^3 + 10x^2 + 21x - 12
Answer:
Step-by-step explanation:
The formula representing the the annual inflation rate r is expressed as
r = (F/P)1/n−1
Where
n represents the the number of years during which the value increases from P to F
A farm increases in value from $800,000 to $1,100,000 over a period of 6 years. This means that
P = $800,000
F = $1,100,000
n = 6
Therefore,
r = (1100000/800000)1/6−1
r = 1.375/5 = 0.275
Answer:
The correct option is B.
Step-by-step explanation:
In a program the variables are defined as
int a, b =2;
float c = 4.2;
The given statement is
a = b * c
a = 2 * 4.2
a = 8.4
It is given that variable a is an integer. So, only integer value can be stored in a.
a ≈ 8
It means 8 will be stored in a. Therefore the correct option is B.
True because I don’t actually know I just need points