A logistics company calculates the shipping cost , in dollars, for a parcel of weight pounds shipped over a distance of miles using the following piecewise pricing model:
- A fixed base fee of .
- An additional weight surcharge of per pound for every pound (or fraction thereof) exceeding pounds.
- An additional distance surcharge of per mile for every mile exceeding miles.
- A flat combined heavy-distance surcharge of applied if and only if AND .
A customer ships two parcels, Parcel 1 and Parcel 2:
- Parcel 1 weighs pounds (where is an integer greater than 10) and is shipped a distance of miles (where is an integer greater than 500).
- Parcel 2 weighs pounds and is shipped a distance of miles.
Let be the shipping cost of Parcel 1 and be the shipping cost of Parcel 2.
Which of the following statements MUST be true? Select all such statements.
- If , then Parcel 1 costs exactly more to ship than Parcel 2.Cevap
- If , Parcel 2 always costs exactly more to ship than Parcel 1.Cevap
- CThe total combined shipping cost of both parcels, , is independent of the distance .
- DParcel 2 always costs more to ship than Parcel 1, regardless of the value of .
- EIf , the shipping cost of Parcel 2 is plus .