document.write( "Question 935618: a stadium has maximum capacity of 1800 seats.
\n" );
document.write( "seating arrangement is to be done such that there must be a vacant seat after 2 consecutive occupied seats.
\n" );
document.write( "find the maximum number of occupied seats.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #568860 by Theo(13342)![]() ![]() You can put this solution on YOUR website! for every 2 seats that are occupied, there must be 1 vacant seat. \n" ); document.write( "this means that, for every 3 seats, 2 of them can be filled, and one of them must remain vacant.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "1800 / 3 = 600 sets of 3 seats.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "each of these sets can contain a maximum of 2 seats that are filled.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "600 * 2 = 1200\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "there is a maximum of 1200 seats that can be filled in the stadium, based on that ratio.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |