Question

(b) The two vertices that form the non-congruent side of an isosceles triangle are (−5, 2)...

(b) The two vertices that form the non-congruent side of an isosceles triangle are (−5, 2) and (2, 2). What are possible coordinates of the other vertex?

Homework Answers

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Isosceles triangle base length is 15 inches, it also has 2 congruent sides with 15 inches...
Isosceles triangle base length is 15 inches, it also has 2 congruent sides with 15 inches each. Find the height of the triangle.
Two vertices of an equilateral triangle lie on a diameter of a circle whose area is...
Two vertices of an equilateral triangle lie on a diameter of a circle whose area is 36p cm2, and the third vertex lies on the circle. What is the largest possible area of the triangle?
Equilateral triangle can be constructed by rotating one vertex of its vertices around its centroid by...
Equilateral triangle can be constructed by rotating one vertex of its vertices around its centroid by 120 and 240 degrees. Given the coordinates of one vertex and centroid, how can we get the coordinates of the other two vertecies? provide an example ( no complex number example)
A circle is circumscribed about a triangle with vertices A(3,-2), B(2,5), and C(-1,6). Find the coordinates...
A circle is circumscribed about a triangle with vertices A(3,-2), B(2,5), and C(-1,6). Find the coordinates of the circumcenter (the center of the circumscribed circle).
1. (a) write 0.0000242 in scientific notation (b) write 5.61 x 10 -6 (ten to the...
1. (a) write 0.0000242 in scientific notation (b) write 5.61 x 10 -6 (ten to the negative 6) 2. (a)Write eight ten-thousandths in scientific notation (b) Write 4.8 x 10-2 (ten to the negative 2) 3. Simplify 3-3 (three to the negative 3) 4. What is the distance from -75 to zero on a number line? 5. The y-axis is a line of symmetry for a triangle. The coordinates of two of its vertices are (-4,6) and (0,-2). What are...
If ?ABC is an isosceles triangle where AB¯?AC¯, m?A=(2x?20)°, and m?B=(3x+5)°, then m?C=__________°.
If ?ABC is an isosceles triangle where AB¯?AC¯, m?A=(2x?20)°, and m?B=(3x+5)°, then m?C=__________°.
1) A triangle has vertices P(–1, –5), Q(4, –11), and R(10, –6). Determine what type of...
1) A triangle has vertices P(–1, –5), Q(4, –11), and R(10, –6). Determine what type of triangle ▵PQR is. 2)A quadrilateral has vertices A(7, –2), B(9, 1), C(12, –1), and D(10, –4). Show that the diagonals of quadrilateral ABCD are perpendicular to each other.
Consider the function f:R?R given by f(x,y)=(2-y,2-x). (b) Draw the triangle with vertices A = (1,...
Consider the function f:R?R given by f(x,y)=(2-y,2-x). (b) Draw the triangle with vertices A = (1, 2), B = (3, 1), C = (3, 2), and the triangle with vertices f(A),f(B),f(C). (c) Is f a rotation, a translation, or a glide reflection? Explain your answer.
A tree T has 8 vertices, at least two of which have degree 3. a) How...
A tree T has 8 vertices, at least two of which have degree 3. a) How many edges are there? b) What are the possible vertex degrees for T in non–increasing order? c) What are the possible forms for T up to isomorphism? The answer to part a is "7" while the answer to part be is " 3,3,3,1,1,1,1,1 and 3,3,2,2,1,1,1,1" There are six possible answers for part c. how? and what are the answers?
Write a basic c++ program to check whether a triangle is valid or not if the...
Write a basic c++ program to check whether a triangle is valid or not if the three sides are given: A triangle is valid if the sum of its two sides is greater than the third side. Let’s say that a, b, c is the sides of the triangle. A valid triangle must satisfy all these conditions: a + b > c a + c > b b + c > a (2 points) Generate random numbers 1-15 inclusive for...