document.write( "Question 855392:  I completed a table showing the addition of new branches to a fractal tree. This is what my completed looks like:\r
\n" );
document.write( "\n" );
document.write( "Steps
\n" );
document.write( "0
\n" );
document.write( "1
\n" );
document.write( "2
\n" );
document.write( "3
\n" );
document.write( "4
\n" );
document.write( "5
\n" );
document.write( "Number of Branches
\n" );
document.write( "1
\n" );
document.write( "2
\n" );
document.write( "4
\n" );
document.write( "8
\n" );
document.write( "16
\n" );
document.write( "32\r
\n" );
document.write( "\n" );
document.write( "I'm pretty sure the additional number of branches is correct but I'm having trouble trying to write an exponential function that models my findings in my table.\r
\n" );
document.write( "\n" );
document.write( "Thanks for any and all help! \n" );
document.write( "
| Algebra.Com's Answer #515317 by DrBeeee(684)      You can put this solution on YOUR website! Let n = steps where \n" ); document.write( "(1) n = [0,1,2,3,...) \n" ); document.write( "Your branches are \n" ); document.write( "(2) \n" ); document.write( "(3) B = [1,2,4,8,16,32,...) \n" ); document.write( "Answer: The exponential function is \n" ); document.write( "Note: |