document.write( "Question 640484: 1. name two different ways to continue each pattern
\n" );
document.write( "~a,b,c....z
\n" );
document.write( "~a,z,b...
\n" );
document.write( "2.seven people meet and shake hands with one another
\n" );
document.write( "~using inductive reasoning write a formula for the number of handshakes if the number of people is n.
\n" );
document.write( "3.the fibonacci sequqnce consists of the pattern 1,1,2,3,5,8,13...
\n" );
document.write( "~what is the ninth term in the pattern?
\n" );
document.write( "~using a calculator look at the succesive ratios of one term to the next.make a conjecture.
\n" );
document.write( "~list the first eight terms of the sequence formed by finding the differences of succesive terms in the fibonacci sequence. \n" );
document.write( "
Algebra.Com's Answer #403209 by solver91311(24713)![]() ![]() You can put this solution on YOUR website! \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "9th term of Fibbonacci:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "8th: 8 + 13 = 21\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "9th: 13 + 21 = 34\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "John \n" ); document.write( " \n" ); document.write( "My calculator said it, I believe it, that settles it \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |