document.write( "Question 588204: Please help me solve this:
\n" );
document.write( "Each one has 2 parents, 4 grandparents, and 8 great grandparents. etc. How many ancestors has each one had in the last 10 generations? \n" );
document.write( "
Algebra.Com's Answer #374503 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Each one has 2 parents, 4 grandparents, and 8 great grandparents. etc. \n" ); document.write( "How many ancestors has each one had in the last 10 generations? \n" ); document.write( "Use exponents \n" ); document.write( "2^1 = 2 \n" ); document.write( "2^2 = 4 \n" ); document.write( "2^3 = 8 \n" ); document.write( "Find 2^10 = 1024 ancestors, in 10 generations \n" ); document.write( " |