document.write( "Question 859776: Consider two different arithmetic sequences:
\n" ); document.write( "3,14,25,36,47,58 ....where numbers increase by 11 and
\n" ); document.write( "2,9,16,23,30 .... where numbers increase by 7.
\n" ); document.write( "What are the first 10 numbers which appear in both sequences ????\r
\n" ); document.write( "\n" ); document.write( "Please help ... thank you!!!\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #517953 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
The first sequence starts at 3 and increments by 11.
\n" ); document.write( "\"A=3%2B11j\" where j is any integer greater than or equal to \"0.0\"
\n" ); document.write( "The second sequence starts at 2 and increments by 7.
\n" ); document.write( "\"B=2%2B7k\" where k is any integer greater than or equal to \"0.0\".
\n" ); document.write( "So now find when \"A=B\"
\n" ); document.write( "\"3%2B11j=2%2B7k\"
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( "\"j%5B0%5D=5\"
\n" ); document.write( "\"k%5B0%5D=8\"
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( "\"j=5%2B7n\"
\n" ); document.write( "\"k=8%2B11n\"
\n" ); document.write( "Now solve for \"A=B\" with \"n=1\" through \"n=10\" for the first 10 values that appear in both sequences.
\n" ); document.write( "
\n" ); document.write( "
\n" );