document.write( "Question 777463: find the total number of ancestors a person has in 8 generations preceding him, assuming there are no duplicates
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #474091 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Hint: \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This person has 2^1 = 2 parents, 2^2 = 4 grandparents, 2^3 = 8 great grandparents, etc etc \n" ); document.write( " |