document.write( "Question 1188389: Sophie is buying soft drinks for a group of people at the movie theater. Some wanted large drinks, a different number of people wanted medium drinks, and twice as many people wanted small drinks as the number of people who wanted medium drinks. Large drinks cost $2.50, medium drinks $2, and small drinks cost $1. Write an expression to represent the total amount of money Sophie spends on drinks.
\n" ); document.write( "Please help soon.
\n" ); document.write( "

Algebra.Com's Answer #819477 by josgarithmetic(39618)\"\" \"About 
You can put this solution on YOUR website!
The description is incomplete. Not known how many of the group want large drinks and not known, how many people are in the group.
\n" ); document.write( "
\r\n" );
document.write( "Size          PRICE       HOW MANY     COST\r\n" );
document.write( "\r\n" );
document.write( "LARGE          2.5          L          2.5L\r\n" );
document.write( " \r\n" );
document.write( "MEDIUM         2.0          m          2m\r\n" );
document.write( "\r\n" );
document.write( "SMALL          1.0          2m         2m\r\n" );
document.write( "

\n" ); document.write( "Total money spent is \"2.5L%2B4m\"\"dollars\".
\n" ); document.write( "
\n" );