document.write( "Question 446254: true or false. the sequence a(n)=2,4,8,16,32,...is the same as the sequence a(1)=2, a(n)=2a(n-1). \n" );
document.write( "
Algebra.Com's Answer #307310 by Edwin McCravy(20056)  You can put this solution on YOUR website! \n" );
document.write( "What we need to find out is whether the five things \n" );
document.write( "that are true for \r \n" );
document.write( "\n" );
document.write( "a(n)=2,4,8,16,32,... \r \n" );
document.write( "\n" );
document.write( "are also true for \r \n" );
document.write( "\n" );
document.write( "a(1)=2, a(n)=2a(n-1)\r \n" );
document.write( "\n" );
document.write( "If so the answer is \"yes\"; otherwise \"no\". \n" );
document.write( "Below are the five things that are true for \n" );
document.write( "the first that must also be true for the \n" );
document.write( "second in order for the correct answer to \n" );
document.write( "be \"true\":\r \n" );
document.write( "\n" );
document.write( "A. a(1) = 2 \n" );
document.write( "B. a(2) = 4 \n" );
document.write( "C. a(3) = 8 \n" );
document.write( "D. a(4) = 16 \n" );
document.write( "E. a(5) = 32\r \n" );
document.write( "\n" );
document.write( "We are told that \n" );
document.write( "a(1) = 2\r \n" );
document.write( "\n" );
document.write( "So we know that A. is true\r \n" );
document.write( "\n" );
document.write( "Now we will substitute n = 2 to see if B. is true.\r \n" );
document.write( "\n" );
document.write( "a(n)=2a(n-1) \n" );
document.write( "a(2)=2a(2-1)=2a(1)=2*2 = 4\r \n" );
document.write( "\n" );
document.write( "So now we know that B. is true\r \n" );
document.write( "\n" );
document.write( "Now we will substitute n = 3 to see if C. is true.\r \n" );
document.write( "\n" );
document.write( "a(n)=2a(n-1) \n" );
document.write( "a(3)=2a(3-1)=2a(2)=2*4 = 8\r \n" );
document.write( "\n" );
document.write( "So now we know that C. is true\r \n" );
document.write( "\n" );
document.write( "Now we will substitute n = 4 to see if D. is true.\r \n" );
document.write( "\n" );
document.write( "a(n)=2a(n-1) \n" );
document.write( "a(4)=2a(4-1)=2a(3)=2*8 = 16\r \n" );
document.write( "\n" );
document.write( "So now we know that D. is true\r \n" );
document.write( "\n" );
document.write( "Now we will substitute n = 5 to see if E. is true.\r \n" );
document.write( "\n" );
document.write( "a(n)=2a(n-1) \n" );
document.write( "a(5)=2a(5-1)=2a(4)=2*16 = 32\r \n" );
document.write( "\n" );
document.write( "So now we know that E. is true\r \n" );
document.write( "\n" );
document.write( "Since they are all true, the answer is \"yes\".\r \n" );
document.write( "\n" );
document.write( "Edwin \n" );
document.write( " |
\n" );