Mathematics · Quantitative Aptitude

Circle and Arc Properties

117 Questions

Circle and arc properties involve calculating arc lengths, understanding radius relationships, and solving geometric proofs. These geometry concepts are crucial for quantitative aptitude tests. Review these questions to improve your spatial reasoning and accuracy.

Arc length calculationsCircle theoremsRadius and diameterInscribed polygonsCentral angles

Circle and Arc Properties Questions

Multiple choice general knowledge math & puzzles
  1. Pythagorean

  2. Archimedian

  3. Euclidean

  4. Galilean

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In Euclidean geometry, π is defined as the ratio of a circle's circumference to its diameter. Euclidean geometry is the classical form of geometry based on Euclid's axioms. In non-Euclidean geometries (spherical or hyperbolic), the ratio of circumference to diameter is not constant and differs from π. This is a fundamental property that distinguishes Euclidean from other geometric systems.

Multiple choice general knowledge science & technology
  1. 2 pi R Theta

  2. R x R x Theta

  3. R x theta/ (2 pi)

  4. R x theta

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The formula for arc length when angle is in radians is s = R × theta, where theta is the angle in radians. This is because the definition of radian measure comes from arc length divided by radius. Option A would give circumference multiplied by angle, while option B incorrectly squares the radius.

Multiple choice general knowledge math & puzzles
  1. 13 ,8 ,2

  2. 14 , 5 ,9

  3. 10 ,13 ,12

  4. 5 ,6 ,3

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Let the radii be a, b, and c. The distances between centers are sums of radii: a+b=15, b+c=10, and a+c=21. Adding these gives 2(a+b+c)=46, so a+b+c=23. Solving for each: c=23-15=8, a=23-10=13, and b=23-21=2. The radii are 13, 8, and 2.

Multiple choice general knowledge math & puzzles
  1. 26.25

  2. 27.85

  3. 22.45

  4. 32.25

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Using the right triangles ABD and ACD, we find BC = BD + DC. From Pythagoras: BD = sqrt(17.5^2 - 3^2) and DC = sqrt(9^2 - 3^2). This gives BC ≈ 25.725. The circumradius formula R = abc/(4 × Area) with Area = (1/2) × BC × AD yields R = (17.5 × 9 × 25.725)/(4 × 38.588) ≈ 26.25.

Multiple choice general knowledge math & puzzles
  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

An angle inscribed in a circle is bisected by a ray. This ray only passes through the center of the circle if the inscribed angle is symmetric with respect to the center (i.e., its sides are chords of equal length). In general, it does not pass through the center, so the statement is false.

Multiple choice technology programming languages
  1. A circle at (100, 100) with radius of 44

  2. A circle at (100, 44) with radius of 100

  3. A circle at (100, 44) with radius of 44

  4. The code does not compile

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The code contains a compilation error - the paint() method signature is incorrect as it's missing proper parameters or doesn't override a valid method. Without seeing the actual method signature and body, the code cannot compile successfully.