document.write( "Question 98403: The credit remaining on a phone card (in dollars) is a linear function of the total calling time made with the card (in minutes), as shown in the figure below. The remaining credit after 23 minutes of calls is $21.78 , and the remaining credit after 57 minutes of calls is $17.02 . What is the remaining credit after 87 minutes of calls?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #71568 by mathslover(157)![]() ![]() You can put this solution on YOUR website! let the total credit C after M minutes of call be given by \n" ); document.write( "C = $(a*M + b) where a and b are some constants.\r \n" ); document.write( "\n" ); document.write( "So we have: \n" ); document.write( "21.78 = a * 23 + b (1) and \n" ); document.write( "17.02 = a * 57 + b (2)\r \n" ); document.write( "\n" ); document.write( "Subtracting equation (2) from (1):\r \n" ); document.write( "\n" ); document.write( "4.76 = -34a \n" ); document.write( "a = -4.76/34 \n" ); document.write( " = -.14\r \n" ); document.write( "\n" ); document.write( "Putting this value of a in equation (1): \n" ); document.write( "21.78 = -.14 * 23 + b\r \n" ); document.write( "\n" ); document.write( "therefore, b = 21.78 + 3.22 \n" ); document.write( " = 25\r \n" ); document.write( "\n" ); document.write( "So the linear equation for the credit remaining after M minutes of call is \n" ); document.write( "C = $(-.14 * M + 25)\r \n" ); document.write( "\n" ); document.write( "So, the remaining credit after 87 minutes \n" ); document.write( "C = -.14 * 87 + 25 \n" ); document.write( " = $12.82 \n" ); document.write( " |