document.write( "Question 212860: How do I find the solution to this input output problem? E P
\n" ); document.write( "1 3
\n" ); document.write( "2 5
\n" ); document.write( "3 9
\n" ); document.write( "4 17
\n" ); document.write( "5 33
\n" ); document.write( "

Algebra.Com's Answer #160840 by vleith(2983)\"\" \"About 
You can put this solution on YOUR website!
Most of these type problems are practice. I like to start by looking at the series of numbers. You can see the difference in the inputs goes up by 1 one each entry. Now look and see if you can find a pattern in the output numbers.\r
\n" ); document.write( "\n" ); document.write( "You can see they are getting larger by increasingly larger amounts. However, nothing obvious jumps out a bout their values. So, the first thing I like to try is to see if there are patterns in the series of outputs. For instance, perhaps every other number has an obvious pattern. One thing I always try is finding the difference between each successive output number.
\n" ); document.write( "difference between 5 and 3 = 2
\n" ); document.write( "difference between 9 and 5 = 4
\n" ); document.write( "difference between 17 and 9 = 8 do you see the pattern yet
\n" ); document.write( "difference between 33 and 17 = 16 \r
\n" ); document.write( "\n" ); document.write( "So each output increases by a value that is power of 2. Now all that is left to figure out is what the 'starting' value is. A little trail and error will show you that value is 1.
\n" ); document.write( "So, the function that fits the given data points is
\n" ); document.write( "\"f%28x%29+=+1+%2B+2%5Ex\" x>=1
\n" ); document.write( "
\n" );