📘 Quiz

Test your skills & challenge yourself 🚀

Question 1 / 20
1:00
1
Six points, A, B, C, D, E, and F, are equally spaced on a circle with radius R. How many convex pentagons, possessing distinctly different areas, can be constructed by using these points as vertices?
0:00
Solution: Step 1: Understand that the 6 points A, B, C, D, E, F are equally spaced on a circle. Step 2: We need to form convex pentagons using 5 of these points as vertices. Step 3: A key property of polygons formed by vertices on a circle is that if the vertices are equally spaced, any choice of the same number of vertices will result in congruent polygons (polygons that are identical in shape and size, differing only in orientation). Step 4: Since all pentagons formed by selecting any 5 out of these 6 equally spaced points will be congruent to each other (they can be rotated to match), they will all have the exact same area. Step 5: For example, selecting A, B, C, D, E creates a pentagon. Selecting B, C, D, E, F creates another pentagon that is simply a rotation of the first. Step 6: Therefore, there is only 1 type of convex pentagon in terms of area that can be drawn.
2
Determine the ratio of the areas of the in-circle to the circum-circle of a given square.
0:00
Solution: Step 1: Let the side length of the square be 'a' units. Step 2: For the in-circle (the circle inscribed within the square): The diameter of the in-circle is equal to the side of the square, 'a'. So, the radius of the in-circle, r1 = a/2. Step 3: For the circum-circle (the circle circumscribing the square): The diameter of the circum-circle is equal to the diagonal of the square. The diagonal of the square = a√2. So, the radius of the circum-circle, r2 = (a√2) / 2 = a/√2. Step 4: Calculate the area of the in-circle: Area_incircle = π * r1² = π * (a/2)² = πa²/4. Step 5: Calculate the area of the circum-circle: Area_circumcircle = π * r2² = π * (a/√2)² = πa²/2. Step 6: Find the ratio of the area of the in-circle to the area of the circum-circle: Ratio = (πa²/4) / (πa²/2). Step 7: Simplify the ratio: Ratio = (1/4) / (1/2) = 1/4 * 2/1 = 2/4 = 1/2. Step 8: The required ratio is 1 : 2.
3
Simplify the expression: (tan57° + cot37°) / (tan33° + cot53°).
0:00
Solution: Step 1: Recall the complementary angle identities: tan(90° - θ) = cotθ and cot(90° - θ) = tanθ. Step 2: Convert the terms in the denominator using these identities: * tan33° = tan(90° - 57°) = cot57°. * cot53° = cot(90° - 37°) = tan37°. Step 3: Substitute these conversions into the original expression: Expression = (tan57° + cot37°) / (cot57° + tan37°). Step 4: To simplify further, rewrite cot57° as 1/tan57° and tan37° as 1/cot37° in the denominator. Expression = (tan57° + cot37°) / ( (1/tan57°) + (1/cot37°) ). Step 5: Find a common denominator for the terms in the denominator: (1/tan57°) + (1/cot37°) = (cot37° + tan57°) / (tan57° * cot37°). Step 6: Now, the expression becomes: Expression = (tan57° + cot37°) / [ (cot37° + tan57°) / (tan57° * cot37°) ]. Step 7: Multiply by the reciprocal of the denominator: Expression = (tan57° + cot37°) * (tan57° * cot37°) / (cot37° + tan57°). Step 8: Cancel out the common term (tan57° + cot37°) from the numerator and denominator: Expression = tan57° * cot37°.
4
A triangle has side lengths given by the expressions (x² - 1), (x² + 1), and 2x cm. What type of triangle is it?
0:00
Solution: Step 1: Let the three side lengths of the triangle be a = (x² - 1), b = 2x, and c = (x² + 1). Step 2: For these to be valid side lengths, x must be greater than 1 (to ensure x²-1 > 0). Step 3: Identify the longest side. For x > 1, (x² + 1) will be the longest side, representing the potential hypotenuse. Step 4: Check if these side lengths satisfy the Pythagorean theorem (a² + b² = c²), which is characteristic of a right-angled triangle. Step 5: Substitute the given expressions into the Pythagorean theorem: (x² - 1)² + (2x)² = (x² + 1)². Step 6: Expand the terms: (x² - 1)² = x⁴ - 2x² + 1 (2x)² = 4x² (x² + 1)² = x⁴ + 2x² + 1 Step 7: Perform the addition on the left side of the equation: (x⁴ - 2x² + 1) + 4x² = x⁴ + 2x² + 1. Step 8: Compare the left-hand side and the right-hand side: x⁴ + 2x² + 1 = x⁴ + 2x² + 1. Step 9: Since both sides of the equation are equal, the Pythagorean theorem is satisfied. Step 10: Therefore, the triangle is a right-angled triangle.
5
Given triangle ABC where I is the incenter. If angle B is 70° and angle C is 50°, determine the measure of angle BIC.
0:00
Solution: Step 1: First, find the measure of angle A using the angle sum property of a triangle: ∠A + ∠B + ∠C = 180°. Step 2: Substitute the given values: ∠A + 70° + 50° = 180°. Step 3: Solve for ∠A: ∠A + 120° = 180° => ∠A = 60°. Step 4: Recall the property of the angle formed by the incenter. The angle ∠BIC formed by the internal angle bisectors of ∠B and ∠C is given by the formula: ∠BIC = 90° + (∠A / 2). Step 5: Substitute the value of ∠A from Step 3 into the formula: ∠BIC = 90° + (60° / 2). Step 6: Calculate: ∠BIC = 90° + 30°. Step 7: Therefore, ∠BIC = 120°.
6
There are two regular polygons. The ratio of their number of sides is 1:2, and the ratio of their interior angles is 3:4. Determine the number of sides for each polygon.
0:00
Solution: Step 1: Define variables for the number of sides. Let the number of sides of the first polygon be 'n₁' and the second polygon be 'n₂'. Given n₁ : n₂ = 1 : 2. So, let n₁ = x and n₂ = 2x. Step 2: Recall the formula for the interior angle of a regular polygon. Each interior angle (I) of a regular polygon with 'n' sides is given by I = [(n - 2) * 180°] / n. Step 3: Set up the ratio of the interior angles. Interior angle of the first polygon (I₁) = [(x - 2) * 180] / x. Interior angle of the second polygon (I₂) = [(2x - 2) * 180] / (2x). Given I₁ : I₂ = 3 : 4. [(x - 2) * 180 / x] / [(2x - 2) * 180 / (2x)] = 3 / 4. Step 4: Simplify and solve the equation. [(x - 2) / x] * [2x / (2x - 2)] = 3 / 4. [2(x - 2)] / [2(x - 1)] = 3 / 4. (x - 2) / (x - 1) = 3 / 4. Cross-multiply: 4(x - 2) = 3(x - 1). 4x - 8 = 3x - 3. 4x - 3x = 8 - 3. x = 5. Step 5: Determine the number of sides for each polygon. Number of sides of the first polygon = n₁ = x = 5. Number of sides of the second polygon = n₂ = 2x = 2 * 5 = 10. The polygons have 5 and 10 sides respectively (a pentagon and a decagon).
7
ABCD is a quadrilateral with ∠D = 90°. A circle with center O touches the sides AB, BC, CD, and DA at points P, Q, R, and S, respectively. If BC = 40 cm, BP = 28 cm, and CD = 25 cm, what is the radius of the circle?
0:00
Solution: Step 1: Recall that tangents drawn from an external point to a circle are equal in length. Step 2: From point B, BP and BQ are tangents. Given BP = 28 cm, so BQ = 28 cm. Step 3: Given BC = 40 cm. Then CQ = BC - BQ = 40 - 28 = 12 cm. Step 4: From point C, CQ and CR are tangents. Since CQ = 12 cm, CR = 12 cm. Step 5: Given CD = 25 cm. Then DR = CD - CR = 25 - 12 = 13 cm. Step 6: Let 'r' be the radius of the circle. The radius drawn to the point of tangency is perpendicular to the tangent. So, OS ⊥ DA and OR ⊥ CD. Step 7: Consider the quadrilateral DROS. We have ∠D = 90° (given), ∠ORD = 90° (radius ⊥ tangent), and ∠OSD = 90° (radius ⊥ tangent). Step 8: The sum of angles in a quadrilateral is 360°. So, ∠ROS = 360° - (90° + 90° + 90°) = 90°. Step 9: Since all angles of DROS are 90°, and OR = OS = r (radii), DROS is a square with side length equal to the radius. Step 10: Therefore, r = DR. From Step 5, DR = 13 cm. So, the radius of the circle is 13 cm.
8
If a person walks 12 km east from point L, and then 5 km north to reach point M, what is the shortest distance between L and M?
0:00
Solution: Step 1: Visualize the path taken. Traveling east and then north forms two perpendicular sides of a right-angled triangle. - The eastward journey (12 km) forms one leg. - The northward journey (5 km) forms the other leg. - The shortest distance from L to M is the hypotenuse of this right triangle. Step 2: Apply the Pythagorean theorem (`a^2 + b^2 = c^2`). - Let `a = 12` km and `b = 5` km. - `LM^2 = 12^2 + 5^2` - `LM^2 = 144 + 25` - `LM^2 = 169` Step 3: Calculate the square root to find the distance LM. - `LM = sqrt(169) = 13` km. Step 4: The shortest distance from L to M is 13 km.
9
If (1+sinθ)/(1-sinθ) = p²/q², then what is secθ equal to?
0:00
Solution: Step 1: Start with the given equation: (1 + sinθ) / (1 - sinθ) = p²/q². Step 2: Apply the Componendo and Dividendo rule: If A/B = C/D, then (A+B)/(A-B) = (C+D)/(C-D). Step 3: Apply this rule to the equation: ( (1 + sinθ) + (1 - sinθ) ) / ( (1 + sinθ) - (1 - sinθ) ) = (p² + q²) / (p² - q²). Step 4: Simplify both sides: (1 + sinθ + 1 - sinθ) / (1 + sinθ - 1 + sinθ) = 2 / (2sinθ) = 1/sinθ. Step 5: So, 1/sinθ = (p² + q²) / (p² - q²). Step 6: This gives sinθ = (p² - q²) / (p² + q²). Step 7: We need to find secθ. We know secθ = 1/cosθ. We can find cosθ using the identity cos²θ = 1 - sin²θ. Step 8: cos²θ = 1 - [ (p² - q²) / (p² + q²) ]². Step 9: cos²θ = [ (p² + q²)² - (p² - q²)² ] / (p² + q²)². Step 10: Apply the identity (A+B)² - (A-B)² = 4AB to the numerator: cos²θ = [ 4p²q² ] / (p² + q²)². Step 11: Take the square root: cosθ = (2pq) / (p² + q²). Step 12: Find secθ: secθ = 1/cosθ = (p² + q²) / (2pq). Step 13: Rewrite as `1/2 * (p²/pq + q²/pq) = 1/2 * (p/q + q/p)`.
10
In triangle ABC, AD internally bisects angle A, intersecting side BC at D. If BD measures 5 cm and BC measures 7.5 cm, what is the ratio AB:AC?
0:00
Solution: Step 1: Given that AD is the internal bisector of ∠A, meeting side BC at point D. Step 2: Apply the Angle Bisector Theorem, which states that the internal bisector of an angle of a triangle divides the opposite side in the ratio of the other two sides. Step 3: According to the theorem, AB/AC = BD/DC. Step 4: We are given BD = 5 cm and BC = 7.5 cm. Step 5: Calculate the length of DC: DC = BC - BD = 7.5 cm - 5 cm = 2.5 cm. Step 6: Substitute the values of BD and DC into the ratio from Step 3: AB/AC = 5 / 2.5. Step 7: Simplify the ratio: AB/AC = 50 / 25 = 2 / 1. Step 8: Therefore, the ratio AB : AC = 2 : 1.
11
I is the incenter of triangle ABC. Given that angle ABC is 90 degrees and angle ACB is 70 degrees, what is the measure of angle BIC?
0:00
Solution: Step 1: The sum of the interior angles of any triangle is 180°. Step 2: In ΔABC, given ∠ABC = 90° and ∠ACB = 70°. Step 3: Calculate the third angle, ∠BAC: ∠BAC = 180° - (∠ABC + ∠ACB) = 180° - (90° + 70°) = 180° - 160° = 20°. Step 4: The incenter I is the point where the angle bisectors of a triangle meet. The angle formed at the incenter by the bisectors of two angles (say, ∠B and ∠C) is related to the third angle (∠A) by the formula: ∠BIC = 90° + (∠BAC / 2). Step 5: Substitute the value of ∠BAC into the formula: ∠BIC = 90° + (20° / 2). Step 6: Calculate the value: ∠BIC = 90° + 10° = 100°. Step 7: Therefore, ∠BIC = 100°.
12
In right-angled triangle ABC, with ∠BAC = 90°, AD is the altitude to the hypotenuse BC. If BD = 3 cm and CD = 4 cm, determine the length of AD.
0:00
Solution: Step 1: Given that ΔABC is a right-angled triangle at A, and AD ⊥ BC. Step 2: In a right-angled triangle, the altitude to the hypotenuse divides the hypotenuse into two segments such that the square of the altitude is equal to the product of these segments. So, AD² = BD * CD. Step 3: We are given BD = 3 cm and CD = 4 cm. Step 4: Substitute the values into the formula: AD² = 3 * 4. Step 5: AD² = 12. Step 6: Solve for AD: AD = √12 = √(4 * 3) = 2√3 cm.
13
Determine the radius of the circum-circle for an equilateral triangle that has a side length of 12 cm.
0:00
Solution: Step 1: The formula for the circum-radius (R) of an equilateral triangle with side 'a' is `R = a / √3`. Step 2: Given the side of the equilateral triangle `a = 12` cm. Step 3: Substitute the value into the formula: `R = 12 / √3` cm. Step 4: Rationalize the denominator by multiplying the numerator and denominator by `√3`. Step 5: `R = (12 * √3) / (√3 * √3) = (12√3) / 3`. Step 6: Simplify: `R = 4√3` cm.
14
G is the centroid of triangle ABC, with side lengths AB = 7 cm, BC = 24 cm, and CA = 25 cm. Determine the length of BG.
0:00
Solution: Step 1: Check the side lengths of ΔABC (7 cm, 24 cm, 25 cm) to identify if it's a right-angled triangle. Apply the Pythagorean theorem: 7² + 24² = 49 + 576 = 625. Since 25² = 625, the triangle is a right-angled triangle with the right angle at B (opposite the hypotenuse AC). Step 2: G is the centroid of the triangle. The centroid is the point where the medians intersect. BG is a segment of the median drawn from vertex B to the midpoint of side AC. Step 3: Let D be the midpoint of the hypotenuse AC. In a right-angled triangle, the median to the hypotenuse is half the length of the hypotenuse. Step 4: Length of median BD = (1/2) * AC = (1/2) * 25 cm = 12.5 cm. Step 5: The centroid divides each median in the ratio 2:1, starting from the vertex. So, BG : GD = 2 : 1. Step 6: Therefore, BG = (2/3) of the total length of the median BD. Step 7: Calculate BG: BG = (2/3) * 12.5 = (2/3) * (25/2) = 25/3 cm. Step 8: Express as a mixed fraction: BG = 8 1/3 cm.
15
From the foot of a mountain, the summit's elevation angle is 45°. An observer ascends 2 km up an incline of 30° towards the mountain. From this new position, the summit's elevation angle becomes 60°. What is the approximate height of the mountain in km?
0:00
Solution: Step 1: Let the foot of the mountain be A and its summit be C. Let the height of the mountain be h (CB). Step 2: From point A, ∠CAB = 45°. In ΔABC (right-angled at B), tan(45°) = CB/AB ⇒ 1 = h/AB ⇒ AB = h. Step 3: The observer ascends 2 km from A to D along an incline making 30° with the horizontal (AD = 2 km, ∠DAY = 30°, where DY is vertical and AY is horizontal). Step 4: In right-angled ΔADY: DY = AD sin(30°) = 2 * (1/2) = 1 km. AY = AD cos(30°) = 2 * (√3/2) = √3 km. Step 5: From point D, the angle of elevation to the summit C is 60°. Let E be the point on CB such that DE is horizontal. Step 6: In right-angled ΔCDE: ∠CDE = 60°. CE = CB - EB = CB - DY = h - 1. DE = AB - AY = h - √3. Step 7: Apply the tangent function in ΔCDE: tan(60°) = CE/DE. Step 8: √3 = (h - 1) / (h - √3). Step 9: √3(h - √3) = h - 1 ⇒ h√3 - 3 = h - 1. Step 10: h√3 - h = 3 - 1 ⇒ h(√3 - 1) = 2. Step 11: h = 2 / (√3 - 1). Step 12: Rationalize the denominator: h = 2(√3 + 1) / ((√3)² - 1²) = 2(√3 + 1) / 2 = √3 + 1. Step 13: Substitute √3 ≈ 1.732: h = 1.732 + 1 = 2.732 km. Step 14: The approximate height of the mountain is 2.7 km.
16
Given an isosceles right-angled triangle ABC, with the right angle at C. If D is the midpoint of the hypotenuse AB, what is the value of AD² + BD² in terms of CD²?
0:00
Solution: Step 1: In an isosceles right-angled triangle ABC with ∠C = 90°, the two legs are equal in length: AC = BC. Let AC = BC = 'a'. Step 2: By the Pythagorean theorem, the length of the hypotenuse AB is: AB² = AC² + BC² = a² + a² = 2a². So, AB = a√2. Step 3: D is the midpoint of the hypotenuse AB. Therefore, AD = BD = AB/2 = (a√2)/2 = a/√2. Step 4: A property of right-angled triangles states that the median drawn from the vertex of the right angle to the hypotenuse is half the length of the hypotenuse. So, CD = AB/2 = (a√2)/2 = a/√2. Step 5: Calculate AD² + BD²: AD² = (a/√2)² = a²/2. BD² = (a/√2)² = a²/2. AD² + BD² = a²/2 + a²/2 = a². Step 6: From Step 4, we have CD = a/√2. Squaring both sides gives CD² = (a/√2)² = a²/2. Step 7: From CD² = a²/2, we can express a² as 2 * CD². Step 8: Substitute this into the expression for AD² + BD²: AD² + BD² = a² = 2 * CD².
17
Calculate the value of sin²30°cos²45° + 2tan²30° - sec²60°.
0:00
Solution: Step 1: Recall the standard trigonometric values for the given angles: sin30° = 1/2 cos45° = 1/√2 tan30° = 1/√3 sec60° = 1/cos60° = 1/(1/2) = 2 Step 2: Substitute these values into the expression: (1/2)² × (1/√2)² + 2 × (1/√3)² - (2)² Step 3: Perform the squaring operations: (1/4) × (1/2) + 2 × (1/3) - 4 Step 4: Perform the multiplication operations: 1/8 + 2/3 - 4 Step 5: Find a common denominator for the fractions (LCM of 8 and 3 is 24) and perform addition/subtraction: (3/24) + (16/24) - (96/24) = (3 + 16 - 96) / 24 = (19 - 96) / 24 = -77 / 24.
18
Simplify the expression ( (sinθ - 2sin³θ) / (2cos³θ - cosθ) )² + 1, where θ ≠ 45°.
0:00
Solution: Step 1: Factor out common terms from the numerator and denominator within the fraction. Numerator: sinθ(1 - 2sin²θ). Denominator: cosθ(2cos²θ - 1). Step 2: Recognize the double-angle identities: cos(2θ) = 1 - 2sin²θ and cos(2θ) = 2cos²θ - 1. Step 3: Substitute these identities into the fraction: ( (sinθ * cos(2θ)) / (cosθ * cos(2θ)) )². Step 4: Cancel out the common term cos(2θ) (since θ ≠ 45°, cos(2θ) ≠ 0): (sinθ / cosθ)². Step 5: Apply the quotient identity sinθ/cosθ = tanθ: (tanθ)². Step 6: Add 1 back to the expression: tan²θ + 1. Step 7: Apply the Pythagorean identity: tan²θ + 1 = sec²θ.
19
What is the value of cos(15°) - cos(165°)?
0:00
Solution: Step 1: Apply the angle reduction formula for cos(165°): cos(165°) = cos(180° - 15°). Step 2: Use the identity cos(180° - θ) = -cos(θ). So, cos(165°) = -cos(15°). Step 3: Substitute this back into the original expression: cos(15°) - (-cos(15°)). Step 4: Simplify the expression: cos(15°) + cos(15°) = 2cos(15°). Step 5: Recall the value of cos(15°). It can be derived using cos(45° - 30°): cos(15°) = cos(45°)cos(30°) + sin(45°)sin(30°) cos(15°) = (1/√2)(√3/2) + (1/√2)(1/2) cos(15°) = (√3 + 1) / (2√2). Step 6: Substitute the value of cos(15°) back into the expression 2cos(15°): 2 * ( (√3 + 1) / (2√2) ). Step 7: Simplify: (√3 + 1) / √2. Step 8: Rationalize the denominator by multiplying by √2/√2: ( (√3 + 1) * √2 ) / (√2 * √2) = (√6 + √2) / 2. Step 9: *Note: The provided answer √3+1 / 2√2 is the unrationalized form of (√6+√2)/2, but the option shown `3–√+12–√3+12` seems to be (√3+1)/2, which is incorrect. The `3–√+12–√3+12` in options matches `(√3+1)/(2)` without the root. The given correct answer text `3–√+12–√3+12` in the raw input is also ambiguous due to missing backslashes for sqrt. Assuming it meant `(sqrt(3)+1)/(2*sqrt(2))` or `(sqrt(3)+1)/2`.* The provided solution gives `(√3+1)/(2√2)`. Let's stick to this as the simplified answer. Step 10: Final answer: (√3 + 1) / (2√2).
20
Given a triangle whose side lengths are in proportion to the numbers 7, 24, and 30, classify the type of angle it possesses.
0:00
Solution: Step 1: Let the sides of the triangle be 7k, 24k, and 30k for some constant k > 0. For classification, we can use the actual numbers 7, 24, and 30. Step 2: Identify the longest side, which is 30. Let's call the sides a=7, b=24, c=30. Step 3: Apply the extended Pythagorean theorem to classify the triangle based on its angles: * If a² + b² = c², it's a right-angled triangle. * If a² + b² > c², it's an acute-angled triangle. * If a² + b² < c², it's an obtuse-angled triangle. Step 4: Calculate the sum of squares of the two shorter sides: 7² + 24² = 49 + 576 = 625. Step 5: Calculate the square of the longest side: 30² = 900. Step 6: Compare the results: 625 < 900. Step 7: Since the sum of the squares of the two shorter sides is less than the square of the longest side (625 < 900), the triangle is an obtuse-angled triangle.
📊 Questions Status
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20