document.write( "Question 251846: A father in his will left all his money to his children in the following manner
\n" );
document.write( "$1000 to the first born and 1/10 of what then remains, then $2000 to the second born and 1/10 of what then remains then $3000 to the third born and 1/10 of what then remains, and so on. When this was done each child had the same amount
\n" );
document.write( "How many children were there?\r
\n" );
document.write( "\n" );
document.write( "a) 6 b) 7 c) 8 d) 9 e) none of these \n" );
document.write( "
Algebra.Com's Answer #183616 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! $1000 to the first born and 1/10 of what then remains, \n" ); document.write( " then $2000 to the second born and 1/10 of what then remains \n" ); document.write( " then $3000 to the third born and 1/10 of what then remains, \n" ); document.write( " and so on. When this was done each child had the same amount \n" ); document.write( "How many children were there? \n" ); document.write( ": \n" ); document.write( "let a = original amt to be divided among his children: \n" ); document.write( ": \n" ); document.write( "1sh. 1000 + .1(a-1000) = (1000 + .1a - 100) \n" ); document.write( "(.1a + 900) = 1st child amt \n" ); document.write( ": \n" ); document.write( "Subtract that from original amt: \n" ); document.write( "a - (900+.1a) = (.9a - 900) \n" ); document.write( ": \n" ); document.write( "2sh. 2000 + .1[(.9a-900)-2000] = 2000 + .1(.9a-2900) = (2000 + .09a - 290) \n" ); document.write( "(.09a + 1710) = 2nd child amt \n" ); document.write( "; \n" ); document.write( "It says the shares are equal, therefore we can find a: \n" ); document.write( "1st child sh = 2nd child sh \n" ); document.write( ".1a + 900 = .09a + 1710 \n" ); document.write( ".1a - .09a = 1710 - 900 \n" ); document.write( ".01a = 810 \n" ); document.write( "a = \n" ); document.write( "a = $81,000; original amt to be divided \n" ); document.write( ": \n" ); document.write( "Find the share given to the 1st child using the equation \n" ); document.write( "1sh = .1a + 900 \n" ); document.write( "1sh = .1(81000) + 900 \n" ); document.write( "1sh = 8100 + 900 \n" ); document.write( "1sh = $9000 amt to 1st child \n" ); document.write( ": \n" ); document.write( "Check to see if the 2nd child equation yields the same amt \n" ); document.write( "2sh = .09a + 1710 \n" ); document.write( "2sh = .09(81000) + 1710 \n" ); document.write( "2sh = 7290 + 1710 \n" ); document.write( "2sh = $9000 amt to 2nd child, so we are on the right track \n" ); document.write( ": \n" ); document.write( "It asks how many children are there \n" ); document.write( " |