document.write( "Question 310517: You have a series of numbers, where the sum of the previous two numbers (except for the first two) adds up to the next one. (Like the Fibanachi sequence), the first number is 1 and the 10th number is 111. What is the second number? \n" ); document.write( "
Algebra.Com's Answer #222035 by Edwin McCravy(20056)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "Let the 2nd number be x. Then the numbers are\r\n" ); document.write( "\r\n" ); document.write( "#1. 1\r\n" ); document.write( "#2. x\r\n" ); document.write( "#3. 1+x\r\n" ); document.write( "#4. x+(1+x)=x+1+x=1+2x\r\n" ); document.write( "#5. (1+x)+(1+2x)=1+x+1+2x=2+3x\r\n" ); document.write( "#6. (1+2x)+(2+3x)=1+2x+2+3x=3+5x\r\n" ); document.write( "#7. (2+3x)+(3+5x)=2+3x+3+5x=5+8x\r\n" ); document.write( "#8. (3+5x)+(5+8x)=3+5x+5+8x=8+13x\r\n" ); document.write( "#9. (5+8x)+(8+13x)=5+8x+8+13x=13+21x \r\n" ); document.write( "#10. (8+13x)+(13+21x)=8+13x+13+21x=21+34x\r\n" ); document.write( "\r\n" ); document.write( "Since term #10 is 111:\r\n" ); document.write( "\r\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |