mediumx= Linear Equations·20 pts·0 solved
Ticket Prices Word Problem
Problem Statement
\\text{Adult tickets cost } \\$6 \\text{ and child tickets } \\$4. \\text{ A total of } 50 \\text{ tickets sold for } \\$240. \\text{ How many adult tickets } a \\text{ were sold?}
Your Answer (variables: a, c)
Hints
Discussion (0)
Loading discussion…
No graph available for this problem type.
Tips
- Use standard math syntax:
^for powers,*for multiplication. - For systems, enter each value with its variable, e.g.
x = 3, y = 2(or just3, 2). - For factoring, write your answer as a product, e.g.
(x-2)*(x+2).