Difficulty: Easy
Correct Answer: 2, 4, 1, 3
Explanation:
Introduction / Context:
This ordering problem models a simple manufacturing pipeline in textiles. The objective is to put raw materials and processes into a realistic sequence leading to the finished product.
Given Data / Assumptions:
Concept / Approach:
Transform raw cotton into thread (spun yarn). Then use weaving to interlace threads to produce cloth. Order entities from raw to process to final product.
Step-by-Step Solution:
Verification / Alternative check:
Cross-check with standard textile flow: raw fibre → yarn → fabric. The mapping 2→4→1→3 aligns.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing weaving (process) with thread (material); skipping the spinning step.
Final Answer:
2, 4, 1, 3
Discussion & Comments