Answer:
let me answer this and i will come back
Step-by-step explanation:
The rule which represents the translation from the pre-image (Δabc), to the image (Δa'b'c') is (x, y) → (y, x).
<h3>What is a triangle?</h3>
A triangle simply refers to a two-dimensional geometric shape that comprises three (3) sides, three (3) vertices and three (3) angles only.
Based on this triangle, we can deduce the following points:
- The coordinates of a are given by (-3, 4).
- The coordinates of a' are given by (4, -2).
By critically observing the triangle, we can also deduce that points were swapped as (x, y) → (y, x) and this is a reflection across line y = x.
Read more on triangles here: brainly.com/question/14527861
#SPJ4
The volume of the triangular prism is 420
Answer:
Begin by factoring 2 out of 2x^2 - 2x - 12 equals 0:
2(x^2 - x - 6) = 0
2(x - 3)(x + 2) = 0. 2 is never zero, but x-3 and x+2 can each be set = to 0:
This results in x = 3 and x = -2. The equation is true for these two x-values.
Hope this helped :3
-Jazzy <3
Answer:
Enum
Step-by-step explanation:
A set of named constants that start with the value 0 for the first constant and increment by 1 for each subsequent constant can be declared as a(n) enum.
Enums are lists of constants. Enums are used to represent predefined list of values that do not represent any kind of numerical or textual data.