- If all numbers are negative: • Compare them without the minus sign • Then reverse the order Quick Trick Example: - Compare: -12, -45, -30 - Ignore minus: 12, 45, 30 → Order: 12, 30, 45 - Flip: -45, -30, -12