document.write( "Question 1013460: Suppose minutes on a cell phone plan cost $0.11 each, and you get 3 texts per minute. If you send or receive 1800 texts per month and talk an additional 220 minutes per month, how much will your cell phone bill be? \n" ); document.write( "
Algebra.Com's Answer #629723 by macston(5194)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "T=minutes talked; X=number of texts \n" ); document.write( ". \n" ); document.write( "Bill=$0.11(T+X/3) \n" ); document.write( "Bill=$0.11(220 + 1800/3) \n" ); document.write( "Bill=$0.11(220+600) \n" ); document.write( "Bill=$0.11(820)=$90.20 \n" ); document.write( ". \n" ); document.write( "ANSWER: Your bill for minutes would be $90.20 \n" ); document.write( " |