document.write( "Question 1196058: Find the general rule/formula of the sequence: 7, 5, 3, ... \n" ); document.write( "
Algebra.Com's Answer #828748 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Without more info, there could be infinitely many possible answers. See my previous post here for more details.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If we assume the sequence is arithmetic, then, \n" ); document.write( "a1 = 7 = first term \n" ); document.write( "d = -2 = common difference\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "And furthermore, \n" ); document.write( "nth term = a1 + d(n-1) \n" ); document.write( "nth term = 7 + (-2)(n-1) \n" ); document.write( "nth term = 7 -2(n-1) \n" ); document.write( "nth term = 7 -2n+2 \n" ); document.write( "nth term = -2n+9 \n" ); document.write( "Again this all hinges on the assumption we have an arithmetic sequence. \n" ); document.write( " \n" ); document.write( " |