document.write( "Question 151000: A basketball fieldhouse seats 15,000. Courtside seats sell for $ 9, endzone for $7, and balcony for $4. The total revenue from a sell-out is $81,000. If half the courtside and balcony seats and all the endzone seats are sold, the total revenue is $47,500. How many of each type are there? \n" ); document.write( "
Algebra.Com's Answer #111038 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A basketball fieldhouse seats 15,000. Courtside seats sell for $ 9, endzone for $7, and balcony for $4. The total revenue from a sell-out is $81,000. If half the courtside and balcony seats and all the endzone seats are sold, the total revenue is $47,500. How many of each type are there? \n" ); document.write( ": \n" ); document.write( "c = no. of courtside seats \n" ); document.write( "e = no. of endzone seats \n" ); document.write( "b = no. of balcony seats \n" ); document.write( ": \n" ); document.write( "Write a total seats equation: \n" ); document.write( "c + e + b = 15000 \n" ); document.write( ": \n" ); document.write( "Write an equation reflecting a sell-out: \n" ); document.write( "9c + 7e + 4b = 81000 \n" ); document.write( "; \n" ); document.write( "Write an equation for the statement: \n" ); document.write( "\"If half the courtside and balcony seats and all the endzone seats are sold, the total revenue is $47,500.\" \n" ); document.write( "9(.5c) + 7e + 4(.5b) = 47500 \n" ); document.write( "which is: \n" ); document.write( "4.5c + 7e + 2b = 47500 \n" ); document.write( "; \n" ); document.write( "Using the above equation with the sell-out equation, eliminates e\" \n" ); document.write( " 9c + 7e + 4b = 81000 \n" ); document.write( "4.5c+ 7e + 2b = 47500 \n" ); document.write( "-----------------------subtraction eliminates e: \n" ); document.write( "4.5c + 2b = 33500 \n" ); document.write( ": \n" ); document.write( "Multiply the total seats equation by 7 and subtract from the sellout equation \n" ); document.write( "9c + 7e + 4b = 81000 \n" ); document.write( "7c + 7e + 7b = 105000 \n" ); document.write( "----------------------- subtraction eliminates e \n" ); document.write( "2c - 3b = -24000 \n" ); document.write( "; \n" ); document.write( "Two equations, two unknowns, we should be able to handle this now \n" ); document.write( ": \n" ); document.write( "Multiply the 1st one by 3, and the 2nd one by 2; resulting in: \n" ); document.write( "13.5c + 6b = 100500 \n" ); document.write( " 4c - 6b = -48000 \n" ); document.write( "---------------------- addition eliminates b \n" ); document.write( "17.5c = 52500 \n" ); document.write( "c = \n" ); document.write( "c = 3000 courtside seats \n" ); document.write( ": \n" ); document.write( "Find b using; 4.5c + 2b = 33500 \n" ); document.write( "4.5(3000) + 2b = 33500 \n" ); document.write( "13500 + 2b = 33500 \n" ); document.write( "2b = 33500 - 13500 \n" ); document.write( "2b = 20000 \n" ); document.write( "b = \n" ); document.write( "b = 10000 balcony seats \n" ); document.write( "; \n" ); document.write( "I'll let you find the number of endzone seats \n" ); document.write( " \n" ); document.write( " |