document.write( "Question 83907: Use the arithmetic sequence of numbers 1, 3, 5, 7, 9,…to find the following:
\n" );
document.write( "a) What is d, the difference between any two consecutive terms?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #60379 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! d= \n" ); document.write( "\n" ); document.write( "d=9-7=7-5=5-3=3-1=2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the difference d is 2 \n" ); document.write( " |