Answer:
false
Step-by-step explanation:
When solving the distance formula it is the distance from one point to another. If you had a rectangle and used the distance formula from each point then you would have a perimeter
Answer:
b. 144.8
Step-by-step explanation:
When calculating the moving average estimate of an observation , each of the observations are usually computed with the same weighted . In some cases, it is beneficial to assign different weight on the observations such that the observation closer to the time period being forecast, has higher weight. This is refer to as weighted moving average technique. The sum of the individual weight in a weighted moving average technique must equal to 1.
The three-period weighted moving average forecast for period 5 = 144*0.5 + 148 *0.3 + 142 *0.2 = 144.8
The answer is A. 6 and 10
Answer:
x = 1
Step-by-step explanation:
Given the matrix;
![-2\left[\begin{array}{ccc}x&-1\\3&5\end{array}\right] + \left[\begin{array}{ccc}3&8\\-1&6\end{array}\right] = \left[\begin{array}{ccc}x&10\\-7&-4\end{array}\right]](https://tex.z-dn.net/?f=-2%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7Dx%26-1%5C%5C3%265%5Cend%7Barray%7D%5Cright%5D%20%2B%20%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D3%268%5C%5C-1%266%5Cend%7Barray%7D%5Cright%5D%20%3D%20%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7Dx%2610%5C%5C-7%26-4%5Cend%7Barray%7D%5Cright%5D)
Converting to equations
From the first row of each matrices
-2x + 3 = x
Collect the like terms
-2x - x = -3
-3x = -3
x = -3/-3
x = 1
Hence the value of x is 1
Answer: < -4/5, 3/5>
This is equivalent to writing < -0.8, 0.6 >
======================================================
Explanation:
Draw an xy grid and plot the point (-4,3) on it. Draw a segment from the origin to this point. Then draw a vertical line until reaching the x axis. See the diagram below.
We have a right triangle with legs of 4 and 3. The hypotenuse is
through use of the pythagorean theorem.
We have a 3-4-5 right triangle.
Therefore, the vector is 5 units long. This is the magnitude of the vector.
Divide each component by the magnitude so that the resulting vector is a unit vector pointing in this same direction.
Therefore, we go from < -4, 3 > to < -4/5, 3/5 >
This is equivalent to < -0.8, 0.6 > since -4/5 = -0.8 and 3/5 = 0.6
Side note: Unit vectors are useful in computer graphics.