document.write( "Question 127717: at a college prodution of streetcar named desire 400tickets were sold. the ticket prices were $8, $10, and $12 and the total income from the ticket sales was 3700. how many tickets of each type were sold if the combined number of $8 and $10 tickets sold was 7 times the number of $12 tickets sold? \n" ); document.write( "
Algebra.Com's Answer #93620 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! prices were $8, $10, and $12 and the total income from the ticket sales was $3700. how many tickets of each type were sold if the combined number of $8 and $10 tickets sold was 7 times the number of $12 tickets sold? \n" ); document.write( ": \n" ); document.write( "It says 400 tickets sold: \n" ); document.write( "x + y + z = 400 \n" ); document.write( ": \n" ); document.write( "It says: \n" ); document.write( "\"prices were $8, $10, and $12 and the total income from the ticket sales was 3700. \n" ); document.write( "8x + 10y + 12z = 3700 \n" ); document.write( ": \n" ); document.write( "It says: \n" ); document.write( "\"the combined number of $8 and $10 tickets sold was 7 times the number of $12 tickets sold?\" \n" ); document.write( "x + y = 7z \n" ); document.write( "x = (7z-y) \n" ); document.write( ": \n" ); document.write( "Using the 1st equation, substitute (7z-y) for x \n" ); document.write( "(7z-y) + y + z = 400 \n" ); document.write( "7z + z - y + y = 400 \n" ); document.write( "8z = 400 \n" ); document.write( "z = \n" ); document.write( "z = 50 ea $12 ticket sold \n" ); document.write( "; \n" ); document.write( "Substitute 50 for z in the 1st equation: \n" ); document.write( "x + y + 50 = 400 \n" ); document.write( "x + y = 400 - 50 \n" ); document.write( "x + y = 350 \n" ); document.write( "x = (350-y) \n" ); document.write( ": \n" ); document.write( "Subsitute 50 for z in the 2nd equation: \n" ); document.write( "8x + 10y + 12(50) = 3700 \n" ); document.write( "8x + 10y + 600 = 3700 \n" ); document.write( "8x + 10y = 3700 - 600 \n" ); document.write( "8x + 10y = 3100 \n" ); document.write( ": \n" ); document.write( "Substitute (350-y) for x in the above equation \n" ); document.write( "8(350-y) + 10y = 3100 \n" ); document.write( "2800 - 8y + 10y = 3100 \n" ); document.write( "2y = 3100 - 2800 \n" ); document.write( "2y = 300 \n" ); document.write( "y = \n" ); document.write( "y = 150 ea $10 tickets \n" ); document.write( ": \n" ); document.write( "I'll let you find the number of $8 tickets (x), there are several ways to do it. \n" ); document.write( " |