document.write( "Question 1104473: Solve the problem relating to the Fibonacci sequence.
\n" );
document.write( "F28= 317,811 , F30= 832,040
\n" );
document.write( "Find F29 \n" );
document.write( "
Algebra.Com's Answer #719187 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Solve the problem relating to the Fibonacci sequence. \n" ); document.write( "F28= 317,811 , F30= 832,040 \n" ); document.write( "Find F29 \n" ); document.write( "----- \n" ); document.write( "F30 = F28 + F29 \n" ); document.write( "--- \n" ); document.write( "So, F29 = F30-F28 = 514229 \n" ); document.write( "------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------ \n" ); document.write( " |