document.write( "Question 265723: arithmetic sequence a10=x+3 a11=2x+7 a12=4x-2 which term equals 186 \n" ); document.write( "
Algebra.Com's Answer #195445 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! We know the following: \n" ); document.write( "a10 = x+ 3 \n" ); document.write( "a11 = 2x+7 \n" ); document.write( "a12 = 4x-2 \n" ); document.write( "----- \n" ); document.write( "since this is arithmetic all differences are \"common\" or the same \n" ); document.write( "a11 - a10: x+4 \n" ); document.write( "a12 - a11: 2x - 9 \n" ); document.write( "set these equal and solve for x to get \n" ); document.write( "x+ 4 = 2x - 9 \n" ); document.write( "subtract x to get \n" ); document.write( "4 = x - 9 \n" ); document.write( "add 9 to get \n" ); document.write( "x = 13 \n" ); document.write( "now we see that \n" ); document.write( "a10 = 13 + 3 =16 \n" ); document.write( "a11 = 2*13 + 7 = 33 \n" ); document.write( "a12 = 4*13 - 2 = 50 \n" ); document.write( "the common difference is 17 and the tn formula is \n" ); document.write( "Tn = 17n - 154 \n" ); document.write( "Now we want the nth term at 186 so we get \n" ); document.write( "186 = 17n - 154 \n" ); document.write( "add 154 to get \n" ); document.write( "17n = 340 \n" ); document.write( "n = 20 \n" ); document.write( " |