document.write( "Question 88013: What is the third term of a recursive sequence that follows the pattern x - 7 and has a first term x = 100? \n" ); document.write( "
Algebra.Com's Answer #63900 by uma(370) ![]() You can put this solution on YOUR website! First term is x = 100\r \n" ); document.write( "\n" ); document.write( "So second term = x - 7\r \n" ); document.write( "\n" ); document.write( " = 100 - 7\r \n" ); document.write( "\n" ); document.write( " = 93\r \n" ); document.write( "\n" ); document.write( "Thus the third term = 93 - 7\r \n" ); document.write( "\n" ); document.write( " = 86\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Good Luck!!! \n" ); document.write( " |