document.write( "Question 1020716: In an arithmetic sequence, the mth and nth term are n and m, respectively. What is its first term in terms of m and n? \n" ); document.write( "
Algebra.Com's Answer #636581 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! In an arithmetic sequence, the mth and nth term are n and m, respectively. What is its first term in terms of m and n? \n" ); document.write( "--------- \n" ); document.write( "a(m) = a(1) + (m-1)d = n \n" ); document.write( "a(n) = a(1) + (n-1)d = m \n" ); document.write( "---------------- \n" ); document.write( "Subtract to get: \n" ); document.write( "(m-1)d-(n-1)d = n-m \n" ); document.write( "----- \n" ); document.write( "md-d-nd-d = n-m \n" ); document.write( "(m-n)d-2d = n-m \n" ); document.write( "---- \n" ); document.write( "(m-n-2)d = n-m \n" ); document.write( "---- \n" ); document.write( "d = (n-m)/(m-n-2) \n" ); document.write( "--------------- \n" ); document.write( "Solve for \"a(1)\":: \n" ); document.write( "a(1) = m +(1-n)d \n" ); document.write( "a(1) = m + (1-n)[(n-m)/(m-n-2)] \n" ); document.write( "----------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "-------------\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |