A manufacturing plant produces a total of small electronic components. These components are to be distributed equally into shipping containers that hold exactly units each. How many components will be left unpacked after filling as many containers as possible?
- A25
- B39
- 17Answer
- D3
Answer
17
To find the leftover components, we must calculate the remainder of the total amount modulo 42. Using modular arithmetic, 41 is congruent to -1 modulo 42. Raising -1 to the odd power of 43 yields -1. Multiplying this by 35 gives -35. Adding 10 results in -25. Because a physical remainder must be positive, we add the divisor (42) to the intermediate value of -25 to find the equivalent positive remainder, which is 17.
Step-by-Step Solution
Key Concept
Modular Arithmetic and Negative Remainders
Estimated Time:1m 30s