Difficulty: Easy
Correct Answer: True
Explanation:
Given data
Concept/Approach (why this method)
Apply order transitivity on 'cost more than': if R > B and B > S, then R > S and R > B.
Step-by-Step deduction
1) From B > S and R > B, infer R > S.2) We already have R > B; combine to yield 'R > S and R > B'.
Verification/Alternative
Construct sample numbers (S=1, B=2, R=3) → statement holds.
Common pitfalls
Final Answer
True
Discussion & Comments