document.write( "Question 250317: Use inductive reasoning to describe the pattern. Then find the next two numbers in each pattern. 3, 3.3, 3.63, 3.993,... \n" ); document.write( "
Algebra.Com's Answer #185140 by drk(1908)\"\" \"About 
You can put this solution on YOUR website!
Here is our set of numbers: 3, 3.3, 3.63, 3.993,...
\n" ); document.write( "we can't add or subtract to go from one term to the next, so we have to use multiplication or division. We will use common ratios to find our multiplier.
\n" ); document.write( "t2 / t1 = 3.3 /3 = 1.1
\n" ); document.write( "t3 / t2 = 3.63 / 3.3 = 1.1
\n" ); document.write( "t4 / t3 = 3.993 / 3.63 = 1.1.
\n" ); document.write( "I now know we have an infinite geometric series.
\n" ); document.write( "The pattern is multiply each term by 1.1 to get the next term.
\n" ); document.write( "t5 = 3.993 * 1.1 = 4.3923
\n" ); document.write( "t6 = 4.3923 * 1.1 = 4.83153
\n" ); document.write( "
\n" );