document.write( "Question 254290: In a certain type of sequence, each number (except the first two)is the sum of the two numbers before it. For example, such a sequence might look like this:\r
\n" ); document.write( "\n" ); document.write( "1,2,5,7,12,19...where 7 is 2+5, 12 is 5+7, and so on.\r
\n" ); document.write( "\n" ); document.write( "If the first number of such a sequence is 1, and the tenth number is 111, what is the second number? You must use algebra and your answer must be exact. \r
\n" ); document.write( "\n" ); document.write( "I need the answer for this question by the end of today please. Thank you
\n" ); document.write( "

Algebra.Com's Answer #186710 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
write out the sequence...\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "s = second number\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "1
\n" ); document.write( "s
\n" ); document.write( "s + 1
\n" ); document.write( "2s + 1
\n" ); document.write( "3s + 2
\n" ); document.write( "5s + 3
\n" ); document.write( "8s + 5
\n" ); document.write( "13s + 8
\n" ); document.write( "21s + 13
\n" ); document.write( "34s + 21 = 111 ___ 34s = 90 ___ s = 45/17
\n" ); document.write( "
\n" );