document.write( "Question 1007226: Can you solve this?\r
\n" );
document.write( "\n" );
document.write( "A 5 minute overseas call cost $5.91 and a 10 minute call costs $10.86. The cost of the call and the length of the call have a linear relationship. Write the equation that models the situation. How long can you talk on the phone if you have $12? \n" );
document.write( "
Algebra.Com's Answer #623200 by fractalier(6550) You can put this solution on YOUR website! A five-minute difference in the two calls results in an increase of \n" ); document.write( "10.86 - 5.91 = $4.95 \n" ); document.write( "That means the company charges $4.95 / 5 = $.99 a minute. \n" ); document.write( "The original five-minute call costs $4.95 plus another $.96. That's how they got $5.91 for its charge. \n" ); document.write( "Thus the equation for this situation is (using C for cost and m for minutes) \n" ); document.write( "C = .99m + .96 \n" ); document.write( "Now plug 12 in for C and get \n" ); document.write( "12 = .99m + .96 \n" ); document.write( "m = 11.15 minutes...probably rounded to 11 minutes... \n" ); document.write( " |