document.write( "Question 361572: how do u find the third, fifth, and tenth termsof the sequence described by each rule.
\n" );
document.write( "A(n)=4+(n+1)(3) \n" );
document.write( "
Algebra.Com's Answer #257766 by rfer(16322) ![]() You can put this solution on YOUR website! A(n)=4+(3+1)(3) \n" ); document.write( "A(n)=4+4*3 \n" ); document.write( "A(n)=16 \n" ); document.write( "------------------ \n" ); document.write( "A(n)=4+(5+1)(3) \n" ); document.write( "A(n)=4+6*3 \n" ); document.write( "A(n)=22 \n" ); document.write( "you try the other one. \n" ); document.write( "Bob \n" ); document.write( " |