document.write( "Question 1125486: Nick traveled out of the country for a month. He purchased a plan from his cell phone company that would allow him to send text messages to friends and family back home. Nick's telephone company charges $ 0.30
\n" );
document.write( "
\n" );
document.write( "for a regular text message and $ 0.50
\n" );
document.write( "
\n" );
document.write( "for a multimedia text messages. This month Nick was billed $ 89
\n" );
document.write( "
\n" );
document.write( "and he sent total of 238
\n" );
document.write( "
\n" );
document.write( "messages. How many regular text messages and multimedia text messages did he send? \n" );
document.write( "
Algebra.Com's Answer #741816 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! x=regular \n" ); document.write( "238-x=multimedia \n" ); document.write( ".30x+.50(238-x)=89 \n" ); document.write( ".30x-.50x+119=89 \n" ); document.write( "-.20x=-30 \n" ); document.write( "x=150 regular ($45) \n" ); document.write( "238-x=88=multimedia ($44) \n" ); document.write( ". \n" ); document.write( " |