Given a circle which has a chord inside it. The length of the chord and the radius of the circle are given. The task is… Read More
Category Archives: Geometric
Given two circles, of given radii, that touch each other externally. The task is to find the length of the direct common tangent between the… Read More
Given a circle with a given radius has its centre at a particular position in the coordinate plane. In the coordinate plane, another point is… Read More
Given two circles, of given radii, have there centres a given distance apart, such that the circles don’t touch each other. The task is to… Read More
Given a circle whose radius and the angle subtended at the centre by its chord is given. The task is to find the length of… Read More
Given a circle with radius ‘r’ is given, the task is to find the diameter or longest chord of the circle.Examples: Input: r = 4… Read More
Given are two parallel straight lines with slope m, and different y-intercepts b1 & b2.The task is to find the distance between these two parallel… Read More
Given the intercepts of a straight line on both the axes as m and n. The task is to find the length of the normal… Read More
Given an integer m which is the slope of a line, the task is to find the slope of the line which is parallel to… Read More
Given a triangle ABC. H horizontal lines from side AB to AC (as shown in fig.) and V vertical lines from vertex A to side… Read More
Given here is a rectangle of length l & breadth b, the task is to find the area of the biggest ellipse that can be… Read More
Given an array arr[] that contains the lengths of n sides that may or may not form a polygon. The task is to determine whether… Read More
Given a regular polygon of N sides with side length a. The task is to find the area of the Circle which inscribed in the… Read More
Given the length of the side of a square a, the task is to find the area of the shaded region formed by the intersection… Read More
Given 2 endpoints (x1, y1) and (x2, y2) of a line, the task is to determine the number of squares of the unit area that… Read More