Difficulty: Easy
Correct Answer: 182 kΩ
Explanation:
Introduction / Context:The 555 timer in monostable mode generates a single pulse whose duration depends on an external resistor and capacitor. The standard timing relation is T = 1.1 * R * C for the high output interval. This question tests your ability to rearrange the formula and select a practical resistor value for a specified pulse width and known capacitance, a frequent task in embedded timing and pulse-generation circuits.
Given Data / Assumptions:
Concept / Approach:Rearrange the timing equation to solve for R1. Ensure unit consistency (seconds, farads, ohms). After computing R1, compare the result to the offered options, rounding to a standard resistor value where appropriate.
Step-by-Step Solution:
1) Start with T = 1.1 * R1 * C1.2) Solve for R1: R1 = T / (1.1 * C1).3) Substitute values: R1 = 0.002 s / (1.1 * 10e-9 F).4) Compute denominator: 1.1 * 10e-9 = 11e-9.5) R1 = 0.002 / 11e-9 = (2e-3) / (11e-9) ≈ 181,818 Ω ≈ 182 kΩ.Verification / Alternative check:Back-calculate the pulse: T_est = 1.1 * 182,000 * 10e-9 ≈ 1.1 * 0.00182 ≈ 0.002002 s ≈ 2.00 ms, matching the requirement.
Why Other Options Are Wrong:
Common Pitfalls:Confusing microfarads with nanofarads, omitting the 1.1 constant, or rounding to a non-standard value that misses timing by a wide margin.
Final Answer:182 kΩ
Discussion & Comments