Trigonometry — Foundation
Level 1 — Recognition Test
Time Limit: 20 minutes Total Marks: 30
Section A — Multiple Choice Questions (1 mark each)
Choose the correct option.
Q1. In a right triangle, is defined as:
- (a) adjacent / hypotenuse
- (b) opposite / hypotenuse
- (c) opposite / adjacent
- (d) hypotenuse / opposite
Q2. The value of is:
- (a)
- (b)
- (c)
- (d)
Q3. The reciprocal of is:
- (a)
- (b)
- (c)
- (d)
Q4. equals:
- (a)
- (b)
- (c)
- (d)
Q5. The value of is:
- (a)
- (b)
- (c)
- (d) undefined
Q6. By the Pythagorean theorem, in a right triangle with legs and hypotenuse :
- (a)
- (b)
- (c)
- (d)
Q7. The mnemonic "SOH" stands for:
- (a) Sine = Opposite / Hypotenuse
- (b) Sine = Opposite / Height
- (c) Secant = Opposite / Hypotenuse
- (d) Sine = Adjacent / Hypotenuse
Q8. is defined as:
- (a)
- (b)
- (c)
- (d)
Q9. The value of is:
- (a)
- (b)
- (c)
- (d) undefined
Q10. A triangle has sides . It is:
- (a) not a right triangle
- (b) a right triangle (by converse of Pythagoras)
- (c) an equilateral triangle
- (d) an obtuse triangle
Section B — Matching (1 mark each row = 4 marks)
Q11. Match Column A with the correct value in Column B.
| Column A | Column B | |
|---|---|---|
| (i) | (P) | |
| (ii) | (Q) | |
| (iii) | (R) | |
| (iv) | (S) |
Section C — True/False WITH Justification (2 marks each)
State True or False and give a one-line reason. (1 mark answer + 1 mark justification)
Q12. .
Q13. .
Q14. for any valid .
Q15. A triangle with sides is a right triangle.
Q16. .
Q17. In an angle of elevation problem, the angle is measured from the horizontal line up to the line of sight.
Section D — Short Application (3 marks)
Q18. A ladder leans against a wall making an angle of with the ground. If the ladder is m long, how high up the wall does it reach? (Use .)
Answer keyMark scheme & solutions
Section A (10 marks)
Q1. (b) — sine = opposite/hypotenuse (SOH). [1]
Q2. (a) — from the 30-60-90 triangle, = adjacent/hyp = . [1]
Q3. (c) — by definition . [1]
Q4. (a) — complementary angle relation. [1]
Q5. (b) — in a 45-45-90 triangle opposite = adjacent, so . [1]
Q6. (c) — Pythagorean theorem. [1]
Q7. (a) Sine = Opposite / Hypotenuse. [1]
Q8. (b) — reciprocal identity. [1]
Q9. (c) — . [1]
Q10. (b) right triangle — since (converse of Pythagoras). [1]
Section B (4 marks)
Q11.
- (i) → (R):
- (ii) → (P):
- (iii) → (Q):
- (iv) → (S):
[1 each = 4]
Section C (12 marks)
Q12. True. [1] Because . [1]
Q13. False. [1] , which equals , not . [1]
Q14. True. [1] Since , the product is . [1]
Q15. False. [1] , so it fails the converse of Pythagoras. [1]
Q16. True. [1] From the unit-circle/standard-angle table, . [1]
Q17. True. [1] Angle of elevation is measured upward from the horizontal to the line of sight. [1]
Section D (3 marks)
Q18. Height . [1] m. [1] m. [1]
[
{"claim":"cos60 = 1/2","code":"result = cos(rad(60)) == Rational(1,2)"},
{"claim":"3-4-5 is right triangle","code":"result = (3**2 + 4**2 == 5**2)"},
{"claim":"cos(90-30)=sin30 not cos30","code":"result = (cos(rad(60)) == sin(rad(30))) and (cos(rad(60)) != cos(rad(30)))"},
{"claim":"ladder height 10*sin60 = 5*sqrt3","code":"result = simplify(10*sin(rad(60)) - 5*sqrt(3)) == 0"},
{"claim":"6-8-11 not right triangle","code":"result = (6**2 + 8**2 != 11**2)"}
]