document.write( "Question 1170573: Dinner guests are to be seated at 10 round tables labeled from A to J. Table A has 21 seats numbered consecutively from 1 to 21, table B has 22 seats numbered similarly, table C has 23 numbered seats, and so on to table J having 30 seats. At each table, starting to count at seat 1, every third person will be eliminated. Here's an example:
\n" );
document.write( "At a table of 12: in the first round, persons 3, 6, 9, and 12 are gone. Then, 4, 8,and 1 are eliminated. Numbers 7 and 2 are next to go. Number 11 goes next, and then 5. The winner is number 10: (The count on the last step is 5-10-5.) You have 20 seconds to choose a seat at any table from A to J. What equation can you use so that you can make a lucrative choice in 20 seconds? (x is the number of seats at a table and y is the seat that you take.)\r
\n" );
document.write( "\n" );
document.write( "a) y = 3x-61
\n" );
document.write( "b) y = 4x-83
\n" );
document.write( "c) y = 3x-69
\n" );
document.write( "d) y = 3x-57
\n" );
document.write( "e) y = 3x-72 \n" );
document.write( "
Algebra.Com's Answer #795515 by akumpo(8)![]() ![]() You can put this solution on YOUR website! It would be very to type the real solution.\r \n" ); document.write( "\n" ); document.write( "You can actually remove some of the options using process of elimination. y must be a positive, as there cannot be a negative seat number. x is equal to the number of seats at the table. Let's start off with the first table, which has 21 seats. 21*3=63, and 21*4=84. We can eliminate options c and e, as they would give us a negative number as our seat. \r \n" ); document.write( "\n" ); document.write( "Now for the solution. Table A has 21 seats. Every 3rd person is eliminated. 3,6,9,12,15,18, and 21 will all be eliminated. Any equation that gives us a multiple of 3 as our answer cannot be true. Therefore, we can also eliminate option D as 3*21-57 would give us 6, which is a multiple of 3.\r \n" ); document.write( "\n" ); document.write( "This leaves options A and B. Since they both satisfy table A, let's move to table B. Table B has 22 people, and we know y cannot equal a multiple of 3 or a negative number. 22*3-61=5, and 22*4-83=5 as well. They both satisfy table B, so move on to table C, which has 23 seats. 23*3-61=8, but 23*4-83=9.\r \n" ); document.write( "\n" ); document.write( "Option B would give us a multiple of 3, so B cannot be the correct answer. \n" ); document.write( "This leaves option A as the only possible answer. You will find that the equation in option A will never give a multiple of 3 for numbers 21-30.\r \n" ); document.write( "\n" ); document.write( "So, y=3x-61 is the correct answer. You can solve this without using process of elimination as well, but that would be hard to type out.\r \n" ); document.write( "\n" ); document.write( "Edit: If you simply cross out every third person from 1 to 21 and repeating the process until you get one number left, seat number 2 would win for table A, number 5 for table B, number 8 for table C, etc. \n" ); document.write( " |