Given the Manhattan distances of three coordinates on a 2-D plane, the task is to find the original coordinates. Print any solution if multiple solutions… Read More
Category Archives: Geometric
Given are two chords which are equally inclined through the diameter of the circle. Length of one chord is given. The task is to find… Read More
Given are two circles, with given radii, which intersect each other and have a common chord. The length of the common chord is given. The… Read More
Given cyclic quadrilateral inside a circle, the task is to find the exterior angle of the cyclic quadrilateral when the opposite interior angle is given.Examples: … Read More
Given a circle whose chord and tangent meet at a particular point. The angle in the alternate segment is given. The task here is to… Read More
Given here is a circle of a given radius. Inside it, three tangent circles of equal radius are inscribed. The task is to find the… Read More
Given two circles with radii and centres given. The task is to check whether the smaller circle lies inside the bigger circle or not. Examples: … Read More
Given two circles with a given radius and centers. The task is to find the number of common tangents between these circles.Examples: Input: x1 =… Read More
Given an equilateral triangle made of dots (.) joined together to form triangle and an integer n which represents the length of the sides of… Read More
Given two circles, of given radii, such that the circles don’t touch each other. The task is to find the ratio of the distance between… Read More
Given two integers V and E which represent the number of Vertices and Edges of a Planar Graph. The Task is to find the number… Read More
Given two circles of given radii, such that the circles don’t touch each other, the task is to find the ratio of the distance between… Read More
Given two circles of given radii, having there centres a given distance apart, such that the circles don’t touch each other. The task is to… Read More
Given two integers N and M that represent the length and breadth of a rectangular plot and another integer K that represent the number of… Read More
Given two circles, of given radii, have their centres a given distance apart, such that the circles intersect each other at two points. The task… Read More