document.write( "Question 1179862: The first winner in a lottery get #2000 while subsequent winners get #50 less than the preceeding winner. how much does the 20th position get? \n" ); document.write( "
Algebra.Com's Answer #809435 by mananth(16946)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The first winner in a lottery get #2000 while subsequent winners get #50 less than the preceeding winner. how much does the 20th position get?\r \n" ); document.write( "\n" ); document.write( "a=2000 \n" ); document.write( "d=-50 \n" ); document.write( "t20 =?\r \n" ); document.write( "\n" ); document.write( "tn = a+(n-1)d\r \n" ); document.write( "\n" ); document.write( "t20 = 2000+(19)(-50)\r \n" ); document.write( "\n" ); document.write( "t20 = 2000 -950\r \n" ); document.write( "\n" ); document.write( "t20 = 1050\r \n" ); document.write( "\n" ); document.write( "the 20th position gets 1050\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |