SOLUTION: At a college play production, 360 tickets were sold. The ticket prices were $8, $10, and $12 and the total income from ticket sales was 3436. How many tickets of each type were wol
Algebra ->
Systems-of-equations
-> SOLUTION: At a college play production, 360 tickets were sold. The ticket prices were $8, $10, and $12 and the total income from ticket sales was 3436. How many tickets of each type were wol
Log On
Question 1115646: At a college play production, 360 tickets were sold. The ticket prices were $8, $10, and $12 and the total income from ticket sales was 3436. How many tickets of each type were wold if the number of $8 tickets sold was twice the number of $12 tickets sold? Found 2 solutions by josgarithmetic, ikleyn:Answer by josgarithmetic(39617) (Show Source):
It is a typical problem to solve using a single unknown.
Let x = # of $12 tickets.
Then the number of $8 tickets is 2x, according to the condition.
Then the number of $10 tickets is (360 - x - 2x) = (360-3x).
Now your "money" equation is
8*(2x) + 10*(360-3x) + 12*x = 3436, or
16x + 3600 - 30x + 12x = 3436
-2x = 3436 - 3600 = - 164 ====> x = 82.
Answer. 82 $12 tickets; 2*82 = 164 $8 tickets; and (360-3*82) = 114 $10 tickets.
Check. 12*82 + 8*164 + 10*114 = 3436 dollars. ! Correct !