Arnab Chakraborty has Published 4293 Articles

Biggest Reuleaux Triangle inscribed within a square which is inscribed within an ellipse?

Arnab Chakraborty

Arnab Chakraborty

Updated on 01-Aug-2019 08:11:23

123 Views

Here we will see the area of biggest Reuleaux triangle inscribed within a square, that square is inscribed inside one ellipse. We know that the major axis length is 2a, and the minor axis length is 2b. The side of the square is ‘x’, and the height of the Reuleaux ... Read More

Biggest Reuleaux Triangle inscribed within a square which is inscribed within a hexagon?

Arnab Chakraborty

Arnab Chakraborty

Updated on 01-Aug-2019 08:08:16

106 Views

Here we will see the area of biggest Reuleax triangle inscribed within a square which is inscribed in a regular hexagon. Suppose ‘a’ is the side of the hexagon. The side of the square is x and the height of the Reuleaux triangle is h.From the formula of each side ... Read More

Biggest Reuleaux Triangle inscribed within a Square inscribed in an equilateral triangle?

Arnab Chakraborty

Arnab Chakraborty

Updated on 01-Aug-2019 08:04:59

148 Views

Here we will see the area of biggest Reuleax triangle inscribed within a square which is inscribed in an equilateral triangle. Suppose ‘a’ is the side of the triangle. The side of the square is x and the height of the Reuleaux triangle is h.The side of the triangle is ... Read More

Biggest Reuleaux Triangle inscirbed within a square inscribed in a semicircle?

Arnab Chakraborty

Arnab Chakraborty

Updated on 01-Aug-2019 08:00:41

105 Views

Here we will see the area of biggest Reuleax triangle inscribed within a square which is inscribed in a semicircle. Suppose the radius of the semicircle is R, are side of the square is ‘a’ and the height of the Reuleax triangle is h.We know that the side of the ... Read More

Array with GCD of any of its subset belongs to the given array?

Arnab Chakraborty

Arnab Chakraborty

Updated on 01-Aug-2019 07:57:21

162 Views

Here we will see one interesting problem. There is a set of N elements. We have to generate an array such that the GCD of any subset of that array lies in the given set of elements. And another constraint is that the generated array should not be more than ... Read More

Array sum after dividing numbers from previous?

Arnab Chakraborty

Arnab Chakraborty

Updated on 01-Aug-2019 07:54:29

115 Views

Here we will see one interesting problem. We will take one array, then find the sum by taking each element after dividing it by the previous elements. Let us consider an array is {5, 6, 7, 2, 1, 4}. Then the result will be 5 + (6 / 5) + ... Read More

Array elements that appear more than once?

Arnab Chakraborty

Arnab Chakraborty

Updated on 01-Aug-2019 07:48:30

321 Views

Here we will see one problem. We have one array. our task is to find those elements whose frequencies are more than 1. Suppose the elements are {1, 5, 2, 5, 3, 1, 5, 2, 7}. Here 1 has occurred 2 times, 5 has occurred 3 times and 2 has ... Read More

Array element moved by k using single moves?

Arnab Chakraborty

Arnab Chakraborty

Updated on 01-Aug-2019 07:44:08

99 Views

Suppose we have an array that has n elements from 1 to n in shuffled order. Another integer K is given. There are N peoples they are standing in a queue to play badminton. The first two players will go for playing, then the loser will go and place at ... Read More

Area of Reuleaux Triangle?

Arnab Chakraborty

Arnab Chakraborty

Updated on 01-Aug-2019 07:33:44

470 Views

Here we will see how to calculate the area of Reuleaux Triangle like below. The Reuleaux Triangle has one equilateral triangle inside it. Suppose its height is h, this shape is made by the intersection of three circles.There are three circular sectors. The area of each sector is −Since the ... Read More

Area of a n-sided regular polygon with given Radius?

Arnab Chakraborty

Arnab Chakraborty

Updated on 01-Aug-2019 07:30:04

266 Views

Here we will see how to get the area of an n-sided regular polygon whose radius is given. Here the radius is the distance from the center of any vertex. To solve this problem, we have drawn one perpendicular from the center to one side. Let each side is of ... Read More

Advertisements