document.write( "Question 1143606: The Fibonacci sequence involves taking two previous numbers and adding them together to get the next. If the first two Fibonacci numbers are 0 and 1, what is the mean of the first five Fibonacci numbers?
\n" );
document.write( "A)5/6
\n" );
document.write( "B)7/6
\n" );
document.write( "C)7/5
\n" );
document.write( "D)1 \n" );
document.write( "
Algebra.Com's Answer #764448 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "0, 1, 1, 2, 3 \n" ); document.write( "Add them and divide by 5 to find the mean.... \n" ); document.write( " |