document.write( "Question 56303This question is from textbook
\n" );
document.write( ": Consider the sequence that begins 4, 3, ... and continues by the rule: Every subsequent element of the sequence is the sum of the two preceding elements.\r
\n" );
document.write( "\n" );
document.write( "a. Determine the next five (third through seventh) elements of this sequence.
\n" );
document.write( "b. Compute the ratio of the sixth and seventh elements of this sequence. Is it close to the Golden Ratio? \n" );
document.write( "
Algebra.Com's Answer #38226 by Cintchr(481)![]() ![]() ![]() You can put this solution on YOUR website! So your pattern would be ... \n" ); document.write( "a + b = c .... b + c = d .... c + d = e .... and so on \n" ); document.write( "4, 3, 7, 10, 17, 27, 44 ....\r \n" ); document.write( "\n" ); document.write( "27/44 is the ratio of the 6th and 7th terms. \r \n" ); document.write( "\n" ); document.write( "The golden ratio is approx 1.618 ..... \n" ); document.write( "so the ratio of the 6th to 7th is NOT close to the golden ration ... \n" ); document.write( "the ratio of the 7th to the 6th .... 44/27 IS close to the golden ratio.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |