Answer:
Step-by-step explanation:
t=45
value=3
Plug in any value for x and then you will get y. Use the coordinates to plot.
Example
x= 2
5/2(2)-6
5-6
-1
(2,-1)
Then continue to do the same.
Answer:
x=5, y=-3, x=-4, y=9
Step-by-step explanation:
1. x=5, is a vertical line cutting the x axis at 5
2. y=-3 is a horizontal line cutting the y axis at -3
3. x= -4, is a vertical line cutting the x-axis at -4
4. y=9, is a horisontal line cutting the y-axis at 9
Answer: A. divided the difference of the two quantities by the sum of the two quantities.
===================================================
Explanation:
The difference of the quantities is 20-15 = 5
The sum of the quantities is 20+15 = 35
Dividing those results leads to 5/35 = 0.142857 which rounds to 0.1429
That converts to 14.29%
This is likely the path Adam took. This path is incorrect. The correct steps are shown below
---------------------
Difference = 20-15 = 5
Divide the difference over the original quantity
5/20 = 1/4 = 0.25 = 25%
We have a 25% decrease because the new quantity (15) is smaller than the old quantity (20)
----------------------
Here's another way to approach the problem
A = old value = 20
B = new value = 15
C = percent change
C = [ (B-A)/A ] * 100%
C = [ (15-20)/20 ] * 100%
C = (-5/20)*100%
C = -0.25*100%
C = -25%
The negative C value means we have a negative percent change, ie we have a percent decrease. So this is another way to get a 25% decrease.
9514 1404 393
Answer:
![\left[\begin{array}{ccc}0&-1&-2\\0&-3&5\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D0%26-1%26-2%5C%5C0%26-3%265%5Cend%7Barray%7D%5Cright%5D)
Step-by-step explanation:
The rotation matrix for 90° CCW is ...
![\left[\begin{array}{cc}0&-1\\1&0\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bcc%7D0%26-1%5C%5C1%260%5Cend%7Barray%7D%5Cright%5D)
Then the rotated coordinates are ...
![\left[\begin{array}{ccc}0&-1\\1&0\end{array}\right]\cdot\left[\begin{array}{ccc}0&-3&5\\0&1&2\end{array}\right]=\left[\begin{array}{ccc}0&-1&-2\\0&-3&5\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D0%26-1%5C%5C1%260%5Cend%7Barray%7D%5Cright%5D%5Ccdot%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D0%26-3%265%5C%5C0%261%262%5Cend%7Barray%7D%5Cright%5D%3D%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D0%26-1%26-2%5C%5C0%26-3%265%5Cend%7Barray%7D%5Cright%5D)
_____
The transformation of each ordered pair is ...
(x, y) ⇒ (-y, x)