document.write( "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? \n" ); document.write( "
Algebra.Com's Answer #683878 by MathTherapy(10551)\"\" \"About 
You can put this solution on YOUR website!
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?
\n" ); document.write( "
With C(m) being the total cost, based on \"m\" minutes, the  following equation is formed: C(m) = .32(m - 1) + .41
\n" ); document.write( "C(m) = .32m - .32 + .41
\n" ); document.write( "C(m) = .32m + .09
\n" ); document.write( "5.21 = .32m + .09 ------- Replacing C(m) with 5.21
\n" ); document.write( "5.21 - .09 = .32m
\n" ); document.write( "5.12 = .32m
\n" ); document.write( "m, or time call lasted = \"highlight_green%28matrix%281%2C4%2C+5.12%2F.32%2C+%22=%22%2C+16%2C+minutes%29%29\" \n" ); document.write( "
\n" );