document.write( "Question 1073396: The first two terms in a sequence are a and b. The third term in the sequence is the sum of the previous two terms. The fourth term is the sum of the second and third terms. These sums give you the sequence a, b, a + b, a + 2b. Using this pattern, which of the following expressions is the sixth term in the sequence?\r
\n" ); document.write( "\n" ); document.write( "I am really not sure but this is how I started to work it out. Thank you look forward to your reply.
\n" ); document.write( "a,b
\n" ); document.write( "a+b =step 3
\n" ); document.write( "a + 2b = step 4
\n" ); document.write( "2b + a = step 5\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #688216 by ikleyn(52790)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "The first two terms in a sequence are a and b. The third term in the sequence is the sum of the previous two terms.
\n" ); document.write( "The fourth term is the sum of the second and third terms. These sums give you the sequence a, b, a + b, a + 2b.
\n" ); document.write( "Using this pattern, which of the following expressions is the sixth term in the sequence?
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "1-st term: \"a%5B1%5D\" = a\r\n" );
document.write( "\r\n" );
document.write( "2-nd term: \"a%5B2%5D\" = b\r\n" );
document.write( "\r\n" );
document.write( "3-rd term: \"a%5B3%5D\" = a + b\r\n" );
document.write( "\r\n" );
document.write( "4-th term: \"a%5B4%5D\" = b + (a+b) = a + 2b\r\n" );
document.write( "\r\n" );
document.write( "5-th term: \"a%5B5%5D\" = \"a%5B3%5D+%2B+a%5B4%5D\" = (a + b) + (a + 2b) = 2a + 3b.\r\n" );
document.write( "\r\n" );
document.write( "6-th term: \"a%5B6%5D\" = \"a%5B4%5D+%2B+a%5B5%5D\" = (a + 2b) + (2a + 3b) = 3a + 5b.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );