document.write( "Question 388312: The numbers of a given pattern is 3,5,9,15.... and the pattern rule is start with 3, add 2 and add 2 more each time. Create an algebraic expression for the 100th term. \n" ); document.write( "
Algebra.Com's Answer #274633 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The numbers of a given pattern is 3,5,9,15.... and the pattern rule is start with 3, add 2 and add 2 more each time. Create an algebraic expression for the 100th term. \n" ); document.write( "------ \n" ); document.write( "a(1) = 3 \n" ); document.write( "a(2) = 3+2 \n" ); document.write( "a(3) = 3+2*2 \n" ); document.write( "a(4) = 3+3*2 \n" ); document.write( "--- \n" ); document.write( "... \n" ); document.write( "a(100) = 3+99*2 \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "===================== \n" ); document.write( " |