SOLUTION: adult tickets sold for 5 dollars
student tickets sold for 2 dollars
a total of 16 tickets were sold and a total of 62 dollars was colleceted
let x = # of adult tickets
let Y
Question 463625: adult tickets sold for 5 dollars
student tickets sold for 2 dollars
a total of 16 tickets were sold and a total of 62 dollars was colleceted
let x = # of adult tickets
let Y = # of student tickets
write a linear system that represents this situation Answer by aliateach(10) (Show Source):
You can put this solution on YOUR website! let x = number of adult tickets sold
let y = number of student ticket sold
x+ y = 16
5x+2y = 62