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

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


   



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) About Me  (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