
Bradford T. answered 11/22/20
Retired Engineer / Upper level math instructor
Let x be the number of boxes and y the shipping and handling cost.
12x + y = 80.75
9x + y = 62
21x + y = 137
Assuming the shipping and handling cost is the same for each order:
Put the three equations into matrix form:
[12 1 80.75]
[ 9 1 62.00]
[21 1 137.00]
Converting the matrix to Reduced Row Echelon Form (RREF):
[1 0 6.75]
[0 1 5.25]
[0 0 0 ]
Which means the price per box is $6.75 and shipping and handling is $5.25.
1) C(x) = 6.75x + 5.25.
2) $6.75
3) $5.25
Edward J.
Thanks a lot.11/23/20