document.write( "Question 223142: Suppose that the credit remaining on a phone card (in dollars) is a linear function of the total calling time (in minutes). When graphed, the function gives a line with a slope of -0.16
\n" );
document.write( "There is $29.00 in credit remaining on the card after 25 minutes of calls. How much credit was there after 18 minutes of calls? \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #166906 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Suppose that the credit remaining on a phone card (in dollars) is a linear function of the total calling time (in minutes). When graphed, the function gives a line with a slope of -0.16 \n" ); document.write( "There is $29.00 in credit remaining on the card after 25 minutes of calls. How much credit was there after 18 minutes of calls? \n" ); document.write( "----------------- \n" ); document.write( "Credit Equation: C(x) = -0.16x + r where \"x\" is number of minutes of calls \n" ); document.write( "29 = -0.16*25 + r \n" ); document.write( "r = 29+4 dollars \n" ); document.write( "r = 33 dollars \n" ); document.write( "----------------------- \n" ); document.write( "So the Credit Remaining equation is: \n" ); document.write( "C(x) = -0.16x + 33 \n" ); document.write( "------------------------ \n" ); document.write( "How much credit was there after 18 minutes of calls? \n" ); document.write( "C(18) = -0.16*18+33 \n" ); document.write( "C(18) = $30.12 \n" ); document.write( "==================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |