
triangle always has exactly one line of symmetry A(n) A. equiangular B. isosceles C. scalene D....
Your math professor asked you to determine whether triangles are equilateral, isosceles, or scalene triangles. You need to write a MATLAB program that accepts the side lengths for sides A, B, and C of a triangle and compares the side lengths in order to determine if the triangle is equilateral, isosceles, or scalene. Each triangle will only be classified as a single type based on the definitions below: 1. An equilateral triangle is a triangle in which all three sides...
***IN PYTHON: Scalene triangle: All sides have different lengths Isosceles triangle: Two sides have the same length Equilateral triangle: All sides are equal Write a program to ask for the length of 3 sides a, b and c. Ask for three sides at a time Determine the type of triangle given three sides Handle all kinds of errors - 1. not integers, int() conversion fails 2. not enough args, 3. too many arguments HINT: use the len() function to check...
Consider the following program which classifies triangles as one of a scalene, isosceles, right or equilateral triangle and computes its area. Suppose it is initially tested using the first 4 test cases provided in the following table. T5 is added to the test case and program incorrectly computes the area. Debugging reveals an error in Statement 11. It uses expression a*2 instead of a*a. Suppose the fault is corrected and new program must be rerun to verify that it produces...
Joey constructed a line segment on ADFE as shown below. The arcs were drawn using point D and point E as the center of a circle with the same radius measure. What type of triangle best describes ADFE? A acute triangle o B. isosceles triangle C scalene triangle
(a) Draw a figure in the plane that has exactly 1 symmetry. (b) Draw a figure in the plane that has exactly 7 symmetries. (c) Describe a figure in the plane that has exactly 2020 symmetries. (d) Is there a figure in the plane with exactly three symmetries e,mi,m2, where e is the identity symmetry and mi, mz are reflections? Explain your answer.
(a) Draw a figure in the plane that has exactly 1 symmetry. (b) Draw a figure in...
please assist
straight line.] - A figure in the plane has reflectional or mirror symmetry if there is a line é such that F, māps the figure to itself. In this case, line l is called a line of symmetry for the figure. (a) Find the lines of symmetry for each of the following regular polygons. Figure 15.9. Exercise 15.2.1: C and D are on the same side of e (i) An equilateral triangle (iii) A regular pentagon Figure 15.9....
In C program #include<stdio.h> Task is to implement the Triangle Program in C. The specification for the program is: The triangle program accepts three strings, a, b, and c (the sides of a triangle) as command line parameters. The sides of the triangle must be integers. The sides a, b, and c must satisfy the following conditions: c1. 1 ≤ a ≤ 200 c2. 1 ≤ b ≤ 200 c3. 1 ≤ c ≤ 200 c4. a < b +...
c++ 17 please help!! A triangle can be of three types-one in which all the sides are equal, or one in which only two sides are equal, or one in which all the three sides are unequal. You are assigned to write a program that allows the user to enter the three sides of a triangle. The program should use three double variables to store the three sides of the triangle. The program should also be able to print the...
Three charges are at the corners
of an isosceles triangle as shown in the figure . The 5.00 μC charges form a dipole.a) Find the magnitude of the force the
-10.00 μC charge exerts on the
dipole.F= _______ Nb) Find the direction of the force
the -10.00 charge exerts on the
dipole.(Suppose that -axis directs to the top of the image.) = ____________ counterclockwise from the +y - directionc) For an axis perpendicular to the line
connecting the 5.00 μC charges at...
Please write your answer clearly on this paper in the spaces provided; identify each statement as true( T) or false( F): Making a conjecture from your observations is called inductive reasoning. The 25th term in the -2, 4, -6, 8, -10,...) sequence is-42 1.( 2.) 3.() A polygon with 7 sides is called a septagon 4.( Ifa polygon is equiangular, then it is equilateral. 5. The complement of an acute angle is an obtuse angle. 6. An angle bisector in...