A. A 90° counterclockwise rotation of trapezoid JKLM about the origin will move angle L onto angle R.
Step-by-step explanation:
Since both the trapezoids, trapezoid JKLM and PQRS are congruent, we can do any transformation, may be rotation, reflection and translation.
A 90° counterclockwise rotation of trapezoid JKLM about the origin will move angle L onto angle R is the true statement others are incorrect statements.
When the Preimage is rotated 90° counterclockwise rotation, then its coordinates (x,y) changed into (-y,x)
Hello,
function minmax(int p1,int p2,int p3, int adr_big, int adr_small)
{ int mini=p1,maxi=p1;
if (p1>p2) {mini=p2;}
else {maxi=p2;};
if (p3>maxi) maxi=p3;
if (p3<mini) mini=p3;
*adr_big=maxi;
*adr_small=mini;
};
// main
int a=31,b=5,c=19,big,small;
minmax(a,b,c,&big,&small);
Answer:
2 hours
Step-by-step explanation:
Let's denote the amount of time we need to find out, t.
=> 600 + 50t < 500 + 100t
or 600 - 500 < 100t - 50t
or 100 < 50t
or 100/50 < t
or t > 2
=> After 2 hours, company B will be cheaper option than company A
Answer:
Step-by-step explanation:
8x + 5(-4x) = 24
8x - 20x = 24
-12x = 24
x = -2
y = -4(-2)
y = 8
Therefore, the point of intersection is (-2,8).