document.write( "Question 971913: There are 100 seats in a cinema.some are luxury seats costing €2 the rest are ordinary seats costing €1 each. When the cinema is full the takings come to a total of €170 . How many seats are luxury
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #594335 by Edwin McCravy(20062) You can put this solution on YOUR website! \r\n" ); document.write( "Let the number of luxury seats be x.\r\n" ); document.write( "Then the number of ordinary seats, using\r\n" ); document.write( "ONE PART = TOTAL MINUS OTHER PART,\r\n" ); document.write( "is 100-x.\r\n" ); document.write( " taking takings\r\n" ); document.write( "Type Number from from\r\n" ); document.write( " of of EACH ALL\r\n" ); document.write( "seat seats seat seats\r\n" ); document.write( "-------------------------------------------\r\n" ); document.write( "luxury x €2 €2x\r\n" ); document.write( "ordinary 100-x €1 €1(100-x)\r\n" ); document.write( "-------------------------------------------\r\n" ); document.write( "TOTALS 100 ----- €1700\r\n" ); document.write( "\r\n" ); document.write( " The equation comes from the column on the right\r\n" ); document.write( "\r\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |