document.write( "Question 507562: For a long distance person to person telephone call, a telephone company charges $0.43 for the first minute, $0.32 for each additional minute, and a $2.10 service charge. If the cost of a call is $5.73, how long did the person talk? \n" ); document.write( "
Algebra.Com's Answer #340545 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! y = 43 cents + 32(x) cents + 210 cents \n" ); document.write( "y = 573 cents \n" ); document.write( ". \n" ); document.write( "573 = 32x + 253 \n" ); document.write( "32x = 573 -253 \n" ); document.write( "32x = 320 \n" ); document.write( "x = 10 \n" ); document.write( ". \n" ); document.write( "The phone call was 10 minutes. \n" ); document.write( ". \n" ); document.write( "Done \n" ); document.write( " |