Difficulty: Easy
Correct Answer: 126,000 Ω
Explanation:
Introduction / Context:Component tolerances define allowable variation from nominal values. Reading the color code and then applying tolerance limits helps you evaluate worst-case circuit performance and ensure designs remain within specification.
Given Data / Assumptions:
Concept / Approach:Digits: brown = 1, red = 2 → '12'. Multiplier yellow = 10^4. Nominal value R_nom = 12 * 10^4 = 120,000 Ω. Maximum value R_max = R_nom * (1 + tolerance).
Step-by-Step Solution:
Compute R_nom: 12 * 10^4 = 120,000 Ω.Tolerance: ±5% → maximum = 120,000 * 1.05.R_max = 126,000 Ω.Verification / Alternative check:Minimum would be 120,000 * 0.95 = 114,000 Ω. This brackets the tolerance band and confirms the calculation of the maximum value as 126,000 Ω.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:126,000 Ω
Discussion & Comments