document.write( "Question 1086496: 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 #700701 by mathmate(429)![]() ![]() You can put this solution on YOUR website! Question: \n" ); document.write( "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 minutes of calls is $26.50, and the remaining credit after 53 minutes of calls is $22.58. What is the remaining credit after 61 minutes of calls ?\r \n" ); document.write( "\n" ); document.write( "Solution: \n" ); document.write( "Given linear function, we have two given points of \n" ); document.write( "f(n), namely \n" ); document.write( "(25,26.50), (53,22.58) \n" ); document.write( "So apply the two point formula: \n" ); document.write( "slope m=(y1-y1)/(x2-x1) \n" ); document.write( "=(22.58-26.5)/(53-25) \n" ); document.write( "=-3.92/28 \n" ); document.write( "=-0.14 \n" ); document.write( " \n" ); document.write( "the equation required is \n" ); document.write( "(y-y1)=m(x-x1) \n" ); document.write( "y-26.5=-.14(x-25) \n" ); document.write( "simplify to get \n" ); document.write( "y=-0.14x+30 \n" ); document.write( " \n" ); document.write( "The amount left after 61 calls \n" ); document.write( "A=f(61)=-0.14*61+30=21.46 \n" ); document.write( " |