Answer:
C: 184 mm
Step-by-step explanation:
46*4 = 184
Answer:
(2,4)
Step-by-step explanation:
We have the system:
y=x+2
y=3x-2.
This is already setup for substitution.
I'm going to replace my first y with what the second y equals.
That is, I'm going to write 3x-2=x+2.
Time to solve the following for x:
3x-2=x+2
Subtract x on both sides:
2x-2= 2
Add 2 on both sides:
2x. = 4
Divide both sides by 2:
x. = 2
Now that we know x=2 and we have an equation that relates x to y: either y=x+2 or y=3x-2, doesn't matter which we use, we can find y.
So we y=x+2 with x=2 which means y=2+2=4.
So the solution, the intersection, is (2,4).
X = 20
Isolate the variable by dividing each side by factors that don't contain the variable.
x
=
20
Ab = (7x-6) → b = (7x-6)/a (1)
bc = (12-2x) → b = (12-2x)/c (2)
Since (1) = (2) → (7x-6)/a = (12-2x)/c OR a/c = (7x-6)/(12-2x) (3)
Multiply both numerators of (3) by the SQUARE of their respective denominators;
(a*c²)/c = (7x-6)(12-2x)²/(12-2x)
Now simplify:
ac = (7x-6)(12x-2x) or ac = -14x² + 96x - 72
Answer:
Step-by-step explanation:
Rotations are easy when its multiples of 90 degrees; 90,180,270,360. Treat them like they’re a complex number like [x+yi]*i=[-y,xi] so rotating by 90 degrees and 180 is i squared [-1]! So [-3,2] rot90 is [-2,-3].
Reflection about the y=x line is change places. [x.y]=[y,x].
So [-2.-3] reflected about the y=x line is [-2.-3]=[-3.-2],
Compile a list of these transform is best practice technique in this area.