document.write( "Question 851203: Determine a 5th term in the sequence 77,49,36,18... \n" ); document.write( "
Algebra.Com's Answer #512644 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! The next number is 0. Every number thereafter is also 0. The pattern is that the next number is the product of the digits of the previous number. \n" ); document.write( ". \n" ); document.write( "77 (7*7=49) -> 49 (4*9=36) -> 36 (3*6=18) -> 18 (1*8=8) -> 08 (0*8=0) -> 0 (0*0) -> 0 \n" ); document.write( " |