document.write( "Question 260663: A sequence begins with 1, 4, 7, … Another sequence begins with
\n" );
document.write( "99, 95, 91, … At which position is the positive difference between
\n" );
document.write( "the respective terms of the two sequences the minimum?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #192015 by jsmallt9(3759) ![]() You can put this solution on YOUR website! Both of these sequences are arithmetic sequences. The general formula for the terms of an arithmetic sequence is: \n" ); document.write( " \n" ); document.write( "For the first sequence, since the first term, \n" ); document.write( " \n" ); document.write( "For the second sequence we get: \n" ); document.write( " \n" ); document.write( "The positive difference in these terms, which we'll call D, is: \n" ); document.write( " \n" ); document.write( "(Note how we use absolute value to ensure a positive difference.) Simplifying this we get: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "So the question is: What value of n makes 7n - 105 closest to zero? After a little effort we find that if n = 15, then 7n - 105 is zero! In other words, the 15th term of both sequences is the same!\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |