document.write( "Question 51774: find the tenth term in the sequance:
\n" );
document.write( "13,17,21,25....
\n" );
document.write( "thanks for your time! \n" );
document.write( "
Algebra.Com's Answer #34525 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! 13 + 4 ~> 17 + 4 ~> 21 + 4 ~> 25 .... \n" ); document.write( "a(x) = a(1) + (x - 1)d \n" ); document.write( "a(10) = 13 + (9)4 \n" ); document.write( "a(10) = 13 + 36 = 49 \n" ); document.write( " |