First we find the area of the two triangles on each side (keep in mind that they are equal/congruent to each other):
(24*10)/2 = 120 cm^2
Then you find the areas of the three rectangles that are left:
24*19 = 456 cm^2
26*19 = 494 cm^2
10*19 = 190 cm^2
Finally, to find the surface area of the prism:
120+120+456+494+190 = 1,380 cm^2
Answer:
d) Squared differences between actual and predicted Y values.
Step-by-step explanation:
Regression is called "least squares" regression line. The line takes the form = a + b*X where a and b are both constants. Value of Y and X is specific value of independent variable.Such formula could be used to generate values of given value X.
For example,
suppose a = 10 and b = 7. If X is 10, then predicted value for Y of 45 (from 10 + 5*7). It turns out that with any two variables X and Y. In other words, there exists one formula that will produce the best, or most accurate predictions for Y given X. Any other equation would not fit as well and would predict Y with more error. That equation is called the least squares regression equation.
It minimize the squared difference between actual and predicted value.
Answer:
Step-by-step explanation:
p(even) = 3/6
p number 3 = 1/6
p (even then number 3) = 3/6 * 1/6 = 3/36
Step-by-step explanation:
y = ax^n + bx^(n-1) ... + z
(0, 1) tells us that the constant term z = 1.
because x = 0 eliminates all other terms. and as the sum is 1, that means z = 1.
for the other pairs I strongly suspect
(-1, 3) : 2×(-1)² + 1 = 2×1 + 1 = 3
(-2, 9) : 2×(-2)² + 1 = 2×4 + 1 = 9
so, the fitting equation is
y = 2x² + 1
Y^2-9^2
(y-9)(y+9)
To see if its right:
y*y+y*9-9*y-9*9
y^2+9y-9y-81
y^2-9^2