document.write( "Question 859811: Given two different arithmetic sequences 3,14,25,36 (obviously increasing by 11)
\n" ); document.write( "and 2,9,16,23 (obviously increasing by 7). What are the first 10 numbers which appear in both sequences ?\r
\n" ); document.write( "\n" ); document.write( "One tutor answered it with a solution that I had already done (the long way) which is simply to \"keep adding 11 and 7 until you have 10 terms that match. All of which is true, but isn't there a formula that can be used to solve it a different way?
\n" ); document.write( "

Algebra.Com's Answer #517969 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
An = A1 + (n - 1)d
\n" ); document.write( "An=3 + 11(n - 1)
\n" ); document.write( "An=2 + 7(n - 1)
\n" ); document.write( "You might think that by setting them equal you would get at least the first matching number but you don't.\r
\n" ); document.write( "\n" ); document.write( "3 + 11(n - 1)= 2 + 7(n - 1)
\n" ); document.write( "and solve for n
\n" ); document.write( "3-11n-11=2+7n-7
\n" ); document.write( "11n-8=7n-5
\n" ); document.write( "4n=3
\n" ); document.write( "n=3/4
\n" ); document.write( "The problem seems to be that the matching numbers don't occur at the same place in the sequence so n is not the same for both. They never coincide in the same place.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "3 + 11(x - 1)= 2 + 7(y - 1)
\n" ); document.write( "The solution pattern is
\n" ); document.write( "x = 7a+6 and y = 11a+9
\n" ); document.write( "now just pick your a and solve for x and y
\n" ); document.write( "the first solution with a=1 is
\n" ); document.write( "x = 13 and y = 20\r
\n" ); document.write( "\n" ); document.write( "Ax=3 + 11(x - 1)
\n" ); document.write( "Ay=2 + 7(y - 1)
\n" ); document.write( "Ax=Ay
\n" ); document.write( "and then plug those into the formula.
\n" ); document.write( "Ax=3 + 11(x - 1):3+11*12=135
\n" ); document.write( "Ay=2 + 7(y - 1) : 2+7*19=135\r
\n" ); document.write( "\n" ); document.write( "when a=2
\n" ); document.write( "x = 7a+6 and y = 11a+9
\n" ); document.write( "x=20 y=31
\n" ); document.write( "Ax=3 + 11(x - 1):3+11*19=212
\n" ); document.write( "Ay=2 + 7(y - 1)=2+210=212
\n" ); document.write( "and so on till you have your ten matches.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );