document.write( "Question 1129988: The Land O’ Lakes High School auditorium has exactly 26 rows of seats. The rows are labeled, in order, from the front of the auditorium to the back from A through Z. There are 8 seats in the row A. Each row after the first row has two more seats than the previous row. There are 10 seats in row B, 12 seats in row C and so on. How many seats are there in row Z?\r
\n" );
document.write( "\n" );
document.write( "For this answer, I have 58 seats.\r
\n" );
document.write( "\n" );
document.write( "What is the total number of seats in the Land O’ Lakes High School auditorium?\r
\n" );
document.write( "\n" );
document.write( "For this answer, I have 1508 seats\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Land O’ Lakes High School collected $2860 from ticket sales for the winter concert. A ticket was sold for every seat in the auditorium, resulting in a sold out concert. If the price of an adult ticket was three times the price of a student ticket, and twice as many student tickets were sold as adult tickets, what was the price of a student ticket?\r
\n" );
document.write( "\n" );
document.write( "I cannot figure out this last one. \n" );
document.write( "
Algebra.Com's Answer #746626 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! this is an arithmetic sequence \n" ); document.write( ": \n" ); document.write( "x(n) = a +2(n-1) \n" ); document.write( ": \n" ); document.write( "a = 8 \n" ); document.write( ": \n" ); document.write( "x(26) = 8 +2(26-1) = 58 \n" ); document.write( ": \n" ); document.write( "***************** \n" ); document.write( "58 seats in row Z \n" ); document.write( "***************** \n" ); document.write( ": \n" ); document.write( "use the formula for the sum of the elements of an arithmetic sequence \n" ); document.write( ": \n" ); document.write( "sum = (n/2)*(2a +(n-1)d), where n=26, a=8, d=2 \n" ); document.write( ": \n" ); document.write( "sum = (26/2)*(2*8 +(26-1)*2) = 858 \n" ); document.write( ": \n" ); document.write( "************************************* \n" ); document.write( "there are 858 seats in the auditorium \n" ); document.write( "************************************* \n" ); document.write( ": \n" ); document.write( "let a be the number of adult tickets, then number of student tickets is 2a \n" ); document.write( ": \n" ); document.write( "1) a +2a = 858 \n" ); document.write( ": \n" ); document.write( "3a = 858 \n" ); document.write( ": \n" ); document.write( "a = 286 \n" ); document.write( ": \n" ); document.write( "286 adult tickets were sold and 572 student tickets were sold \n" ); document.write( ": \n" ); document.write( "let x be the cost of a student ticket, then 3x is the cost of an adult ticket \n" ); document.write( ": \n" ); document.write( "286*(3x) +572x = 2860 \n" ); document.write( ": \n" ); document.write( "858x +572x = 2860 \n" ); document.write( ": \n" ); document.write( "1430x = 2860 \n" ); document.write( ": \n" ); document.write( "x = 2 \n" ); document.write( ": \n" ); document.write( "*************************** \n" ); document.write( "the student ticket costs $2 \n" ); document.write( "*************************** \n" ); document.write( ": \n" ); document.write( " |