document.write( "Question 1026568: Which sequence matches the recursive formula? an = 2an-1 + 5, where a1 = 5
\n" ); document.write( "A) 5, 10, 15, 20, ...
\n" ); document.write( "B) 5, 15, 35, 75, ...
\n" ); document.write( "C) 5, 15, 25, 35, ...
\n" ); document.write( "D) 5, 20, 35, 50, ...
\n" ); document.write( "

Algebra.Com's Answer #641827 by FrankM(1040)\"\" \"About 
You can put this solution on YOUR website!
an = 2an-1 + 5 reads to me \"double the number and add 5\"\r
\n" ); document.write( "\n" ); document.write( "If we start with 5, the next number is 2*5=10 10+5 = 15
\n" ); document.write( "then 15*2 = 30 30+5 =35\r
\n" ); document.write( "\n" ); document.write( "Looks like choice B) 5, 15, 35, 75, ...
\n" ); document.write( "
\n" );