Essentially, what you are doing is taking each individual point and moving that point as specified.
So, for example, problem 1 has coordinates as follows: (be aware: I have terrible eyesight, so the points are being named based on what I think the letters are).
X: located at (2,0), move 1 unit left, new location: (1,0)
G: located at (4,0), move 1 unit left, new location: (3,0)
Q: located at (2,-2), move 1 unit left, new location: (1,-2)
C: located at (3,-4), move 1 unit left, new location: (2,-4)
Now, just plot the new shape.
Let me know if you need more help!
Step-by-step answer:
Answer to problems of this kind is the reciprocal of the harmonic mean of the time required.
We need to find the average of the speeds, not the average of the time.
The respective speeds are 1/3 and 1/4.
The average of the speeds is therefore (1/3+1/4)/2 = 7/24 (harmonic mean of the time taken).
The time required is therefore the reciprocal of the unit speed,
T = 1/(7/24) = 24/7 = 3 3/7 minutes, or approximately 3.43 minutes.
For this question, 0.008 is the answer.
You can assume x is that number
X multiply 10 = 0.08
To get rid of 10, divide 10 by two sides
As a result, x = 0.008
I have always followed an easy rule: "five or more raises the score". What it means is if the number is 5 or more, it goes to the next whole. Make sense?
Answer:
x = - 8, x = 6
Step-by-step explanation:
Given the 2 equations
x² + y² = 100 → (1)
y = x + 2 → (2)
Substitute y = x + 2 into (1)
x² + (x + 2)² = 100
x² + x² + 4x + 4 = 100
2x² + 4x + 4 = 100 ( subtract 100 from both sides )
2x² + 4x - 96 = 0 ( divide through by 2 )
x² + 2x - 48 = 0 ← in standard form
(x + 8)(x - 6) = 0 ← in factored form
Equate each factor to zero and solve for x
x + 8 = 0 ⇒ x = - 8
x - 6 = 0 ⇒ x = 6