Question 1165695
let a = no. of adult tickets ($5)
let s = no. of student tickets ($3)
:
A small art museum charges $5 for an adult ticket and $3 for a student ticket .
 at the end of the day the museum sold 81 tickets and made $371.
a + s = 81
5a + 3s = 371
:
multiply the 1st equation by 3, subtract from 2nd equation
5a + 3s = 371
3a + 3s = 243
---------------Subtraction eliminates s, find a
2a + 0  = 128
a = 128/2
a = 64 adult tickets
find s
81 - 64 = 17 students
:
:
:
Check using the 2nd equation
5(64) + 3(17) =
320 + 51 = 371
 
:

: