document.write( "Question 981790: Twelve days before Valentine’s Day, Carl decided to give Nicole
\n" );
document.write( "flowers according to the Fibonacci sequence. On the first day, he sent
\n" );
document.write( "one red rose, on the second day, two red roses, and so on. How many
\n" );
document.write( "roses did Nicole receive during the tenth day?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #602789 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89. \n" ); document.write( "The formula: \n" ); document.write( "Fn = Fn-1 + Fn-2 \n" ); document.write( "The next number in the sequence is \n" ); document.write( "formed by adding the previous two together. \n" ); document.write( "Therefore Carl would be sending 55 \n" ); document.write( "red roses to Nicole on the tenth day \n" ); document.write( "if he began at the first '1'. \n" ); document.write( "If he began with the 2nd '1' \n" ); document.write( "she would receive 89 red roses. \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |