document.write( "Question 160754: Patterns. What are the next three numbers in the following pattern?
\n" ); document.write( "2,3,5,9,17,33
\n" ); document.write( "

Algebra.Com's Answer #118514 by vleith(2983)\"\" \"About 
You can put this solution on YOUR website!
Look at the difference between each successive pair of numbers
\n" ); document.write( "2,3 difference is 1
\n" ); document.write( "3,5 difference is 2
\n" ); document.write( "5,9 difference is 4
\n" ); document.write( "9,17 difference is 8
\n" ); document.write( "do you see a pattern?
\n" ); document.write( "Does that pattern work for 17,33?
\n" ); document.write( "Use what you know to figure out the next 3 numbers
\n" ); document.write( "
\n" );