document.write( "Question 1007261: At the movies you buy a soda for $2.75 and 2 small popcorns. What is a variable you could use to represent the cost of one small popcorn? Write an expression that represents your total cost. \n" ); document.write( "
Algebra.Com's Answer #623210 by josgarithmetic(39620)\"\" \"About 
You can put this solution on YOUR website!
You choose any variable you want. cost is price*quantity;
\n" ); document.write( "\"cost=price%2Aquantity\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "You can pick a variable that helps you recognize \"cost\".
\n" ); document.write( "\"c=p%2Aq\"
\n" ); document.write( "or
\n" ); document.write( "\"v=p%2Aq\"
\n" ); document.write( "or
\n" ); document.write( "\"m=p%2Aq\"
\n" ); document.write( "whatever you want.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Notice p and q for Price and Quantity.
\n" ); document.write( "
\n" );