document.write( "Question 42010: please help me solve this problem asap\r
\n" );
document.write( "\n" );
document.write( "The cost of a long-distance telephone call is 80 cents for the first three minutes and 20 cents for each additional minute.\r
\n" );
document.write( "\n" );
document.write( "a. Write a formula for the total cost,T, of a phone call lasting m minutes.\r
\n" );
document.write( "\n" );
document.write( "b. Using the formula,find the total cost of an 8-minute call?\r
\n" );
document.write( "\n" );
document.write( "when you solve this can you make sure you explain how you get the answer because i really need to know how to do it when i take my test \n" );
document.write( "
Algebra.Com's Answer #27208 by josmiceli(19441)![]() ![]() You can put this solution on YOUR website! m is the total minutes \n" ); document.write( "(m - 3) is the minutes excluding the first three minutes \n" ); document.write( "T = .80 + .20(m - 3) \n" ); document.write( "With m = 8 \n" ); document.write( "T = .80 + .20(8 - 3) \n" ); document.write( "T = .80 + 1.00 \n" ); document.write( "T = $1.80 \n" ); document.write( "answer \n" ); document.write( " |