document.write( "Question 1039065: A stadium has 54,000 seats. Seats sell for $30 in Section A, $24 in Section B, and $18 in Section C. The number of steats in Section A equals the total number of seats in Section B and C. Suppose the stadium takes in $1,381,200 from each sold out event. How many seats does each sections hold?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #653809 by jorel555(1290)![]() ![]() ![]() You can put this solution on YOUR website! A=B+C \n" ); document.write( "2A=54000 \n" ); document.write( "A=27000 seats @ $30/seat=$810000 \n" ); document.write( "B+C=27000 \n" ); document.write( "24B+18C=571200 \n" ); document.write( "24B+18(27000-B)=571200 \n" ); document.write( "24B+486000-18B=571200 \n" ); document.write( "6B=85200 \n" ); document.write( "B=14200 \n" ); document.write( "C=12800 \n" ); document.write( "A=27000 seats, B=14200 seats, C=12800 seats!!!!!!!!!!!!!!!!!!!!! \n" ); document.write( " |