document.write( "Question 246053: In the sequence 16, 80, 48, 64, A, B, each term beyond the second term is the arithmetic mean (average) of the previous two terms. What is the value of B? \n" ); document.write( "
| Algebra.Com's Answer #179790 by checkley77(12844)      You can put this solution on YOUR website! 16, 80, 48, 64, 56, 60 \n" ); document.write( "(80+16)/2=96/2=48 \n" ); document.write( "(80+48)/2=128/2=64 \n" ); document.write( "(64+48)/2=112/2=56 ans. for A \n" ); document.write( "(64+56)/2=120/2=60 ans. for B \n" ); document.write( " |