document.write( "Question 1086493: The credit remaining on a phone card (in dollars) is a linear function of the total calling time made with the card (in minutes). The remaining credit after
\n" );
document.write( "25
\n" );
document.write( "minutes of calls is
\n" );
document.write( "$26.50
\n" );
document.write( ", and the remaining credit after
\n" );
document.write( "53
\n" );
document.write( " minutes of calls is
\n" );
document.write( "$22.58
\n" );
document.write( ". What is the remaining credit after
\n" );
document.write( "61 minutes of calls ?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #700713 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! set it up as an ordered pair \n" ); document.write( "(25, 26.50) \n" ); document.write( "(53, 22.58) \n" ); document.write( "the slope is -3.92/27=-0.14152 \n" ); document.write( "61 minutes is 8 more than 53. Multiply that 8 by the slope and get -1.16 \n" ); document.write( "That is subtracted from the $22.58 to get $21.42 \n" ); document.write( " |