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)![]() ![]() 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( " |