Things are often referred similar when the physical structure or patterns they show are having similar properties, Sometimes two objects may vary in size but… Read More
Tag Archives: triangle
Given two integers A and B, representing the length of the semi-major and semi-minor axis of an ellipse with the equation (x2 / A2) +… Read More
Triangles are three-sided polygon which have three vertices. Basic construction techniques allow us to construct triangles. An important property of the triangle is that sum… Read More
While solving and finding the Area of a Triangle, Certain parameters are expected to be provided beforehand, for example, the height and the base of… Read More
We know that a closed figure formed by three sides is known as a triangle. A triangle has three sides, three vertices, and three angles.… Read More
Given six integers representing the vertices of a triangle, say A(x1, y1), B(x2, y2), and C(x3, y3), the task is to find the coordinates of… Read More
Given two 2D arrays rectangle[][] and triangle[][], representing the coordinates of vertices of a rectangle and a triangle respectively, and another array points[][] consisting of… Read More
An angle is made of, when two lines intersect to each other. We denote an angle by this symbol “∠”. An angle involves two legs… Read More
Given three integers P, Q, and R representing 3 non-collinear points on a 2D plane with their respective x and y-coordinates, the task is to… Read More
Geometric figures which have the same shape but different sizes are known as similar figures. Two congruent figures are always similar but two similar figures… Read More
Congruence of triangles is the property of two triangles in which all three corresponding sides and corresponding angles are equal. Two triangles are said to… Read More
Angle Sum Property of a Triangle is the special property of a triangle that is used to find the value of an unknown angle in… Read More
Heron’s Formula is a very popular formula for finding the area of a triangle when the three sides are given. This formula was given by… Read More
Given three pairs of integers A(x, y), B(x, y), and C(x, y), representing the coordinates of a right-angled triangle, the task is to find the… Read More
In geometry, an isosceles triangle is a triangle that has two sides of equal length. Sometimes it is specified as having exactly two sides of… Read More