SOLUTION: 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 you

Algebra ->  Coordinate Systems and Linear Equations  -> Linear Equations and Systems Word Problems -> SOLUTION: 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 you      Log On


   



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.
Answer by josgarithmetic(39620) About Me  (Show Source):
You can put this solution on YOUR website!
You choose any variable you want. cost is price*quantity;
cost=price%2Aquantity

You can pick a variable that helps you recognize "cost".
c=p%2Aq
or
v=p%2Aq
or
m=p%2Aq
whatever you want.

Notice p and q for Price and Quantity.