document.write( "Question 876874: The first term in the sequence is 400. Every subsequent term is 20 less than half of the immediately preceding term . What is the fourth term in the sequence? \n" ); document.write( "
Algebra.Com's Answer #529036 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
An=(A(n-1))/2-20
\n" ); document.write( "A1=400
\n" ); document.write( "A2=400/2-20
\n" ); document.write( "A2=180
\n" ); document.write( "A3=180/2-20
\n" ); document.write( "A3=70
\n" ); document.write( "A4=70/2-20
\n" ); document.write( "A4=15
\n" ); document.write( "400, 180, 70, 15\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );