Given the vertices of a triangle and length of its sides. A circle is inscribed in a triangle. The task is to find the incenter… Read More
Tag Archives: triangle
Given that the area of a right-angled triangle is X times its base b. The task is to find the height of the given triangle. … Read More
Given two integers X and Y. The task is to find two vertices of an isosceles triangle ABC(right-angled at B) which has one vertex at… Read More
Given a straight line with equation coefficients as a, b & c(ax + by + c = 0), the task is to find the area… Read More
Given an array of N integers where arr[i] denotes the number of sticks of length 2i. The task is to find the number of triangles… Read More
Given the other two sides of a right angled triangle, the task is to find it’s hypotenuse.Examples: Input: side1 = 3, side2 = 4 Output: 5.00 32… Read More
Given numbers in form of an Inverted triangle. By starting at the bottom of the triangle and moving to adjacent numbers on the row above,… Read More
Given X and Y coordinates of N points on a Cartesian plane. The task is to find the number of possible triangles with the non-zero… Read More
Given the P, B and H are the perpendicular, base and hypotenuse respectively of a right angled triangle. The task is to find the area… Read More
Given the length of sides of an equilateral triangle, the task is to find the area and perimeter of Incircle of the given equilateral triangle.… Read More
Given three integers m, n, and k that store the number of points on lines l1, l2, and l3 respectively that do not intersect. The… Read More
Pre-Requisites: Depth First Search | Parent Array RepresentationGiven a parent array representation of a binary tree, we need to find the number of Isosceles triangles… Read More
Given the height of an isosceles triangle and two integers , . The task is to find the height from top of the triangle such that if we make… Read More
Given a triangle with known sides a, b and c; the task is to find the area of its circumcircle.Examples: Input: a = 2, b… Read More
Given a circle which is the incircle of a triangle whose sides are a, b< and c, the task is to find the radius of… Read More