Concept Flow
Assembly Configurations Table +------------+---------+---------+ | Component | Config1 | Config2 | +------------+---------+---------+ | Wheel | 4 | 6 | | Bolt | 8 | 12 | | Nut | 8 | 12 | +------------+---------+---------+ | Total Parts| ? | ? | +------------+---------+---------+
This table shows parts count for two assembly configurations. We want to calculate total parts per configuration by summing the parts counts.
