document.write( "Question 259736: The cost of a telephone call using long-distance carrier A is $1.00 for any time up to and including 20 minutes and $0.07 per minute thereafter. The cost using long-distance carrier B is $0.06 per minute for any amount of time. For a call that lasts t minutes, the cost using carrier A is the same as the cost using carrier B. If t is a positive integer greater than 20, what is the value of t? \n" ); document.write( "
Algebra.Com's Answer #191188 by richwmiller(17219) You can put this solution on YOUR website! $1 20 minutes +.07 \n" ); document.write( ".06 per minute\r \n" ); document.write( "\n" ); document.write( "20 minutes each \n" ); document.write( "$1 for a \n" ); document.write( "1.20 for b \n" ); document.write( "now to find where they are the same after those 20 minutes \n" ); document.write( "7x=6x+20 \n" ); document.write( "x=20 \n" ); document.write( "after 20 MORE minutes they are equal \n" ); document.write( "1+20*.07=1.20+.06*20 \n" ); document.write( "2.40=1.20+1.20 \n" ); document.write( "2.40=2.40 \n" ); document.write( "A 40 minute call will cost the same on both carriers. \n" ); document.write( " \n" ); document.write( " |