Question 1068557
the cost of a long-distance phone call is $0.41 for the first minute and $0.32 for each additional minute. if the total charge for a long-distance call is $5.21, how many minutes was the call?
<pre>With C(m) being the total cost, based on "m" minutes, the  following equation is formed: C(m) = .32(m - 1) + .41
C(m) = .32m - .32 + .41
C(m) = .32m + .09
5.21 = .32m + .09 ------- Replacing C(m) with 5.21
5.21 - .09 = .32m
5.12 = .32m
m, or time call lasted = {{{highlight_green(matrix(1,4, 5.12/.32, "=", 16, minutes))}}}