document.write( "Question 697083: list the first six terms of the sequence defined by bn=2*4*6......2n / 2^n for n is greater or equal to ( > _ ) 1 \n" ); document.write( "
Algebra.Com's Answer #429881 by lynnlo(4176)\"\" \"About 
You can put this solution on YOUR website!
b(1)=2/(2^1)=2/2=1
\n" ); document.write( "b(2)=(2*4)/(2^2)=2
\n" ); document.write( "b(3)=(2*4*6)/(2^3=8*6/8=6
\n" ); document.write( "b(4)=(2*4*6*8)/(2^4)=2*4*6*8/16=4*6=24
\n" ); document.write( "ok,i did the first 4 terms for you,follow the pattern to get your last 2 terms
\n" ); document.write( "in that way you will see how easy it is for you to understand
\n" ); document.write( "
\n" );