document.write( "Question 501801: Write a recursive rule for the sequence 36,18,9....\r
\n" ); document.write( "\n" ); document.write( "Thanks
\n" ); document.write( "

Algebra.Com's Answer #338666 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
The recursive rule is \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Basically, to find the nth term , you divide the previous term by 2 (ie you're cutting the previous term in half)\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "We can see this as 36 jumps to 18 (it cuts in half since 36/2 = 18) and similarly when 18 jumps to 9 (again, 18/2 = 9)
\n" ); document.write( "
\n" );